Type Definition polkadot_runtime_common::auctions::pallet::ReservedAmounts
source · pub type ReservedAmounts<T: Config> = StorageMap<_GeneratedPrefixForStorageReservedAmounts<T>, Twox64Concat, (T::AccountId, ParaId), <<<T as Config>::Leaser as Leaser<<T as Config>::BlockNumber>>::Currency as Currency<<T as Config>::AccountId>>::Balance>;
Expand description
Amounts currently reserved in the accounts of the bidders currently winning (sub-)ranges.