SolanaRequestGetVoteAccounts constructor

const SolanaRequestGetVoteAccounts({
  1. SolAddress? votePubkey,
  2. bool? keepUnstakedDelinquents,
  3. int? delinquentSlotDistance,
  4. Commitment? commitment,
})

Implementation

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