@circle-fin/usdckit - v0.22.0
    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