Balance

data class Balance(val coinType: GetBalanceQuery.CoinType?, val totalBalance: Any?)

Constructors

Link copied to clipboard
constructor(coinType: GetBalanceQuery.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.