UNPKG

@etherspot/remote-signer

Version:

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

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