OBJECT

DomainUpdateOperatorsEvent

An event triggered by a user updating operators for a domain.

link GraphQL Schema definition

  • type DomainUpdateOperatorsEvent implements Event, Node, TezosDocument {
  • # Block in which last change happened.
  • block: Block!
  • # The domain name.
  • domainName: String!
  • # Unique global ID of the object.
  • id: ID!
  • # The hash of the operation group that contained this/last change.
  • operationGroupHash: String!
  • # The domain TZIP-12 operators.
  • operators: [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