Skip to content
Alchemy Logo

getBundlerClient

function getBundlerClient(config): ClientWithAlchemyMethods;

Defined in: account-kit/core/src/actions/getBundlerClient.ts:18

Retrieves the BundlerClient from the core store of the given AlchemyAccountsConfig.

// see `createConfig` for more information on how to create a config
import { config } from "./config";
 
const bundlerClient = getBundlerClient(config);

ParameterTypeDescription

config

AlchemyAccountsConfig

The configuration object containing the core store.

ClientWithAlchemyMethods

The BundlerClient from the core store.

Was this page helpful?