OBJECT
DomainRenewEvent
An event triggered by a user renewing a domain.
link GraphQL Schema definition
- type DomainRenewEvent implements Event, Node, TezosDocument {
- # Block in which last change happened.
- : Block!
- # The domain name.
- : String!
- # The duration of the renewed domain.
- : Int!
- # Unique global ID of the object.
- : ID!
- # The hash of the operation group that contained this/last change.
- : String!
- # The price paid for the renewal.
- : Mutez!
- # 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