Get the minimum balance of a user in microAlgos.
For more information about minimum balances, see: https://developer.algorand.org/docs/features/accounts/#minimum-balance
Argument must be an index into Txn.Accounts that corresponds to the account to read from. It must evaluate to uint64.
Requires TEAL version 3 or higher. This operation is only permitted in application mode.
Generated using TypeDoc
Get the balance of a user in microAlgos.
Argument must be an index into Txn.Accounts that corresponds to the account to read from. It must evaluate to uint64.
This operation is only permitted in application mode.