OBJECT
AuctionBidEvent
An event triggered by a user's bid to an auction.
link GraphQL Schema definition
- type AuctionBidEvent implements Event, Node, TezosDocument {
- # The bid amount.
- : Mutez!
- # 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!
- # The last bid amount before this bid.
- : Mutez
- # The last bidder address before this bid.
- : Address
- # `ReverseRecord` corresponding to `previousBidderAddress`.
- : ReverseRecord
- # An address that triggered the event.
- : Address!
- # `ReverseRecord` corresponding to `sourceAddress`.
- : ReverseRecord
- # The amount spent in this transaction.
- : Mutez!
- # Event type.
- : EventType!
- }
link Require by
This element is not required by anyone