Algorand TypeScript
    Preparing search index...

    Variable VoterParamsConst

    VoterParams: {
        voterBalance(a: uint64 | Account): readonly [uint64, boolean];
        voterIncentiveEligible(a: uint64 | Account): readonly [boolean, boolean];
    } = ...

    Type declaration

    • voterBalance: function
    • voterIncentiveEligible: function
      • Had this account opted into block payouts Min AVM version: 11

        Parameters

        Returns readonly [boolean, boolean]