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.