We have upgraded the product to App Kit and recommend using it for all production deployments. USDCKit will remain available as a private beta product. Thank you.
@circle-fin/usdckit - v0.25.4
    Preparing search index...

    Function getTokenLargestAccounts

    • Gets the 20 largest accounts of a particular SPL Token type

      Parameters

      • client: ExtendedViemClient

        Extended Viem client

      • ...params: [tokenMint: Address, config?: Readonly<{ commitment?: Commitment }>]

        Parameters for sol_getTokenLargestAccounts

      Returns Promise<
          Readonly<
              {
                  context: Readonly<{ slot: Slot }>;
                  value: GetTokenLargestAccountsApiResponse;
              },
          >,
      >

      Promise resolving to largest token accounts information