Type Definition pallet_gilt::pallet::Queues [−][src]
type Queues<T: Config> = StorageMap<_GeneratedPrefixForStorageQueues<T>, Blake2_128Concat, u32, Vec<GiltBid<<<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, T::AccountId>>, ValueQuery>;
Expand description
The queues of bids ready to become gilts. Indexed by duration (in Period
s).