rgb-cln/common/scb_wire.csv

766 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.
8subtype,scb_chan
9subtypedata,scb_chan,id,u64,
10subtypedata,scb_chan,cid,channel_id,
11subtypedata,scb_chan,node_id,node_id,
12subtypedata,scb_chan,unused,u8,
13subtypedata,scb_chan,addr,wireaddr,
14subtypedata,scb_chan,funding,bitcoin_outpoint,
15subtypedata,scb_chan,funding_sats,amount_sat,
16subtypedata,scb_chan,type,channel_type,
17msgtype,static_chan_backup,6135,
18msgdata,static_chan_backup,version,u64,
19msgdata,static_chan_backup,timestamp,u32,
20msgdata,static_chan_backup,num,u16,
21msgdata,static_chan_backup,channels,scb_chan,num