interface BalanceChange {
    amount: string;
    coinType: string;
    owner: ObjectOwner;
}

Properties

Properties

amount: string

The amount indicate the balance value changes, negative amount means spending coin value and positive means receiving coin value.

coinType: string

Owner of the balance change