Type Alias GetLargestAccountsApi
Type declaration
getLargestAccounts:function
- getLargestAccounts(
config?: Readonly<
{ commitment?: Commitment; filter?: "circulating"
| "nonCirculating" },
>,
): Readonly<{ context: Readonly<{ slot: Slot }>; value: TValue }> Parameters
Optionalconfig: Readonly<{ commitment?: Commitment; filter?: "circulating" | "nonCirculating" }>
Returns the 20 largest accounts, by lamport balance (results may be cached up to two hours)