Type Alias hotshot_stake_table::mt_based::internal::MerklePath

source ·
pub type MerklePath<K> = Vec<MerklePathEntry<K>>;
Expand description

Path from a Merkle root to a leaf

Aliased Type§

struct MerklePath<K> { /* private fields */ }