@circle-fin/usdckit - v0.22.0
    Preparing search index...

    Function getTokenAccountsByOwner

    • Gets all SPL Token accounts by token owner

      Parameters

      • client: ExtendedViemClient

        Extended Viem client

      • ...params: [
            owner: Address,
            filter: AccountsFilter,
            config?: Readonly<
                {
                    commitment?: Commitment;
                    encoding?: "base58"
                    | "base64"
                    | "base64+zstd"
                    | "jsonParsed";
                    minContextSlot?: bigint;
                },
            > & Readonly<{ dataSlice?: Readonly<{ length: number; offset: number }> }>,
        ]

        Parameters for sol_getTokenAccountsByOwner

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

      Promise resolving to token accounts information