Skip to main content

getSignerForSmartWalletAccount

Gets a WalletClient instance for the EOA (Externally Owned Account) that owns the smart wallet account. This signer can be used to sign EVM transactions directly with the underlying EOA.

Usage

Parameters

Returns

Promise<WalletClient> - A promise that resolves to a viem WalletClient instance for the EOA.

Errors

React

Last modified on June 24, 2026