getTokenLargestAccountsRaw method
Future<JsonRpcContextResponse<List<TokenAmount> > >
getTokenLargestAccountsRaw(
- Pubkey mint, {
- GetTokenLargestAccountsConfig? config,
Returns the 20 largest accounts of a particular SPL Token type.
Implementation
Future<JsonRpcContextResponse<List<TokenAmount>>> getTokenLargestAccountsRaw(
final Pubkey mint, {
final GetTokenLargestAccountsConfig? config,
}) =>
send(GetTokenLargestAccounts(mint, config: config));