Type Alias AuctionStarted

AuctionStarted: PlainDescriptor<{
    auction_index: number;
    ending: number;
    lease_period: number;
}>

An auction started. Provides its index and the block number where it will begin to close and the first lease period of the quadruplet that is auctioned.