Type Alias snarkvm_console_program::state_path::TransactionsPath

source ·
pub type TransactionsPath<N> = MerklePath<N, TRANSACTIONS_DEPTH>;
Expand description

The Merkle path for a transaction in a block.

Aliased Type§

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