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

Type declaration