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 */ }