Type Alias asset_hub_westend_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<MultiAddress<AccountId32, ()>, MultiSignature, EthExtraImpl>>,
}
Fields§
§header: Header<u32, BlakeTwo256>
The block header.
extrinsics: Vec<UncheckedExtrinsic<MultiAddress<AccountId32, ()>, MultiSignature, EthExtraImpl>>
The accompanying extrinsics.