OBJECT
DomainUpdateEvent
An event triggered by a user updating domain's data.
link GraphQL Schema definition
- type DomainUpdateEvent implements Event, Node, TezosDocument {
 - #   Block in which last change happened.
 - : Block! 
 - #   The data for the bought domain.
 - : [DataItem!]! 
 - #   The forward record for the bought domain.
 - : Address 
 - #   The domain name.
 - : String! 
 - #   The owner of the bought domain.
 - : Address! 
 - #   Unique global ID of the object.
 - : ID! 
 - #   The hash of the operation group that contained this/last change.
 - : String! 
 - #   An address that triggered the event.
 - : Address! 
 - #   `ReverseRecord` corresponding to `sourceAddress`.
 - : ReverseRecord 
 - #   Event type.
 - : EventType! 
 - }
 
    link Require by
This element is not required by anyone