@node-lightning/graph
Version:
Lightning Network P2P Graph
21 lines (19 loc) • 699 B
text/typescript
// const { expect } = require('chai');
// const { channelFromJson } = require('../../lib/deserialize/channel-from-json');
describe(".channelFromJson", () => {
it("should have shortChannelId");
it("should have chainHash");
it("should have features");
it("should have nodeId1");
it("should have nodeId2");
it("should have nodeSignature1");
it("should have nodeSignature2");
it("should have bitcoinKey1");
it("should have bitcoinKey2");
it("should have bitcoinSignature1");
it("should have bitcoinSignature2");
it("should have channelPoint");
it("should have capacity");
it("should have nodeSettings1");
it("should have nodeSettings2");
});