@jovijovi/ether-keystore
Version:
A keystore toolkit for Ethereum ecosystem
11 lines • 405 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CacheType = exports.ksCache = void 0;
exports.ksCache = new Map();
var CacheType;
(function (CacheType) {
CacheType["Wallet"] = "Wallet";
CacheType["PK"] = "PK";
CacheType["PKWithoutPrefix"] = "PKWithoutPrefix";
})(CacheType = exports.CacheType || (exports.CacheType = {}));
//# sourceMappingURL=cache.js.map