referrerpolicy=no-referrer-when-downgrade

Type Alias polkadot_runtime_common::crowdloan::pallet::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 */);