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