Skip to main content

Block

Type Alias Block 

Source
pub type Block = Block<Header, UncheckedExtrinsic>;
Expand description

Block type as expected by this runtime.

Aliased Type§

pub struct Block {
    pub header: Header<u32, BlakeTwo256>,
    pub extrinsics: Vec<UncheckedExtrinsic<MultiAddress<AccountId32, ()>, MultiSignature, EthExtraImpl>>,
}

Fields§

§header: Header<u32, BlakeTwo256>

The block header.

§extrinsics: Vec<UncheckedExtrinsic<MultiAddress<AccountId32, ()>, MultiSignature, EthExtraImpl>>

The accompanying extrinsics.

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 152 bytes