Balance

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

Constructors

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

Properties

Link copied to clipboard

How many coins of this type constitute the balance

Link copied to clipboard

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

Link copied to clipboard

Total balance across all coin objects of the coin type