InterestGroupAuctionEventOccurred

@Serializable
data class InterestGroupAuctionEventOccurred(val eventTime: TimeSinceEpoch, val type: InterestGroupAuctionEventType, val uniqueAuctionId: InterestGroupAuctionId, val parentAuctionId: InterestGroupAuctionId? = null, val auctionConfig: JsonObject? = null) : StorageEvent

An auction involving interest groups is taking place. These events are target-specific.

Official doc

Constructors

Link copied to clipboard
constructor(eventTime: TimeSinceEpoch, type: InterestGroupAuctionEventType, uniqueAuctionId: InterestGroupAuctionId, parentAuctionId: InterestGroupAuctionId? = null, auctionConfig: JsonObject? = null)

Properties

Link copied to clipboard
val auctionConfig: JsonObject? = null

Set for started and configResolved

Link copied to clipboard
Link copied to clipboard

Set for child auctions.

Link copied to clipboard