reth::primitives

Type Alias SealedBlockFor

pub type SealedBlockFor<B> = SealedBlock<<B as Block>::Header, <B as Block>::Body>;
Expand description

A helepr trait to construct SealedBlock from a reth_primitives_traits::Block.

Aliased Type§

struct SealedBlockFor<B> {
    pub header: SealedHeader<<B as Block>::Header>,
    pub body: <B as Block>::Body,
}

Fields§

§header: SealedHeader<<B as Block>::Header>

Locked block header.

§body: <B as Block>::Body

Block body.

Layout§

Note: Encountered an error during type layout; the type failed to be normalized.