getVoteAccountsRaw method

Returns the account info and associated stake for all the voting accounts in the current bank.

Implementation

Future<JsonRpcSuccessResponse<VoteAccountStatus>> getVoteAccountsRaw({
  final GetVoteAccountsConfig? config,
}) =>
    send(GetVoteAccounts(config: config));