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 */ }
pub type TransactionPath<N> = MerklePath<N, TRANSACTION_DEPTH>;
The Merkle path for a function or transition in the transaction.
struct TransactionPath<N> { /* private fields */ }