Type Definition frame_system::pallet_prelude::BlockNumberFor
source · pub type BlockNumberFor<T> = <T as Config>::BlockNumber;
Expand description
Type alias for the BlockNumber
associated type of system config.
pub type BlockNumberFor<T> = <T as Config>::BlockNumber;
Type alias for the BlockNumber
associated type of system config.