BalanceChangeRole
@algorandfoundation/algokit-subscriber
Enumeration: BalanceChangeRole
Section titled “Enumeration: BalanceChangeRole”Defined in: src/types/subscription.ts:212
The role that an account was playing for a given balance change.
Enumeration Members
Section titled “Enumeration Members”AssetCreator
Section titled “AssetCreator”AssetCreator:
"AssetCreator"
Defined in: src/types/subscription.ts:220
Account was creating an asset and holds the full asset supply
AssetDestroyer
Section titled “AssetDestroyer”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
Section titled “CloseTo”CloseTo:
"CloseTo"
Defined in: src/types/subscription.ts:218
Account was having an asset amount closed to it
Receiver
Section titled “Receiver”Receiver:
"Receiver"
Defined in: src/types/subscription.ts:216
Account was receiving a transaction
Sender
Section titled “Sender”Sender:
"Sender"
Defined in: src/types/subscription.ts:214
Account was sending a transaction (sending asset and/or spending fee if asset 0)