pub fn dutch_auction_expired(
id: AuctionId,
state: DutchAuctionState,
) -> EventDutchAuctionEnded
Expand description
Event for a Dutch auction that is ending because it has expired.
pub fn dutch_auction_expired(
id: AuctionId,
state: DutchAuctionState,
) -> EventDutchAuctionEnded
Event for a Dutch auction that is ending because it has expired.