Type Alias serai_coins_pallet::pallet::Balances
source · pub type Balances<T: Config<I>, I: 'static = ()> = StorageDoubleMap<_GeneratedPrefixForStorageBalances<T, I>, Blake2_128Concat, Public, Identity, Coin, SubstrateAmount, ValueQuery>;
Expand description
The amount of coins each account has.
Storage type is StorageDoubleMap
with key1 type Public, key2 type Coin and value type SubstrateAmount.
Aliased Type§
struct Balances<T: Config<I>, I: 'static = ()>(/* private fields */);