pub fn generate_pessimistic_proof(
initial_network_state: NetworkState,
batch_header: &MultiBatchHeader,
) -> Result<(PessimisticProofOutput, StateCommitment), ProofError>Expand description
Proves that the given MultiBatchHeader can be applied on the given
NetworkState.