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

    Type Alias InflationReward

    The inflation reward for an epoch

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

    reward amount in lamports

    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