Type Definition polkadot_runtime_common::auctions::pallet::Winning
source · pub type Winning<T: Config> = StorageMap<_GeneratedPrefixForStorageWinning<T>, Twox64Concat, T::BlockNumber, [Option<(<T as Config>::AccountId, ParaId, <<<T as Config>::Leaser as Leaser<<T as Config>::BlockNumber>>::Currency as Currency<<T as Config>::AccountId>>::Balance)>; 36]>;
Expand description
The winning bids for each of the 10 ranges at each sample in the final Ending Period of
the current auction. The map’s key is the 0-based index into the Sample Size. The
first sample of the ending period is 0; the last is Sample Size - 1
.