docs: getInflationReward rpc output fields should be in lower camel case (#16802)
This commit is contained in:
parent
c1829dd00b
commit
ec37a843a4
@ -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:
|
The result field will be a JSON array with the following fields:
|
||||||
|
|
||||||
- `epoch: <u64>`, epoch
|
- `epoch: <u64>`, epoch for which reward occured
|
||||||
- `effective_slot: <u64>`, the slot in which the rewards are effective
|
- `effectiveSlot: <u64>`, the slot in which the rewards are effective
|
||||||
- `amount: <u64>`, reward amount in lamports
|
- `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
|
#### Example
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user