pub type PendingBlockAndReceipts<N> = BlockAndReceipts<N>;
Expand description
A type alias for a pair of an Arc
wrapped [RecoveredBlock
] and a vector of
[NodePrimitives::Receipt
].
Aliased Type§
pub struct PendingBlockAndReceipts<N> {
pub block: Arc<RecoveredBlock<<N as NodePrimitives>::Block>>,
pub receipts: Arc<Vec<<N as NodePrimitives>::Receipt>>,
}
Fields§
§block: Arc<RecoveredBlock<<N as NodePrimitives>::Block>>
The recovered block.
receipts: Arc<Vec<<N as NodePrimitives>::Receipt>>
The receipts for the block.
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.