pub trait MerkleProofSpec {
type Witness: Witness + Send + Sync;
type Hasher: Digest<OutputSize = U32>;
}
Expand description
A trait specifying the hash function and format of the witness used in merkle proofs for storage access
pub trait MerkleProofSpec {
type Witness: Witness + Send + Sync;
type Hasher: Digest<OutputSize = U32>;
}
A trait specifying the hash function and format of the witness used in merkle proofs for storage access