Type Alias GetInflationRewardConfig

GetInflationRewardConfig: {
    commitment?: Commitment;
    epoch?: number;
    minContextSlot?: number;
}

Configuration object for changing getInflationReward query behavior

Type declaration

  • Optionalcommitment?: Commitment

    The level of commitment desired

  • Optionalepoch?: number

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

  • OptionalminContextSlot?: number

    The minimum slot that the request can be evaluated at