pub type PendingBlockAndReceipts<N> = (PendingRecoveredBlock<N>, PendingBlockReceipts<N>);
Expand description
A type alias for a pair of an Arc
wrapped [RecoveredBlock
] and a vector of
[NodePrimitives::Receipt
].
Layoutยง
Note: Encountered an error during type layout; the type failed to be normalized.