Algorand TypeScript
    Preparing search index...

    Variable AcctParamsConst

    AcctParams: {
        acctAuthAddr(a: uint64 | Account): readonly [Account, boolean];
        acctBalance(a: uint64 | Account): readonly [uint64, boolean];
        acctIncentiveEligible(a: uint64 | Account): readonly [boolean, boolean];
        acctLastHeartbeat(a: uint64 | Account): readonly [uint64, boolean];
        acctLastProposed(a: uint64 | Account): readonly [uint64, boolean];
        acctMinBalance(a: uint64 | Account): readonly [uint64, boolean];
        acctTotalAppsCreated(a: uint64 | Account): readonly [uint64, boolean];
        acctTotalAppsOptedIn(a: uint64 | Account): readonly [uint64, boolean];
        acctTotalAssets(a: uint64 | Account): readonly [uint64, boolean];
        acctTotalAssetsCreated(a: uint64 | Account): readonly [uint64, boolean];
        acctTotalBoxBytes(a: uint64 | Account): readonly [uint64, boolean];
        acctTotalBoxes(a: uint64 | Account): readonly [uint64, boolean];
        acctTotalExtraAppPages(a: uint64 | Account): readonly [uint64, boolean];
        acctTotalNumByteSlice(a: uint64 | Account): readonly [uint64, boolean];
        acctTotalNumUint(a: uint64 | Account): readonly [uint64, boolean];
    } = ...

    Type declaration

    • acctAuthAddr: function
    • acctBalance: function
    • acctIncentiveEligible: function
      • Has this account opted into block payouts Min AVM version: 11

        Parameters

        Returns readonly [boolean, boolean]

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

        Parameters

        Returns readonly [uint64, boolean]

    • acctLastProposed: function
    • acctMinBalance: function
    • acctTotalAppsCreated: function
    • acctTotalAppsOptedIn: function
    • acctTotalAssets: function
      • The numbers of ASAs held by this account (including ASAs this account created). Min AVM version: 8

        Parameters

        Returns readonly [uint64, boolean]

    • acctTotalAssetsCreated: function
    • acctTotalBoxBytes: function
      • The total number of bytes used by this account's app's box keys and values. Min AVM version: 8

        Parameters

        Returns readonly [uint64, boolean]

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

        Parameters

        Returns readonly [uint64, boolean]

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

        Parameters

        Returns readonly [uint64, boolean]