Type Alias ReadBodyInput
pub type ReadBodyInput<'a, B> = (&'a <B as Block>::Header, Vec<<<B as Block>::Body as BlockBody>::Transaction>);
Available on crate feature
provider
only.Expand description
Input for reading a block body. Contains a header of block being read and a list of pre-fetched transactions.
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.