@helium/transactions
Version:
Construct and serialize Helium blockchain transaction primatives
11 lines • 418 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TokenType = void 0;
var TokenType;
(function (TokenType) {
TokenType[TokenType["hnt"] = 0] = "hnt";
TokenType[TokenType["hst"] = 1] = "hst";
TokenType[TokenType["mobile"] = 2] = "mobile";
TokenType[TokenType["iot"] = 3] = "iot";
})(TokenType || (exports.TokenType = TokenType = {}));
//# sourceMappingURL=types.js.map