mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
742 B
742 B
1 | #include <common/node_id.h> |
---|---|
2 | #include <common/channel_id.h> |
3 | #include <common/wireaddr.h> |
4 | #include <common/channel_type.h> |
5 | #include <common/amount.h> |
6 | #include <bitcoin/tx.h> |
7 | # scb_chan stores min. info required to sweep the peer's force close. |
8 | subtype,scb_chan |
9 | subtypedata,scb_chan,id,u64, |
10 | subtypedata,scb_chan,cid,channel_id, |
11 | subtypedata,scb_chan,node_id,node_id, |
12 | subtypedata,scb_chan,addr,wireaddr_internal, |
13 | subtypedata,scb_chan,funding,bitcoin_outpoint, |
14 | subtypedata,scb_chan,funding_sats,amount_sat, |
15 | subtypedata,scb_chan,type,channel_type, |
16 | msgtype,static_chan_backup,6135, |
17 | msgdata,static_chan_backup,version,u64, |
18 | msgdata,static_chan_backup,timestamp,u32, |
19 | msgdata,static_chan_backup,num,u16, |
20 | msgdata,static_chan_backup,channels,scb_chan,num |