OBJECT
BuyOfferRemovedEvent
An event triggered by a user removing his offer to buy a domain.
link GraphQL Schema definition
- type BuyOfferRemovedEvent implements Event, Node, TezosDocument {
- # Block in which last change happened.
- : Block!
- # The domain name.
- : String!
- # 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
- # The domain token id.
- : Int!
- # Event type.
- : EventType!
- }
link Require by
This element is not required by anyone