UNPKG

@etherspot/prime-sdk

Version:

Etherspot Prime (Account Abstraction) SDK

8 lines (7 loc) 274 B
import { BundlerProvider } from "../interface"; export declare class EtherspotBundler implements BundlerProvider { readonly url: string; readonly apiKey: string; readonly chainId: string; constructor(chainId: number, apiKey?: string, bundlerUrl?: string); }