Trait sov_state::MerkleProofSpec
source · pub trait MerkleProofSpec {
type Witness: Witness;
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