Type Definition frame::prelude::frame_system::mocking::MockBlock

pub type MockBlock<T> = Block<Header<u64, BlakeTwo256>, UncheckedExtrinsic<<T as Config>::AccountId, <T as Config>::RuntimeCall, (), ()>>;
Expand description

An implementation of sp_runtime::traits::Block to be used in tests.