Skip to content
Alchemy Logo

convertWalletToAccountSigner

function convertWalletToAccountSigner(wallet): SmartAccountSigner<Wallet>;

Defined in: aa-sdk/ethers/src/utils.ts:12

Converts a ethersjs Wallet to a SmartAccountSigner

ParameterTypeDescription

wallet

Wallet

the Wallet to convert

SmartAccountSigner<Wallet>

a signer that can be used to sign and send user operations

Was this page helpful?