Trait commit_verify::merkle::ConsensusMerkleCommit
source · [−]pub trait ConsensusMerkleCommit: ConsensusCommit<Commitment = MerkleNode> {
const MERKLE_NODE_PREFIX: &'static str;
}Expand description
Marker trait for types that require merklization of the underlying data
during ConsensusCommit procedure. Allows specifying custom tag for the
tagged hash used in the merklization (see merklize).
Required Associated Constants
const MERKLE_NODE_PREFIX: &'static str
const MERKLE_NODE_PREFIX: &'static str
The tag prefix which will be used in the merklization process (see
merklize)