@biconomy/modules
Version:
This package provides different validation modules/plugins for ERC4337 compatible modular account
8 lines • 313 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StorageType = void 0;
var StorageType;
(function (StorageType) {
StorageType[StorageType["LOCAL_STORAGE"] = 0] = "LOCAL_STORAGE";
})(StorageType || (exports.StorageType = StorageType = {}));
//# sourceMappingURL=Types.js.map