@solana/web3.js
    Preparing search index...

    Type Alias GetInflationRewardConfig

    Configuration object for changing getInflationReward query behavior

    type GetInflationRewardConfig = {
        commitment?: Commitment;
        epoch?: number;
        minContextSlot?: number;
    }
    Index
    commitment?: Commitment

    The level of commitment desired

    epoch?: number

    An epoch for which the reward occurs. If omitted, the previous epoch will be used

    minContextSlot?: number

    The minimum slot that the request can be evaluated at