OBJECT

ReverseRecordUpdateEvent

An event triggered by a user updating a reverse record.

link GraphQL Schema definition

  • type ReverseRecordUpdateEvent implements Event, Node, TezosDocument {
  • # Block in which last change happened.
  • block: Block!
  • # Unique global ID of the object.
  • id: ID!
  • # The domain name.
  • name: String
  • # The hash of the operation group that contained this/last change.
  • operationGroupHash: String!
  • # The forward record for the bought domain.
  • reverseRecordAddress: Address!
  • # The owner of the bought domain.
  • reverseRecordOwnerAddress: Address!
  • # An address that triggered the event.
  • sourceAddress: Address!
  • # `ReverseRecord` corresponding to `sourceAddress`.
  • sourceAddressReverseRecord: ReverseRecord
  • # Event type.
  • type: EventType!
  • }

link Require by

This element is not required by anyone