Type Definition snarkvm_console_program::state_path::TransactionTree
source · pub type TransactionTree<N> = BHPMerkleTree<N, TRANSACTION_DEPTH>;
Expand description
The Merkle tree for the transaction.
pub type TransactionTree<N> = BHPMerkleTree<N, TRANSACTION_DEPTH>;
The Merkle tree for the transaction.