referrerpolicy=no-referrer-when-downgrade

EndingsCount

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§

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