Type Alias xcm_emulator::BlockNumberFor
pub type BlockNumberFor<T> = <<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number;
Expand description
Type alias for the BlockNumber
associated type of system config.
pub type BlockNumberFor<T> = <<<T as Config>::Block as HeaderProvider>::HeaderT as Header>::Number;
Type alias for the BlockNumber
associated type of system config.