GetVoteAccountsConfig constructor

GetVoteAccountsConfig({
  1. Commitment? commitment = Commitment.finalized,
  2. String? votePubKey,
  3. bool? keepUnstakedDelinquents,
  4. int? delinquentSlotDistance,
})

Implementation

GetVoteAccountsConfig({
  this.commitment = Commitment.finalized,
  this.votePubKey,
  this.keepUnstakedDelinquents,
  this.delinquentSlotDistance,
});