getLargestAccountsRaw method
Future<JsonRpcContextResponse<List<LargeAccount> > >
getLargestAccountsRaw({
- GetLargestAccountsConfig? config,
Returns the 20 largest accounts, by lamport balance (results may be cached up to two hours).
Implementation
Future<JsonRpcContextResponse<List<LargeAccount>>> getLargestAccountsRaw({
final GetLargestAccountsConfig? config,
}) =>
send(GetLargestAccounts(config: config));