snarkvm_console_program::state_path

Type Alias TransactionTree

Source
pub type TransactionTree<N> = BHPMerkleTree<N, TRANSACTION_DEPTH>;
Expand description

The Merkle tree for the transaction.

Aliased Typeยง

struct TransactionTree<N> { /* private fields */ }