docs: getInflationReward rpc output fields should be in lower camel case (#16802) (#16805)

(cherry picked from commit ec37a843a4)

Co-authored-by: Josh <josh.hundley@gmail.com>
This commit is contained in:
mergify[bot]
2021-04-24 19:37:55 +00:00
committed by GitHub
parent 57dd8a555a
commit 0ecd1755a6

View File

@ -1484,10 +1484,10 @@ Returns the inflation reward for a list of addresses for an epoch
The result field will be a JSON array with the following fields:
- `epoch: <u64>`, epoch
- `effective_slot: <u64>`, the slot in which the rewards are effective
- `epoch: <u64>`, epoch for which reward occured
- `effectiveSlot: <u64>`, the slot in which the rewards are effective
- `amount: <u64>`, reward amount in lamports
- `post_balance: <u64>`, post balance of the account in lamports
- `postBalance: <u64>`, post balance of the account in lamports
#### Example