probing
Version:
Lightning Network probing utilities
26 lines (25 loc) • 522 B
JSON
{
"capacity": "1",
"chan_point": "1:1",
"channel_id": 1,
"node1_policy": {
"disabled": false,
"fee_base_msat": "1",
"fee_rate_milli_msat": "1",
"last_update": 1,
"max_htlc_msat": "2100000000",
"min_htlc": "1",
"time_lock_delta": 1
},
"node1_pub": "a",
"node2_policy": {
"disabled": false,
"fee_base_msat": "2",
"fee_rate_milli_msat": "2",
"last_update": 2,
"max_htlc_msat": "2100000000",
"min_htlc": "2",
"time_lock_delta": 2
},
"node2_pub": "b"
}