pub type CurrentBlockCount<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentBlockCount<T>, T::BlockNumber, ValueQuery>;
Expand description

Current block number (when the chain is paused, the block count is not incremented, so we don’t give rewards on staking)