@investorid/identity-sdk
Version:
Interact with BlockChain Identities.
14 lines • 568 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var KeyPurpose;
(function (KeyPurpose) {
KeyPurpose[KeyPurpose["MANAGEMENT"] = 1] = "MANAGEMENT";
KeyPurpose[KeyPurpose["ACTION"] = 2] = "ACTION";
KeyPurpose[KeyPurpose["CLAIM"] = 3] = "CLAIM";
})(KeyPurpose = exports.KeyPurpose || (exports.KeyPurpose = {}));
var KeyType;
(function (KeyType) {
KeyType[KeyType["ECDSA"] = 1] = "ECDSA";
KeyType[KeyType["RSA"] = 2] = "RSA";
})(KeyType = exports.KeyType || (exports.KeyType = {}));
//# sourceMappingURL=Key.interface.js.map