Type Alias TotalIssuance

Source
pub type TotalIssuance<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageTotalIssuance<T, I>, T::Balance, ValueQuery>;
Expand description

The total units issued in the system.

Storage type is StorageValue with value type T :: Balance.

Aliased Typeยง

pub struct TotalIssuance<T: Config<I>, I: 'static = ()>(/* private fields */);