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 */);