AuctionStartedEvent

Class: AuctionStartedEventDTO

Properties:

  1. Start
    • Type: uint

    • Description: Represents the start time of the auction.

  2. End
    • Type: uint

    • Description: Represents the end time of the auction.

This class is decorated with the [Event(“AuctionStarted”)] attribute, indicating that it represents an event with the name “AuctionStarted”. It implements the IEventDTO interface provided by the Nethereum.Contracts namespace.

Please note that any required imports or namespace declarations should be included in your actual code, which have been omitted here for brevity.