bundlerActions

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

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

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 Parameters

Type Parameter

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

Parameters

ParameterTypeDescription

client

TClient

The client instance that will be used to perform bundler actions

Returns

BundlerActions

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