GetVoteAccountsConfig constructor
GetVoteAccountsConfig({
- Commitment? commitment = Commitment.finalized,
- String? votePubKey,
- bool? keepUnstakedDelinquents,
- int? delinquentSlotDistance,
Implementation
GetVoteAccountsConfig({
this.commitment = Commitment.finalized,
this.votePubKey,
this.keepUnstakedDelinquents,
this.delinquentSlotDistance,
});