Skip to content

balance

Algorand TypeScript


Algorand TypeScript / op / balance

balance(a): uint64

Defined in: op.ts:545

balance for account A, in microalgos. The balance is observed after the effects of previous transactions in the group, and after the fee for the current transaction is deducted. Changes caused by inner transactions are observable immediately following itxn_submit

Txn.Accounts offset (or, since v4, an available account address), available application id (or, since v4, a Txn.ForeignApps offset).

uint64 | Account

uint64

value.

Native TEAL opcode: balance Min AVM version: 2