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.
| Parameter | Type | Description |
|---|---|---|
| EVM client configuration |
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.
| Parameter | Type | Description |
|---|---|---|
| Solana client configuration |
A Solana smart wallet client with Solana smart wallet actions