createBundlerClient

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

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

Creates a PublicClient with methods for calling Bundler RPC methods

Type Parameters

Type Parameter

TTransport extends Transport

Parameters

ParameterTypeDescription

args

object & object

configuration for the client

Returns

BundlerClient<TTransport>

a PublicClient with methods for calling Bundler RPC methods