Helius SDK - v2.2.2
    Preparing search index...

    Function makeWalletClient

    • Create a Wallet API client with lazy loading

      Methods are dynamically imported on first use to optimize bundle size. This is the default client used by createHelius().

      Parameters

      • apiKey: string

        Helius API key

      • OptionaluserAgent: string

      Returns WalletClient

      WalletClient instance with lazy-loaded methods

      import { makeWalletClient } from "helius-sdk/wallet/client";

      const walletClient = makeWalletClient("your-api-key");
      const identity = await walletClient.getIdentity({ wallet: "..." });