Skip to main content

BalanceChange

Effects to the balance (sum of coin values per coin type) of addresses and objects.

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

Fields​

BalanceChange.amount ● BigInt scalar​

The signed balance change.

BalanceChange.coinType ● MoveType object​

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

BalanceChange.owner ● Address object​

The address or object whose balance has changed.

Member Of​

BalanceChangeConnection object ● BalanceChangeEdge object