BalanceChangeRole
Defined in: src/types/subscription.ts:193
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:201
Account was creating an asset and holds the full asset supply
AssetDestroyer
Section titled “AssetDestroyer”AssetDestroyer:
"AssetDestroyer"
Defined in: src/types/subscription.ts:205
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:199
Account was having an asset amount closed to it
Receiver
Section titled “Receiver”Receiver:
"Receiver"
Defined in: src/types/subscription.ts:197
Account was receiving a transaction
Sender
Section titled “Sender”Sender:
"Sender"
Defined in: src/types/subscription.ts:195
Account was sending a transaction (sending asset and/or spending fee if asset 0)