@node-dlc/wire
Version:
Lightning Network Wire Protocol
8 lines • 457 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChannelUpdateMessageFlags = void 0;
var ChannelUpdateMessageFlags;
(function (ChannelUpdateMessageFlags) {
ChannelUpdateMessageFlags[ChannelUpdateMessageFlags["htlcMaximumMsat"] = 0] = "htlcMaximumMsat";
})(ChannelUpdateMessageFlags = exports.ChannelUpdateMessageFlags || (exports.ChannelUpdateMessageFlags = {}));
//# sourceMappingURL=ChannelUpdateMessageFlags.js.map