Algorand TypeScript
    Preparing search index...

    Variable VoterParamsConst

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

    Type declaration