Module commit_verify::merkle
source · [−]Expand description
Merklization procedures for client-side-validation according to LNPBP-81 standard.
Structs
A hash type for LNPBP-81 Merkle tree leaves, branches and root
The source data for the LNPBP-81 merklization process.
Traits
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).
Converts given piece of client-side-validated data into a structure which can be used in merklization process.