Type Definition snarkvm_console_program::state_path::TransactionsPath
source · pub type TransactionsPath<N> = MerklePath<N, TRANSACTIONS_DEPTH>;
Expand description
The Merkle path for transaction in a block.
pub type TransactionsPath<N> = MerklePath<N, TRANSACTIONS_DEPTH>;
The Merkle path for transaction in a block.