pub type BlockTx<B> = <<B as Block>::Body as BlockBody>::Transaction;
Expand description
Helper trait to access BlockBody::Transaction
given a Block
.
Layoutยง
Note: Encountered an error during type layout; the type failed to be normalized.
pub type BlockTx<B> = <<B as Block>::Body as BlockBody>::Transaction;
Helper trait to access BlockBody::Transaction
given a Block
.
Note: Encountered an error during type layout; the type failed to be normalized.