Type alias InflationReward

InflationReward: {
    amount: number;
    commission?: number | null;
    effectiveSlot: number;
    epoch: number;
    postBalance: number;
}

The inflation reward for an epoch

Type declaration

  • amount: number

    reward amount in lamports

  • Optional commission?: number | null

    vote account commission when the reward was credited

  • effectiveSlot: number

    the slot in which the rewards are effective

  • epoch: number

    epoch for which the reward occurs

  • postBalance: number

    post balance of the account in lamports

Generated using TypeDoc