GetVoteAccountsConfig constructor

const GetVoteAccountsConfig({
  1. Commitment? commitment,
  2. Pubkey? votePubkey,
  3. bool? keepUnstakedDelinquents,
})

JSON RPC configurations for getVoteAccounts methods.

Implementation

const GetVoteAccountsConfig({
  super.commitment,
  this.votePubkey,
  this.keepUnstakedDelinquents,
});