pub fn dutch_auction_closed_by_user(
id: AuctionId,
state: DutchAuctionState,
) -> EventDutchAuctionEnded
Expand description
Event for a Dutch auction that is ending because it has been closed by its owner.
pub fn dutch_auction_closed_by_user(
id: AuctionId,
state: DutchAuctionState,
) -> EventDutchAuctionEnded
Event for a Dutch auction that is ending because it has been closed by its owner.