UNPKG

@etherspot/remote-signer

Version:

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

11 lines (10 loc) 211 B
// src/sdk/bundler/providers/GenericBundler.ts var GenericBundler = class { constructor(bundlerUrl) { this.url = bundlerUrl; } }; export { GenericBundler }; //# sourceMappingURL=chunk-AJFDDUS4.mjs.map