Type Alias polkadot_runtime_common::auctions::pallet::ReservedAmounts
source · pub type ReservedAmounts<T: Config> = StorageMap<_GeneratedPrefixForStorageReservedAmounts<T>, Twox64Concat, (T::AccountId, Id), <<<T as Config>::Leaser as Leaser<BlockNumberFor<T>>>::Currency as Currency<<T as Config>::AccountId>>::Balance>;
Expand description
Amounts currently reserved in the accounts of the bidders currently winning (sub-)ranges.
Storage type is [StorageMap
] with key type (T :: AccountId, ParaId)
and value type BalanceOf < T >
.
Aliased Type§
struct ReservedAmounts<T: Config>(/* private fields */);