sp_domains::merkle_tree

Type Alias MerkleProof

source
pub type MerkleProof = MerkleProof<Blake2b256Algorithm>;
Expand description

Merkle proof using Blake2b256Algorithm.

Aliased Typeยง

struct MerkleProof { /* private fields */ }