AcctParams
Algorand TypeScript / op / AcctParams
constAcctParams:object
Defined in: op.ts:52
Type declaration
Section titled “Type declaration”acctAuthAddr()
Section titled “acctAuthAddr()”acctAuthAddr(
a): readonly [Account,boolean]
Address the account is rekeyed to. Min AVM version: 6
Parameters
Section titled “Parameters”Returns
Section titled “Returns”readonly [Account, boolean]
acctBalance()
Section titled “acctBalance()”acctBalance(
a): readonly [uint64,boolean]
Account balance in microalgos Min AVM version: 6
Parameters
Section titled “Parameters”Returns
Section titled “Returns”readonly [uint64, boolean]
acctIncentiveEligible()
Section titled “acctIncentiveEligible()”acctIncentiveEligible(
a): readonly [boolean,boolean]
Has this account opted into block payouts Min AVM version: 11
Parameters
Section titled “Parameters”Returns
Section titled “Returns”readonly [boolean, boolean]
acctLastHeartbeat()
Section titled “acctLastHeartbeat()”acctLastHeartbeat(
a): readonly [uint64,boolean]
The round number of the last block this account sent a heartbeat. Min AVM version: 11
Parameters
Section titled “Parameters”Returns
Section titled “Returns”readonly [uint64, boolean]
acctLastProposed()
Section titled “acctLastProposed()”acctLastProposed(
a): readonly [uint64,boolean]
The round number of the last block this account proposed. Min AVM version: 11
Parameters
Section titled “Parameters”Returns
Section titled “Returns”readonly [uint64, boolean]
acctMinBalance()
Section titled “acctMinBalance()”acctMinBalance(
a): readonly [uint64,boolean]
Minimum required balance for account, in microalgos Min AVM version: 6
Parameters
Section titled “Parameters”Returns
Section titled “Returns”readonly [uint64, boolean]
acctTotalAppsCreated()
Section titled “acctTotalAppsCreated()”acctTotalAppsCreated(
a): readonly [uint64,boolean]
The number of existing apps created by this account. Min AVM version: 8
Parameters
Section titled “Parameters”Returns
Section titled “Returns”readonly [uint64, boolean]
acctTotalAppsOptedIn()
Section titled “acctTotalAppsOptedIn()”acctTotalAppsOptedIn(
a): readonly [uint64,boolean]
The number of apps this account is opted into. Min AVM version: 8
Parameters
Section titled “Parameters”Returns
Section titled “Returns”readonly [uint64, boolean]
acctTotalAssets()
Section titled “acctTotalAssets()”acctTotalAssets(
a): readonly [uint64,boolean]
The numbers of ASAs held by this account (including ASAs this account created). Min AVM version: 8
Parameters
Section titled “Parameters”Returns
Section titled “Returns”readonly [uint64, boolean]
acctTotalAssetsCreated()
Section titled “acctTotalAssetsCreated()”acctTotalAssetsCreated(
a): readonly [uint64,boolean]
The number of existing ASAs created by this account. Min AVM version: 8
Parameters
Section titled “Parameters”Returns
Section titled “Returns”readonly [uint64, boolean]
acctTotalBoxBytes()
Section titled “acctTotalBoxBytes()”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
Parameters
Section titled “Parameters”Returns
Section titled “Returns”readonly [uint64, boolean]
acctTotalBoxes()
Section titled “acctTotalBoxes()”acctTotalBoxes(
a): readonly [uint64,boolean]
The number of existing boxes created by this account’s app. Min AVM version: 8
Parameters
Section titled “Parameters”Returns
Section titled “Returns”readonly [uint64, boolean]
acctTotalExtraAppPages()
Section titled “acctTotalExtraAppPages()”acctTotalExtraAppPages(
a): readonly [uint64,boolean]
The number of extra app code pages used by this account. Min AVM version: 8
Parameters
Section titled “Parameters”Returns
Section titled “Returns”readonly [uint64, boolean]
acctTotalNumByteSlice()
Section titled “acctTotalNumByteSlice()”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
Parameters
Section titled “Parameters”Returns
Section titled “Returns”readonly [uint64, boolean]
acctTotalNumUint()
Section titled “acctTotalNumUint()”acctTotalNumUint(
a): readonly [uint64,boolean]
The total number of uint64 values allocated by this account in Global and Local States. Min AVM version: 8
Parameters
Section titled “Parameters”Returns
Section titled “Returns”readonly [uint64, boolean]