UNPKG

@etherspot/modular-sdk

Version:

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

8 lines 173 B
export interface Wallet { address: string; providerType: string; } export interface WalletOptions { provider?: string; } //# sourceMappingURL=interfaces.d.ts.map