Skip to content
Alchemy Logo

createSmartWalletClient

function createSmartWalletClient(params): SmartWalletClient;

Defined in: packages/wallet-apis/src/client.ts:89

Creates a smart wallet client for EVM chains with actions for preparing, signing, and sending user operations.

ParameterTypeDescription

params

CreateEvmSmartWalletClientParams

EVM client configuration

SmartWalletClient

An EVM smart wallet client with smart wallet actions

function createSmartWalletClient(params): SolanaSmartWalletClient;

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

Creates a smart wallet client for Solana chains with actions for preparing, signing, and sending transactions.

Solana-specific adapters are in @alchemy/wallet-apis/solana.

ParameterTypeDescription

params

CreateSolanaSmartWalletClientParams

Solana client configuration

SolanaSmartWalletClient

A Solana smart wallet client with Solana smart wallet actions

Was this page helpful?