Type Definition pallet_nis::pallet::Queues

source ·
pub type Queues<T: Config> = StorageMap<_GeneratedPrefixForStorageQueues<T>, Blake2_128Concat, u32, BoundedVec<Bid<<<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, <T as Config>::AccountId>, T::MaxQueueLen>, ValueQuery>;
Expand description

The queues of bids. Indexed by duration (in Periods).