GetInflationRewardResult
public struct GetInflationRewardResult : Codable
The inflation reward for a list of addresses for an epoch.
-
Epoch during which reward occurred.
Declaration
Swift
public let epoch: UInt64 -
The slot in which the rewards are effective.
Declaration
Swift
public let effectiveSlot: UInt64 -
The reward amount, in lamports.
Declaration
Swift
public let amount: UInt64 -
The post balance in lamports.
Declaration
Swift
public let postBalance: UInt64
GetInflationRewardResult Structure Reference