hive-keychain-commons
Version:
Platform-agnostic functions used in Hive Keychain mobile and extensions
10 lines (9 loc) • 315 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TokenType = void 0;
var TokenType;
(function (TokenType) {
TokenType["HIVE"] = "HIVE";
TokenType["HIVE_ENGINE"] = "HIVE_ENGINE";
TokenType["VSC"] = "VSC";
})(TokenType = exports.TokenType || (exports.TokenType = {}));