pub type RefreshInProgress<T: Config> = StorageValue<_GeneratedPrefixForStorageRefreshInProgress<T>, bool, ValueQuery>;
Expand description

Check if there is a refresh in progress.

Storage type is [StorageValue] with value type bool.