Staking inflation reward for one epoch.

1.0.0

interface InflationReward {
    amount: number;
    commission?: number;
    effectiveSlot: Slot;
    epoch: Epoch;
    postBalance: number;
}

Properties

amount: number
commission?: number
effectiveSlot: Slot
epoch: Epoch
postBalance: number