pub type ReservedAmounts<T: Config> = StorageMap<_GeneratedPrefixForStorageReservedAmounts<T>, Twox64Concat, (T::AccountId, ParaId), <<<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 >.