Type Alias InBlockTxDependenciesDepth

Source
pub type InBlockTxDependenciesDepth = usize;
Expand description

An alias to indicate that a usize value represents the depth of in-block dependencies of a transaction.

See the dependencies_depth() function in zip317 for more details.