SolanaRequestGetVoteAccounts constructor
const
SolanaRequestGetVoteAccounts({
- SolAddress? votePubkey,
- bool? keepUnstakedDelinquents,
- int? delinquentSlotDistance,
- Commitment? commitment,
Implementation
const SolanaRequestGetVoteAccounts(
{this.votePubkey,
this.keepUnstakedDelinquents,
this.delinquentSlotDistance,
super.commitment});