OBJECT
DomainOperator
Domain TZIP-12 operator.
link GraphQL Schema definition
- type DomainOperator implements Node {
- # Operator's address.
- : String!
- # Unique global ID of the object.
- : ID!
- # `ReverseRecord` corresponding to `address`.
- : ReverseRecord
- }