Type Alias moonbeam_runtime::Block

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

Block type as expected by this runtime.

Aliased Type§

struct Block {
    pub header: Header<u32, BlakeTwo256>,
    pub extrinsics: Vec<UncheckedExtrinsic<AccountId20, RuntimeCall, EthereumSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>, Global>,
}

Fields§

§header: Header<u32, BlakeTwo256>

The block header.

§extrinsics: Vec<UncheckedExtrinsic<AccountId20, RuntimeCall, EthereumSignature, (CheckNonZeroSender<Runtime>, CheckSpecVersion<Runtime>, CheckTxVersion<Runtime>, CheckGenesis<Runtime>, CheckMortality<Runtime>, CheckNonce<Runtime>, CheckWeight<Runtime>, ChargeTransactionPayment<Runtime>)>, Global>

The accompanying extrinsics.