snarkvm_console_program::state_path

Type Alias 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 */ }