Type Alias PendingBlockAndReceipts
pub type PendingBlockAndReceipts<N> = (Arc<RecoveredBlock<<N as NodePrimitives>::Block>>, Arc<Vec<<N as NodePrimitives>::Receipt>>);
Available on crate feature
rpc
only.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.