Type Alias pallet_rewards::RemainingIssuance

source ·
pub type RemainingIssuance<T> = StorageValue<_GeneratedPrefixForStorageRemainingIssuance<T>, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, ValueQuery>;
Expand description

Tokens left to issue to farmers at any given time

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

Aliased Type§

struct RemainingIssuance<T>(/* private fields */);