convertWalletToAccountSigner

1function convertWalletToAccountSigner(wallet): SmartAccountSigner<Wallet>;

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

Converts a ethersjs Wallet to a SmartAccountSigner

Parameters

ParameterTypeDescription

wallet

Wallet

the Wallet to convert

Returns

SmartAccountSigner<Wallet>

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