Skip to content

BalanceChange

Defined in: src/types/subscription.ts:181

Represents a balance change effect for a transaction.

address: string

Defined in: src/types/subscription.ts:183

The address that the balance change is for.


amount: bigint

Defined in: src/types/subscription.ts:187

The amount of the balance change in smallest divisible unit or microAlgos.


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