algokit-subscriber-ts

@algorandfoundation/algokit-subscriber / types/subscription / BalanceChangeRole

Enumeration: BalanceChangeRole

types/subscription.BalanceChangeRole

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

Table of contents

Enumeration Members

Enumeration Members

AssetCreator

AssetCreator = "AssetCreator"

Account was creating an asset and holds the full asset supply

Defined in

src/types/subscription.ts:220


AssetDestroyer

AssetDestroyer = "AssetDestroyer"

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.

Defined in

src/types/subscription.ts:224


CloseTo

CloseTo = "CloseTo"

Account was having an asset amount closed to it

Defined in

src/types/subscription.ts:218


Receiver

Receiver = "Receiver"

Account was receiving a transaction

Defined in

src/types/subscription.ts:216


Sender

Sender = "Sender"

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

Defined in

src/types/subscription.ts:214