Type Definition frame::prelude::frame_system::mocking::MockBlockU32
pub type MockBlockU32<T> = Block<Header<u32, BlakeTwo256>, UncheckedExtrinsic<<T as Config>::AccountId, <T as Config>::RuntimeCall, (), ()>>;Expand description
An implementation of sp_runtime::traits::Block to be used in tests with u32 BlockNumber type.