snarkvm_console_program::state_path

Type Alias TransactionPath

Source
pub type TransactionPath<N> = MerklePath<N, TRANSACTION_DEPTH>;
Expand description

The Merkle path for a function or transition in the transaction.

Aliased Typeยง

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