Type Alias PendingBlockReceipts
pub type PendingBlockReceipts<N> = Arc<Vec<<N as NodePrimitives>::Receipt>>;
Available on crate feature
rpc
only.Expand description
A type alias for an Arc
wrapped vector of NodePrimitives::Receipt
.
Aliased Type§
pub struct PendingBlockReceipts<N> { /* private fields */ }
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.