pub type ProvidedBlockNumberOf<T> = <<T as Config>::BlockNumberProvider as BlockNumberProvider>::BlockNumber;Expand description
Block number used for registration deadlines.
On a parachain, configure Config::BlockNumberProvider to
cumulus_pallet_parachain_system::RelaychainDataProvider, so deadlines are expressed in
relay-chain blocks and keep their meaning through a stall in this chain’s own block production.