Type alias GetInflationRewardConfig

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

Configuration object for changing getInflationReward query behavior

Type declaration

  • Optional commitment?: Commitment

    The level of commitment desired

  • Optional epoch?: number

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

  • Optional minContextSlot?: number

    The minimum slot that the request can be evaluated at

Generated using TypeDoc