UNPKG

@zerodev/sdk

Version:

A utility library for working with ERC-4337

3 lines 256 B
import type { Account, Chain, EIP1193Provider, LocalAccount, OneOf, Transport, WalletClient } from "viem"; export type Signer = OneOf<EIP1193Provider | WalletClient<Transport, Chain | undefined, Account> | LocalAccount>; //# sourceMappingURL=utils.d.ts.map