Alchemy Logo

bundlerActions

const bundlerActions: <TClient>(client) => BundlerActions;

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

A viem client decorator that provides Bundler specific actions. These actions include estimating gas for user operations, sending raw user operations, retrieving user operations by hash, getting supported entry points, and getting user operation receipts.

NOTE: this is already added to the client returned from createBundlerClient

Type Parameter

TClient extends Client<Transport, Chain | undefined, any, [...PublicRpcSchema, ...BundlerRpcSchema]>

ParameterTypeDescription

client

TClient

The client instance that will be used to perform bundler actions

BundlerActions

An object containing various bundler-related actions that can be executed using the provided client

Was this page helpful?