UNPKG

@node-dlc/core

Version:
12 lines 1.34 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.shortChannelIdToString = exports.shortChannelIdToNumber = exports.shortChannelIdToBuffer = exports.shortChannelIdFromString = exports.shortChannelIdFromNumber = exports.shortChannelIdFromBuffer = void 0; // Re-export ShortChannelId utilities from common package to maintain backward compatibility var common_1 = require("@node-dlc/common"); Object.defineProperty(exports, "shortChannelIdFromBuffer", { enumerable: true, get: function () { return common_1.shortChannelIdFromBuffer; } }); Object.defineProperty(exports, "shortChannelIdFromNumber", { enumerable: true, get: function () { return common_1.shortChannelIdFromNumber; } }); Object.defineProperty(exports, "shortChannelIdFromString", { enumerable: true, get: function () { return common_1.shortChannelIdFromString; } }); Object.defineProperty(exports, "shortChannelIdToBuffer", { enumerable: true, get: function () { return common_1.shortChannelIdToBuffer; } }); Object.defineProperty(exports, "shortChannelIdToNumber", { enumerable: true, get: function () { return common_1.shortChannelIdToNumber; } }); Object.defineProperty(exports, "shortChannelIdToString", { enumerable: true, get: function () { return common_1.shortChannelIdToString; } }); //# sourceMappingURL=ShortChannelIdUtils.js.map