Coda by Ian Macalinao
    Preparing search index...
    interface Rewarder {
        annualRewardsRate: bigint;
        authority: Address;
        base: Address;
        bump: number;
        claimFeeTokenAccount: Address;
        discriminator: ReadonlyUint8Array;
        isPaused: boolean;
        maxClaimFeeMillibps: bigint;
        mintWrapper: Address;
        numQuarries: number;
        pauseAuthority: Address;
        pendingAuthority: Address;
        rewardsTokenMint: Address;
        totalRewardsShares: bigint;
    }
    Index

    Properties

    annualRewardsRate: bigint
    authority: Address
    base: Address
    bump: number
    claimFeeTokenAccount: Address
    discriminator: ReadonlyUint8Array
    isPaused: boolean
    maxClaimFeeMillibps: bigint
    mintWrapper: Address
    numQuarries: number
    pauseAuthority: Address
    pendingAuthority: Address
    rewardsTokenMint: Address
    totalRewardsShares: bigint