BalanceChange
Defined in: src/types/subscription.ts:181
Represents a balance change effect for a transaction.
Properties
Section titled “Properties”address
Section titled “address”address:
string
Defined in: src/types/subscription.ts:183
The address that the balance change is for.
amount
Section titled “amount”amount:
bigint
Defined in: src/types/subscription.ts:187
The amount of the balance change in smallest divisible unit or microAlgos.
assetId
Section titled “assetId”assetId:
bigint
Defined in: src/types/subscription.ts:185
The asset ID of the balance change, or 0 for Algos.
roles:
BalanceChangeRole[]
Defined in: src/types/subscription.ts:189
The roles the account was playing that led to the balance change