algokit-subscriber-ts

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

Interface: BalanceChange

types/subscription.BalanceChange

Represents a balance change effect for a transaction.

Table of contents

Properties

Properties

address

address: string

The address that the balance change is for.

Defined in

src/types/subscription.ts:202


amount

amount: bigint

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

Defined in

src/types/subscription.ts:206


assetId

assetId: bigint

The asset ID of the balance change, or 0 for Algos.

Defined in

src/types/subscription.ts:204


roles

roles: BalanceChangeRole[]

The roles the account was playing that led to the balance change

Defined in

src/types/subscription.ts:208