OBJECT

AuctionSettleEvent

An event triggered by a user's auction settlement action.

link GraphQL Schema definition

  • type AuctionSettleEvent implements Event, Node, TezosDocument {
  • # Block in which last change happened.
  • block: Block!
  • # The data for the won domain.
  • data: [DataItem!]!
  • # The forward record for the won domain.
  • domainForwardRecordAddress: Address
  • # The domain name.
  • domainName: String!
  • # The owner of the won domain.
  • domainOwnerAddress: Address!
  • # Unique global ID of the object.
  • id: ID!
  • # The hash of the operation group that contained this/last change.
  • operationGroupHash: String!
  • # The period in days during which the auction winner owns this domain. This
  • # includes the period after the auction ended but was not settled yet.
  • registrationDurationInDays: Int!
  • # An address that triggered the event.
  • sourceAddress: Address!
  • # `ReverseRecord` corresponding to `sourceAddress`.
  • sourceAddressReverseRecord: ReverseRecord
  • # Event type.
  • type: EventType!
  • # The price paid for the won domain.
  • winningBid: Mutez!
  • }

link Require by

This element is not required by anyone