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);| Parameter | Type | Description |
|---|---|---|
|
| The configuration object containing the core store. |
ClientWithAlchemyMethods
The BundlerClient from the core store.