approve

Function approve 

Source
pub async fn approve(
    raw: &mut RawRepository,
    agenda_hash: &Hash256,
    proof: Vec<TypedSignature<Agenda>>,
    timestamp: Timestamp,
) -> Result<CommitHash, Error>