getVoteAccountsRaw method
Future<JsonRpcSuccessResponse<VoteAccountStatus> >
getVoteAccountsRaw({
- GetVoteAccountsConfig? config,
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));