@hypernetlabs/objects
Version:
Objects and types shared by the Hypernet Protocol
9 lines • 335 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EPaymentType = void 0;
var EPaymentType;
(function (EPaymentType) {
EPaymentType["Push"] = "PUSH";
EPaymentType["Pull"] = "PULL";
})(EPaymentType = exports.EPaymentType || (exports.EPaymentType = {}));
//# sourceMappingURL=EPaymentType.js.map