Type Alias InflationReward
InflationReward: {
amount: number;
commission?: number | null;
effectiveSlot: number;
epoch: number;
postBalance: number;
}
Type declaration
amount: number
Optional
commission?: number | null
effectiveSlot: number
epoch: number
postBalance: number
The inflation reward for an epoch