Skip to content
Alchemy Logo

smartWalletActions

function smartWalletActions(client): SmartWalletActions;

Defined in: packages/wallet-apis/src/decorators/smartWalletActions.ts:101

Decorator that adds smart wallet actions to a wallet API client. Provides both Alchemy-specific methods and standard viem wallet actions.

ParameterTypeDescription

client

InnerWalletApiClient

The wallet API client instance

SmartWalletActions

An object containing smart wallet action methods

Was this page helpful?