pub type BlockNumberFor<T> = <<T as Config>::BlockNumberProvider as BlockNumberProvider>::BlockNumber;Expand description
The block number type for the pallet.
This type is derived from the BlockNumberProvider associated type in the Config trait.
It represents the block number type that the pallet uses for scheduling and expiration.