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