UNPKG

@zerodev/sdk

Version:

A utility library for working with ERC-4337

8 lines 346 B
import { type Address, type LocalAccount } from "viem"; import type { SmartAccount } from "viem/account-abstraction"; import type { Signer } from "../types/index.js"; export declare function toSigner({ signer, address }: { signer: Signer; address?: Address; }): Promise<LocalAccount | SmartAccount>; //# sourceMappingURL=toSigner.d.ts.map