UNPKG

@etherspot/prime-sdk

Version:

Etherspot Prime (Account Abstraction) SDK

10 lines (9 loc) 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GenericBundler = void 0; class GenericBundler { constructor(bundlerUrl) { this.url = bundlerUrl; } } exports.GenericBundler = GenericBundler;