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

This commit is contained in:
Josh 2021-04-24 12:13:02 -07:00 committed by GitHub
parent c1829dd00b
commit ec37a843a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1209,10 +1209,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