OBJECT

Balance

A user balance for the specific TLD registrar.

link GraphQL Schema definition

  • type Balance implements Node {
  • # The withdrawable balance.
  • balance: Mutez!
  • # Unique global ID of the object.
  • id: ID!
  • # The tld registrar's name.
  • tldName: String!
  • }