Skip to content

BalanceChangeRole

@algorandfoundation/algokit-subscriber


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

The role that an account was playing for a given balance change.

AssetCreator: "AssetCreator"

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

Account was creating an asset and holds the full asset supply


AssetDestroyer: "AssetDestroyer"

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

Account was destroying an asset and has removed the full asset supply from circulation. A balance change with this role will always have a 0 amount and use the asset manager address.


CloseTo: "CloseTo"

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

Account was having an asset amount closed to it


Receiver: "Receiver"

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

Account was receiving a transaction


Sender: "Sender"

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

Account was sending a transaction (sending asset and/or spending fee if asset 0)