Type Alias pallet_pool_system::pallet::AccountDeposit
source · pub type AccountDeposit<T: Config> = StorageMap<_GeneratedPrefixForStorageAccountDeposit<T>, Blake2_128Concat, T::AccountId, T::Balance, ValueQuery>;
Expand description
Storage type is [StorageMap
] with key type T :: AccountId
and value type T :: Balance
.
Aliased Type§
struct AccountDeposit<T: Config>(/* private fields */);