add get_epoch_vote_accounts rpc (#4317)
* add get_epoch_vote_accounts rpc * fixups * documentation and type updates
This commit is contained in:
@ -13,6 +13,7 @@ pub enum RpcRequest {
|
||||
GetRecentBlockhash,
|
||||
GetSignatureStatus,
|
||||
GetSlotLeader,
|
||||
GetEpochVoteAccounts,
|
||||
GetStorageBlockhash,
|
||||
GetStorageSlot,
|
||||
GetStoragePubkeysForSlot,
|
||||
@ -39,6 +40,7 @@ impl RpcRequest {
|
||||
RpcRequest::GetRecentBlockhash => "getRecentBlockhash",
|
||||
RpcRequest::GetSignatureStatus => "getSignatureStatus",
|
||||
RpcRequest::GetSlotLeader => "getSlotLeader",
|
||||
RpcRequest::GetEpochVoteAccounts => "getEpochVoteAccounts",
|
||||
RpcRequest::GetStorageBlockhash => "getStorageBlockhash",
|
||||
RpcRequest::GetStorageSlot => "getStorageSlot",
|
||||
RpcRequest::GetStoragePubkeysForSlot => "getStoragePubkeysForSlot",
|
||||
|
Reference in New Issue
Block a user