create_slash_proof

Function create_slash_proof 

Source
pub fn create_slash_proof(
    secret: Base,
    user_msg_limit: u64,
    identities_tree: &mut SmtMemoryFp,
    slash_pk: &ProvingKey,
) -> Result<(Proof, Base)>