Skip to content

Commit

Permalink
docs: getInflationReward rpc output fields should be in lower camel c…
Browse files Browse the repository at this point in the history
  • Loading branch information
oJshua authored Apr 24, 2021
1 parent c1829dd commit ec37a84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/developing/clients/jsonrpc-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ec37a84

Please sign in to comment.