UNPKG

@zerodev/sdk

Version:

A utility library for working with ERC-4337

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