Skip to main content

Balance

The total balance for a particular coin type.

type Balance {
coinType: MoveType
totalBalance: BigInt
}

Fields

Balance.coinType ● MoveType object

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

Balance.totalBalance ● BigInt scalar

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

Member Of

Address object ● BalanceConnection object ● BalanceEdge object ● DynamicField object ● IAddressable interface ● MoveObject object ● MovePackage object ● Object object