UNPKG
probing
Version:
latest (6.0.0)
6.0.0
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.0.0
3.0.1
3.0.0
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
Lightning Network probing utilities
github.com/alexbosworth/probing
alexbosworth/probing
probing
/
graph
/
index.js
5 lines
(3 loc)
•
198 B
JavaScript
View Raw
1
2
3
4
5
const
getPoliciesForChannels =
require
(
'./get_policies_for_channels'
);
const
maxHtlcAcrossRoute =
require
(
'./max_htlc_across_route'
);
module
.
exports
= {getPoliciesForChannels, maxHtlcAcrossRoute};