Type Alias pallet_nis::pallet::Queues

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

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

Storage type is [StorageMap] with key type u32 and value type BoundedVec < BidOf < T > , T :: MaxQueueLen >.

Aliased Type§

struct Queues<T: Config>(/* private fields */);