GetVoteAccountsConfig constructor
const
GetVoteAccountsConfig({
- Commitment? commitment,
- Pubkey? votePubkey,
- bool? keepUnstakedDelinquents,
JSON RPC configurations for getVoteAccounts methods.
Implementation
const GetVoteAccountsConfig({
super.commitment,
this.votePubkey,
this.keepUnstakedDelinquents,
});