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