Skip to main content

⚠️ This is the alpha version. The operation or type does not exist in the beta version.

BalanceChange

Effects to the balance (sum of coin values per coin type) owned by an address or object.

type BalanceChange {
owner: Owner
coinType: MoveType
amount: BigInt
}

Fields​

BalanceChange.owner ● Owner object​

The address or object whose balance has changed.

BalanceChange.coinType ● MoveType object​

The inner type of the coin whose balance has changed (e.g. 0x2::sui::SUI).

BalanceChange.amount ● BigInt scalar​

The signed balance change.

Member Of​

BalanceChangeConnection object ● BalanceChangeEdge object