pub type MockBlock<T> = Block<Header<<T as Config>::BlockNumber, BlakeTwo256>, MockUncheckedExtrinsic<T>>;
Expand description

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