Type Definition snarkvm_console_program::state_path::TransactionsTree
source · pub type TransactionsTree<N> = BHPMerkleTree<N, TRANSACTIONS_DEPTH>;
Expand description
The Merkle tree for transactions in a block.
pub type TransactionsTree<N> = BHPMerkleTree<N, TRANSACTIONS_DEPTH>;
The Merkle tree for transactions in a block.