Skip to content
Alchemy Logo

createBundlerClient

function createBundlerClient<TTransport>(args): BundlerClient<TTransport>;

Defined in: aa-sdk/core/src/client/bundlerClient.ts:62

Creates a PublicClient with methods for calling Bundler RPC methods

Type Parameter

TTransport extends Transport

ParameterTypeDescription

args

object & object

configuration for the client

BundlerClient<TTransport>

a PublicClient with methods for calling Bundler RPC methods

Was this page helpful?