UNPKG

@etherspot/modular-sdk

Version:

Etherspot Modular SDK - build with ERC-7579 smart accounts modules

10 lines 222 B
import { Chain } from "viem"; export interface Wallet { address: string; providerType: string; } export interface WalletOptions { provider?: string; chain?: Chain; } //# sourceMappingURL=interfaces.d.ts.map