GetLargestAccountsApi: {
    getLargestAccounts(
        config?: Readonly<
            { commitment?: Commitment; filter?: "circulating"
            | "nonCirculating" },
        >,
    ): Readonly<{ context: Readonly<{ slot: Slot }>; value: TValue }>;
}

Type declaration

  • getLargestAccounts:function
    • Returns the 20 largest accounts, by lamport balance (results may be cached up to two hours)

      Parameters

      • Optionalconfig: Readonly<{ commitment?: Commitment; filter?: "circulating" | "nonCirculating" }>

      Returns Readonly<{ context: Readonly<{ slot: Slot }>; value: TValue }>