Type Definition pallet_fast_unstake::pallet::ErasToCheckPerBlock
source · pub type ErasToCheckPerBlock<T: Config> = StorageValue<_GeneratedPrefixForStorageErasToCheckPerBlock<T>, u32, ValueQuery>;
Expand description
Number of eras to check per block.
If set to 0, this pallet does absolutely nothing.
Based on the amount of weight available at on_idle
, up to this many eras of a single
nominator might be checked.