Type Alias serai_coins_pallet::pallet::Supply
source · pub type Supply<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageSupply<T, I>, Identity, Coin, SubstrateAmount, ValueQuery>;
Expand description
The total supply of each coin.
Storage type is StorageMap
with key type Coin
and value type SubstrateAmount
.
Aliased Type§
struct Supply<T: Config<I>, I: 'static = ()>(/* private fields */);