UNPKG

@etherspot/remote-signer

Version:

Etherspot Permissioned Signer SDK - signs the UserOp with SessionKey and sends it to the Bundler

9 lines (6 loc) 204 B
import { BundlerProvider } from '../interface.mjs'; declare class GenericBundler implements BundlerProvider { readonly url: string; constructor(bundlerUrl: string); } export { GenericBundler };