referrerpolicy=no-referrer-when-downgrade

Type Alias Bids

Source
pub type Bids<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageBids<T, I>, BoundedVec<Bid<T::AccountId, BalanceOf<T, I>>, T::MaxBids>, ValueQuery>;
Expand description

The current bids, stored ordered by the value of the bid.

Storage type is [StorageValue] with value type BoundedVec < Bid < T :: AccountId, BalanceOf < T, I > > , T :: MaxBids >.

Aliased Type§

struct Bids<T: Config<I>, I: 'static = ()>(/* private fields */);