pub type TotalIssuance<T: Config> = StorageValue<_GeneratedPrefixForStorageTotalIssuance<T>, Balance>;Expand description
Single storage item, of type Balance.
Storage type is StorageValue with value type Balance.
Aliased Type§
struct TotalIssuance<T: Config>(/* private fields */);