Node

data class Node(val coinType: GetAllBalancesQuery.CoinType?, val totalBalance: Any?)

Constructors

Link copied to clipboard
constructor(coinType: GetAllBalancesQuery.CoinType?, totalBalance: Any?)

Properties

Link copied to clipboard

Coin type for the balance, such as 0x2::sui::SUI.

Link copied to clipboard

The total balance across all coin objects of this coin type.