@hypernetlabs/objects
Version:
Objects and types shared by the Hypernet Protocol
12 lines • 605 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ETransferType = void 0;
var ETransferType;
(function (ETransferType) {
ETransferType[ETransferType["Offer"] = 0] = "Offer";
ETransferType[ETransferType["Insurance"] = 1] = "Insurance";
ETransferType[ETransferType["Parameterized"] = 2] = "Parameterized";
ETransferType[ETransferType["PullRecord"] = 3] = "PullRecord";
ETransferType[ETransferType["Unrecognized"] = 4] = "Unrecognized";
})(ETransferType = exports.ETransferType || (exports.ETransferType = {}));
//# sourceMappingURL=ETransferType.js.map