Type Definition frame::runtime::types_common::BlockOf

source ·
pub type BlockOf<T, Extra = ()> = Block<Header<BlockNumber, BlakeTwo256>, UncheckedExtrinsic<MultiAddress<AccountId, ()>, <T as SysConfig>::RuntimeCall, Signature, Extra>>;
Expand description

The block type, which should be fed into frame_system::Config.

Should be parameterized with T: frame_system::Config and a tuple of SignedExtension. When in doubt, use SystemSignedExtensionsOf.