pub type ReadBodyInput<'a, B> = (&'a <B as Block>::Header, Vec<<<B as Block>::Body as BlockBody>::Transaction>);
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.