Type Alias RewardInterval

Source
pub type RewardInterval<T: Config> = StorageValue<_GeneratedPrefixForStorageRewardInterval<T>, u16, ValueQuery, T::DefaultRewardInterval>;
Expand description

Number of blocks between emissions.

Storage type is [StorageValue] with value type u16.

Aliased Typeยง

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