pub type ActiveBonusUpdateState<T: Config> = StorageValue<_GeneratedPrefixForStorageActiveBonusUpdateState<T>, BonusUpdateStateFor<T>, ValueQuery>;
Expand description

Temporary cursor to persist latest BonusStatus item updated. TODO: remove it once all BonusStatus are updated and this storage value is cleanup.

Storage type is [StorageValue] with value type BonusUpdateStateFor < T >.

Aliased Type§

struct ActiveBonusUpdateState<T: Config>(/* private fields */);