Skip to content

AcctParams

Algorand TypeScript


Algorand TypeScript / op / AcctParams

const AcctParams: object

Defined in: op.ts:52

acctAuthAddr(a): readonly [Account, boolean]

Address the account is rekeyed to. Min AVM version: 6

uint64 | Account

readonly [Account, boolean]

acctBalance(a): readonly [uint64, boolean]

Account balance in microalgos Min AVM version: 6

uint64 | Account

readonly [uint64, boolean]

acctIncentiveEligible(a): readonly [boolean, boolean]

Has this account opted into block payouts Min AVM version: 11

uint64 | Account

readonly [boolean, boolean]

acctLastHeartbeat(a): readonly [uint64, boolean]

The round number of the last block this account sent a heartbeat. Min AVM version: 11

uint64 | Account

readonly [uint64, boolean]

acctLastProposed(a): readonly [uint64, boolean]

The round number of the last block this account proposed. Min AVM version: 11

uint64 | Account

readonly [uint64, boolean]

acctMinBalance(a): readonly [uint64, boolean]

Minimum required balance for account, in microalgos Min AVM version: 6

uint64 | Account

readonly [uint64, boolean]

acctTotalAppsCreated(a): readonly [uint64, boolean]

The number of existing apps created by this account. Min AVM version: 8

uint64 | Account

readonly [uint64, boolean]

acctTotalAppsOptedIn(a): readonly [uint64, boolean]

The number of apps this account is opted into. Min AVM version: 8

uint64 | Account

readonly [uint64, boolean]

acctTotalAssets(a): readonly [uint64, boolean]

The numbers of ASAs held by this account (including ASAs this account created). Min AVM version: 8

uint64 | Account

readonly [uint64, boolean]

acctTotalAssetsCreated(a): readonly [uint64, boolean]

The number of existing ASAs created by this account. Min AVM version: 8

uint64 | Account

readonly [uint64, boolean]

acctTotalBoxBytes(a): readonly [uint64, boolean]

The total number of bytes used by this account’s app’s box keys and values. Min AVM version: 8

uint64 | Account

readonly [uint64, boolean]

acctTotalBoxes(a): readonly [uint64, boolean]

The number of existing boxes created by this account’s app. Min AVM version: 8

uint64 | Account

readonly [uint64, boolean]

acctTotalExtraAppPages(a): readonly [uint64, boolean]

The number of extra app code pages used by this account. Min AVM version: 8

uint64 | Account

readonly [uint64, boolean]

acctTotalNumByteSlice(a): readonly [uint64, boolean]

The total number of byte array values allocated by this account in Global and Local States. Min AVM version: 8

uint64 | Account

readonly [uint64, boolean]

acctTotalNumUint(a): readonly [uint64, boolean]

The total number of uint64 values allocated by this account in Global and Local States. Min AVM version: 8

uint64 | Account

readonly [uint64, boolean]