UNPKG

@etherspot/prime-sdk

Version:

Etherspot Prime (Account Abstraction) SDK

6 lines (5 loc) 178 B
import { BundlerProvider } from "../interface"; export declare class GenericBundler implements BundlerProvider { readonly url: string; constructor(bundlerUrl: string); }