OBJECT
AuctionEndEvent
An event triggered by a block with a timestamp greater or equal to an auction's end.
link GraphQL Schema definition
- type AuctionEndEvent implements Event, Node, TezosDocument {
- # Block in which last change happened.
- Block! :
- # The domain name.
- String! :
- # Unique global ID of the object.
- ID! :
- # The auction bidders' addresses.
- AuctionParticipant!]! : [
- # An address that triggered the event.
- Address! :
- # `ReverseRecord` corresponding to `sourceAddress`.
- ReverseRecord :
- # Event type.
- EventType! :
- # The winning bid amount.
- Mutez! :
- }
link Require by
This element is not required by anyone