Skip to main content

prove_with_timestamp

Function prove_with_timestamp 

Source
pub fn prove_with_timestamp(
    seed: &str,
    expression: &str,
    root_namespace: &str,
    challenge: Option<&str>,
    timestamp: u64,
) -> Result<ProofResult, ProofError>