pub async fn create_multi_proof<D: Digest>(
proof_store: &ProofStore<D>,
locations: &[Location],
) -> Result<Proof<D>, Error>Expand description
Create a Multi-Proof for specific operations (identified by location) from a ProofStore.
pub async fn create_multi_proof<D: Digest>(
proof_store: &ProofStore<D>,
locations: &[Location],
) -> Result<Proof<D>, Error>Create a Multi-Proof for specific operations (identified by location) from a ProofStore.