pub type TransactionsTree<N> = BHPMerkleTree<N, TRANSACTIONS_DEPTH>;
Expand description
The Merkle tree for transactions in a block.
Aliased Typeยง
struct TransactionsTree<N> { /* private fields */ }
pub type TransactionsTree<N> = BHPMerkleTree<N, TRANSACTIONS_DEPTH>;
The Merkle tree for transactions in a block.
struct TransactionsTree<N> { /* private fields */ }