Skip to main content

BalanceConnection

No description

type BalanceConnection implements Connection {
items: [Balance!]
nextToken: String
}

Fields

BalanceConnection.items ● [Balance!] list object

The current page of **Asset** objects. This can be an empty array if there are no items on this page - (null for exchange wallets)

BalanceConnection.nextToken ● String scalar

The token to use to get the next page of **Wallet** objects. If **items** is an empty array then this value should be null

Interfaces

Connection interface

Member Of

BlockchainSubWallet object ● ExchangeSubWallet object ● Portfolio object ● SubWallet interface