UNPKG

@zerodev/sdk

Version:

A utility library for working with ERC-4337

16 lines (14 loc) 264 B
import type { Account, Chain, EIP1193Provider, LocalAccount, OneOf, Transport, WalletClient } from "viem" export type Signer = OneOf< | EIP1193Provider | WalletClient<Transport, Chain | undefined, Account> | LocalAccount >