referrerpolicy=no-referrer-when-downgrade

AuctionCounter

Type Alias AuctionCounter 

Source
pub type AuctionCounter<T> = StorageValue<_GeneratedPrefixForStorageAuctionCounter<T>, AuctionIndex, ValueQuery>;
Expand description

Number of auctions started so far.

Storage type is StorageValue with value type AuctionIndex.

Aliased Type§

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