Trait commit_verify::merkle::ConsensusMerkleCommit[][src]

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).

Associated Constants

const MERKLE_NODE_PREFIX: &'static str[src]

Expand description

The tag prefix which will be used in the merklization process (see merklize)

Loading content...

Implementors

Loading content...