pub type Block = Block<Header<u64, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<AccountId, ()>, Signature, EthExtraImpl>>;Aliased Type§
pub struct Block {
pub header: Header<u64, BlakeTwo256>,
pub extrinsics: Vec<UncheckedExtrinsic<MultiAddress<AccountId32, ()>, MultiSignature, EthExtraImpl>>,
}Fields§
§header: Header<u64, 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