Type Definition snarkvm_compiler::TransactionPath
source · [−]pub type TransactionPath<N> = MerklePath<N, TRANSACTION_DEPTH>;Expand description
The Merkle path for a function or transition in the transaction.
pub type TransactionPath<N> = MerklePath<N, TRANSACTION_DEPTH>;The Merkle path for a function or transition in the transaction.