rpc: more params for GetVoteAccountsConfig

This commit is contained in:
Trent Nelson
2021-07-02 23:51:41 -06:00
committed by mergify[bot]
parent 8eda152d33
commit bf90ea282a
3 changed files with 21 additions and 8 deletions

View File

@ -3028,6 +3028,8 @@ Returns the account info and associated stake for all the voting accounts in the
- `<object>` - (optional) Configuration object containing the following field:
- (optional) [Commitment](jsonrpc-api.md#configuring-state-commitment)
- (optional) `votePubkey: <string>` - Only return results for this validator vote address (base-58 encoded)
- (optional) `keepUnstakedDelinquents: <bool>` - Do not filter out delinquent validators with no stake
- (optional) `delinquentSlotDistance: <u64>` - Specify the number of slots behind the tip that a validator must fall to be considered delinquent. **NOTE:** For the sake of consistency between ecosystem products, _it is **not** recommended that this argument be specified._
#### Results: