UNPKG

@etherspot/remote-signer

Version:

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

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