SolanaRPCGetLargestAccounts constructor

const SolanaRPCGetLargestAccounts({
  1. String? filter,
  2. Commitment? commitment,
})

Implementation

const SolanaRPCGetLargestAccounts({this.filter, Commitment? commitment})
    : super(commitment: commitment);