pub type TransactionTree<N> = BHPMerkleTree<N, TRANSACTION_DEPTH>;Expand description
The Merkle tree for the transaction.
Aliased Typeยง
pub struct TransactionTree<N> { /* private fields */ }pub type TransactionTree<N> = BHPMerkleTree<N, TRANSACTION_DEPTH>;The Merkle tree for the transaction.
pub struct TransactionTree<N> { /* private fields */ }