function convertWalletToAccountSigner(wallet): SmartAccountSigner<Wallet>;Defined in: aa-sdk/ethers/src/utils.ts:12
Converts a ethersjs Wallet to a SmartAccountSigner
| Parameter | Type | Description |
|---|---|---|
|
| the Wallet to convert |
SmartAccountSigner<Wallet>
a signer that can be used to sign and send user operations