referrerpolicy=no-referrer-when-downgrade

ProvidedBlockNumberFor

Type Alias ProvidedBlockNumberFor 

Source
pub type ProvidedBlockNumberFor<T> = <<T as Config>::BlockNumberProvider as BlockNumberProvider>::BlockNumber;
Expand description

The Block number that we use to measure time.

Deferral expirations are tracked against this provider rather than the local system block, so on a parachain it can be the relay chain block number. All DeferredDispatch expire_at values and the Config::DeferredDispatchExpiration window are denominated in it.