INTERFACE

Event

An action in Tezos Domains describes an interaction with a domain, a reverse record, or an auction.

link GraphQL Schema definition

  • interface Event {
  • # Block in which last change happened.
  • block: Block!
  • # Unique global ID of the object.
  • id: ID!
  • # An address that triggered the event.
  • sourceAddress: Address!
  • # `ReverseRecord` corresponding to `sourceAddress`.
  • sourceAddressReverseRecord: ReverseRecord
  • # Event type.
  • type: EventType!
  • }

link Require by