OBJECT

BidderBalances

Bidder balances from unused auctions bids.

link GraphQL Schema definition

  • type BidderBalances implements Node {
  • # Reverse record address.
  • address: Address!
  • # User's withdrawable balances by tld registrars.
  • balances: [Balance!]!
  • # Unique global ID of the object.
  • id: ID!
  • # The hash of the operation group that contained this/last change.
  • operationGroupHash: String
  • }