Skip to content

balance

@algorandfoundation/algorand-typescript


@algorandfoundation/algorand-typescript / op / balance

Function: balance()

balance(a): uint64

Defined in: packages/algo-ts/src/op.ts:536

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

Parameters

a

uint64 | Account

Returns

uint64

value.

See

Native TEAL opcode: balance Min AVM version: 2