Type Definition frame_system::mocking::MockBlockU128
source · pub type MockBlockU128<T> = Block<Header<u128, BlakeTwo256>, MockUncheckedExtrinsic<T>>;
Expand description
An implementation of sp_runtime::traits::Block
to be used in tests with u128 BlockNumber
type.