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