pub type InBlockTxDependenciesDepth = usize;
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.
dependencies_depth()
zip317