SolanaRPCGetVoteAccounts constructor

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

Implementation

const SolanaRPCGetVoteAccounts(
    {this.votePubkey,
    this.keepUnstakedDelinquents,
    this.delinquentSlotDistance,
    Commitment? commitment})
    : super(commitment: commitment);