@dgpub/prime-sdk
Version:
Etherspot Prime (Account Abstraction) SDK
17 lines (16 loc) • 644 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Factory = exports.PaymasterType = void 0;
var PaymasterType;
(function (PaymasterType) {
PaymasterType["BICONOMY"] = "biconomy";
PaymasterType["PIMLICO"] = "pimlico";
PaymasterType["MULTITOKEN"] = "multitoken";
})(PaymasterType = exports.PaymasterType || (exports.PaymasterType = {}));
var Factory;
(function (Factory) {
Factory["ZERO_DEV"] = "zeroDev";
Factory["ETHERSPOT"] = "etherspot";
Factory["SIMPLE_ACCOUNT"] = "simpleAccount";
Factory["BICONOMY_V1"] = "biconomyV1";
})(Factory = exports.Factory || (exports.Factory = {}));