referrerpolicy=no-referrer-when-downgrade

Type Alias EndingsCount

Source
pub type EndingsCount<T> = StorageValue<_GeneratedPrefixForStorageEndingsCount<T>, u32, ValueQuery>;
Expand description

The number of auctions that have entered into their ending period so far.

Storage type is [StorageValue] with value type u32.

Aliased Type§

struct EndingsCount<T>(/* private fields */);