Type Alias InternalNode

Source
pub type InternalNode = Vec<BlockKey>;
Expand description

Internal node of a Merkle tree

Aliased Typeยง

struct InternalNode { /* private fields */ }