UNPKG

@etherspot/modular-sdk

Version:

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

23 lines 627 B
import { Chain } from 'viem'; import { BundlerProviderLike } from './bundler/index.js'; export interface PaymasterApi { url: string; context?: any; } export declare enum Factory { ETHERSPOT = "etherspot" } export interface SdkOptions { chainId: number; chain?: Chain; bundlerProvider?: BundlerProviderLike; rpcProviderUrl?: string; factoryWallet?: Factory; walletFactoryAddress?: string; entryPointAddress?: string; accountAddress?: string; index?: number; bootstrapAddress?: string; multipleOwnerECDSAValidatorAddress?: string; } //# sourceMappingURL=interfaces.d.ts.map