You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

9.9 KiB

1msgtype,init,16
2msgdata,init,gflen,u16,
3msgdata,init,globalfeatures,byte,gflen
4msgdata,init,flen,u16,
5msgdata,init,features,byte,flen
6msgdata,init,tlvs,init_tlvs,
7tlvtype,init_tlvs,networks,1
8tlvdata,init_tlvs,networks,chains,chain_hash,...
9msgtype,error,17
10msgdata,error,channel_id,channel_id,
11msgdata,error,len,u16,
12msgdata,error,data,byte,len
13msgtype,warning,1
14msgdata,warning,channel_id,channel_id,
15msgdata,warning,len,u16,
16msgdata,warning,data,byte,len
17msgtype,ping,18
18msgdata,ping,num_pong_bytes,u16,
19msgdata,ping,byteslen,u16,
20msgdata,ping,ignored,byte,byteslen
21msgtype,pong,19
22msgdata,pong,byteslen,u16,
23msgdata,pong,ignored,byte,byteslen
24tlvtype,n1,tlv1,1
25tlvdata,n1,tlv1,amount_msat,tu64,
26tlvtype,n1,tlv2,2
27tlvdata,n1,tlv2,scid,short_channel_id,
28tlvtype,n1,tlv3,3
29tlvdata,n1,tlv3,node_id,point,
30tlvdata,n1,tlv3,amount_msat_1,u64,
31tlvdata,n1,tlv3,amount_msat_2,u64,
32tlvtype,n1,tlv4,254
33tlvdata,n1,tlv4,cltv_delta,u16,
34tlvtype,n2,tlv1,0
35tlvdata,n2,tlv1,amount_msat,tu64,
36tlvtype,n2,tlv2,11
37tlvdata,n2,tlv2,cltv_expiry,tu32,
38msgtype,open_channel,32
39msgdata,open_channel,chain_hash,chain_hash,
40msgdata,open_channel,temporary_channel_id,byte,32
41msgdata,open_channel,funding_satoshis,u64,
42msgdata,open_channel,push_msat,u64,
43msgdata,open_channel,dust_limit_satoshis,u64,
44msgdata,open_channel,max_htlc_value_in_flight_msat,u64,
45msgdata,open_channel,channel_reserve_satoshis,u64,
46msgdata,open_channel,htlc_minimum_msat,u64,
47msgdata,open_channel,feerate_per_kw,u32,
48msgdata,open_channel,to_self_delay,u16,
49msgdata,open_channel,max_accepted_htlcs,u16,
50msgdata,open_channel,funding_pubkey,point,
51msgdata,open_channel,revocation_basepoint,point,
52msgdata,open_channel,payment_basepoint,point,
53msgdata,open_channel,delayed_payment_basepoint,point,
54msgdata,open_channel,htlc_basepoint,point,
55msgdata,open_channel,first_per_commitment_point,point,
56msgdata,open_channel,channel_flags,byte,
57msgdata,open_channel,tlvs,open_channel_tlvs,
58tlvtype,open_channel_tlvs,upfront_shutdown_script,0
59tlvdata,open_channel_tlvs,upfront_shutdown_script,shutdown_scriptpubkey,byte,...
60tlvtype,open_channel_tlvs,channel_type,1
61tlvdata,open_channel_tlvs,channel_type,type,byte,...
62msgtype,accept_channel,33
63msgdata,accept_channel,temporary_channel_id,byte,32
64msgdata,accept_channel,dust_limit_satoshis,u64,
65msgdata,accept_channel,max_htlc_value_in_flight_msat,u64,
66msgdata,accept_channel,channel_reserve_satoshis,u64,
67msgdata,accept_channel,htlc_minimum_msat,u64,
68msgdata,accept_channel,minimum_depth,u32,
69msgdata,accept_channel,to_self_delay,u16,
70msgdata,accept_channel,max_accepted_htlcs,u16,
71msgdata,accept_channel,funding_pubkey,point,
72msgdata,accept_channel,revocation_basepoint,point,
73msgdata,accept_channel,payment_basepoint,point,
74msgdata,accept_channel,delayed_payment_basepoint,point,
75msgdata,accept_channel,htlc_basepoint,point,
76msgdata,accept_channel,first_per_commitment_point,point,
77msgdata,accept_channel,tlvs,accept_channel_tlvs,
78tlvtype,accept_channel_tlvs,upfront_shutdown_script,0
79tlvdata,accept_channel_tlvs,upfront_shutdown_script,shutdown_scriptpubkey,byte,...
80tlvtype,accept_channel_tlvs,channel_type,1
81tlvdata,accept_channel_tlvs,channel_type,type,byte,...
82msgtype,funding_created,34
83msgdata,funding_created,temporary_channel_id,byte,32
84msgdata,funding_created,funding_txid,sha256,
85msgdata,funding_created,funding_output_index,u16,
86msgdata,funding_created,signature,signature,
87msgtype,funding_signed,35
88msgdata,funding_signed,channel_id,channel_id,
89msgdata,funding_signed,signature,signature,
90msgtype,funding_locked,36
91msgdata,funding_locked,channel_id,channel_id,
92msgdata,funding_locked,next_per_commitment_point,point,
93msgtype,shutdown,38
94msgdata,shutdown,channel_id,channel_id,
95msgdata,shutdown,len,u16,
96msgdata,shutdown,scriptpubkey,byte,len
97msgtype,closing_signed,39
98msgdata,closing_signed,channel_id,channel_id,
99msgdata,closing_signed,fee_satoshis,u64,
100msgdata,closing_signed,signature,signature,
101msgdata,closing_signed,tlvs,closing_signed_tlvs,
102tlvtype,closing_signed_tlvs,fee_range,1
103tlvdata,closing_signed_tlvs,fee_range,min_fee_satoshis,u64,
104tlvdata,closing_signed_tlvs,fee_range,max_fee_satoshis,u64,
105msgtype,update_add_htlc,128
106msgdata,update_add_htlc,channel_id,channel_id,
107msgdata,update_add_htlc,id,u64,
108msgdata,update_add_htlc,amount_msat,u64,
109msgdata,update_add_htlc,payment_hash,sha256,
110msgdata,update_add_htlc,cltv_expiry,u32,
111msgdata,update_add_htlc,onion_routing_packet,byte,1366
112msgtype,update_fulfill_htlc,130
113msgdata,update_fulfill_htlc,channel_id,channel_id,
114msgdata,update_fulfill_htlc,id,u64,
115msgdata,update_fulfill_htlc,payment_preimage,byte,32
116msgtype,update_fail_htlc,131
117msgdata,update_fail_htlc,channel_id,channel_id,
118msgdata,update_fail_htlc,id,u64,
119msgdata,update_fail_htlc,len,u16,
120msgdata,update_fail_htlc,reason,byte,len
121msgtype,update_fail_malformed_htlc,135
122msgdata,update_fail_malformed_htlc,channel_id,channel_id,
123msgdata,update_fail_malformed_htlc,id,u64,
124msgdata,update_fail_malformed_htlc,sha256_of_onion,sha256,
125msgdata,update_fail_malformed_htlc,failure_code,u16,
126msgtype,commitment_signed,132
127msgdata,commitment_signed,channel_id,channel_id,
128msgdata,commitment_signed,signature,signature,
129msgdata,commitment_signed,num_htlcs,u16,
130msgdata,commitment_signed,htlc_signature,signature,num_htlcs
131msgtype,revoke_and_ack,133
132msgdata,revoke_and_ack,channel_id,channel_id,
133msgdata,revoke_and_ack,per_commitment_secret,byte,32
134msgdata,revoke_and_ack,next_per_commitment_point,point,
135msgtype,update_fee,134
136msgdata,update_fee,channel_id,channel_id,
137msgdata,update_fee,feerate_per_kw,u32,
138msgtype,channel_reestablish,136
139msgdata,channel_reestablish,channel_id,channel_id,
140msgdata,channel_reestablish,next_commitment_number,u64,
141msgdata,channel_reestablish,next_revocation_number,u64,
142msgdata,channel_reestablish,your_last_per_commitment_secret,byte,32,option_data_loss_protect,option_static_remotekey
143msgdata,channel_reestablish,my_current_per_commitment_point,point,,option_data_loss_protect,option_static_remotekey
144msgtype,announcement_signatures,259
145msgdata,announcement_signatures,channel_id,channel_id,
146msgdata,announcement_signatures,short_channel_id,short_channel_id,
147msgdata,announcement_signatures,node_signature,signature,
148msgdata,announcement_signatures,bitcoin_signature,signature,
149msgtype,channel_announcement,256
150msgdata,channel_announcement,node_signature_1,signature,
151msgdata,channel_announcement,node_signature_2,signature,
152msgdata,channel_announcement,bitcoin_signature_1,signature,
153msgdata,channel_announcement,bitcoin_signature_2,signature,
154msgdata,channel_announcement,len,u16,
155msgdata,channel_announcement,features,byte,len
156msgdata,channel_announcement,chain_hash,chain_hash,
157msgdata,channel_announcement,short_channel_id,short_channel_id,
158msgdata,channel_announcement,node_id_1,point,
159msgdata,channel_announcement,node_id_2,point,
160msgdata,channel_announcement,bitcoin_key_1,point,
161msgdata,channel_announcement,bitcoin_key_2,point,
162msgtype,node_announcement,257
163msgdata,node_announcement,signature,signature,
164msgdata,node_announcement,flen,u16,
165msgdata,node_announcement,features,byte,flen
166msgdata,node_announcement,timestamp,u32,
167msgdata,node_announcement,node_id,point,
168msgdata,node_announcement,rgb_color,byte,3
169msgdata,node_announcement,alias,byte,32
170msgdata,node_announcement,addrlen,u16,
171msgdata,node_announcement,addresses,byte,addrlen
172msgtype,channel_update,258
173msgdata,channel_update,signature,signature,
174msgdata,channel_update,chain_hash,chain_hash,
175msgdata,channel_update,short_channel_id,short_channel_id,
176msgdata,channel_update,timestamp,u32,
177msgdata,channel_update,message_flags,byte,
178msgdata,channel_update,channel_flags,byte,
179msgdata,channel_update,cltv_expiry_delta,u16,
180msgdata,channel_update,htlc_minimum_msat,u64,
181msgdata,channel_update,fee_base_msat,u32,
182msgdata,channel_update,fee_proportional_millionths,u32,
183msgdata,channel_update,htlc_maximum_msat,u64,,option_channel_htlc_max
184msgtype,query_short_channel_ids,261,gossip_queries
185msgdata,query_short_channel_ids,chain_hash,chain_hash,
186msgdata,query_short_channel_ids,len,u16,
187msgdata,query_short_channel_ids,encoded_short_ids,byte,len
188msgdata,query_short_channel_ids,tlvs,query_short_channel_ids_tlvs,
189tlvtype,query_short_channel_ids_tlvs,query_flags,1
190tlvdata,query_short_channel_ids_tlvs,query_flags,encoding_type,u8,
191tlvdata,query_short_channel_ids_tlvs,query_flags,encoded_query_flags,byte,...
192msgtype,reply_short_channel_ids_end,262,gossip_queries
193msgdata,reply_short_channel_ids_end,chain_hash,chain_hash,
194msgdata,reply_short_channel_ids_end,complete,byte,
195msgtype,query_channel_range,263,gossip_queries
196msgdata,query_channel_range,chain_hash,chain_hash,
197msgdata,query_channel_range,first_blocknum,u32,
198msgdata,query_channel_range,number_of_blocks,u32,
199msgdata,query_channel_range,tlvs,query_channel_range_tlvs,
200tlvtype,query_channel_range_tlvs,query_option,1
201tlvdata,query_channel_range_tlvs,query_option,query_option_flags,varint,
202msgtype,reply_channel_range,264,gossip_queries
203msgdata,reply_channel_range,chain_hash,chain_hash,
204msgdata,reply_channel_range,first_blocknum,u32,
205msgdata,reply_channel_range,number_of_blocks,u32,
206msgdata,reply_channel_range,complete,byte,
207msgdata,reply_channel_range,len,u16,
208msgdata,reply_channel_range,encoded_short_ids,byte,len
209msgdata,reply_channel_range,tlvs,reply_channel_range_tlvs,
210tlvtype,reply_channel_range_tlvs,timestamps_tlv,1
211tlvdata,reply_channel_range_tlvs,timestamps_tlv,encoding_type,u8,
212tlvdata,reply_channel_range_tlvs,timestamps_tlv,encoded_timestamps,byte,...
213tlvtype,reply_channel_range_tlvs,checksums_tlv,3
214tlvdata,reply_channel_range_tlvs,checksums_tlv,checksums,channel_update_checksums,...
215subtype,channel_update_timestamps
216subtypedata,channel_update_timestamps,timestamp_node_id_1,u32,
217subtypedata,channel_update_timestamps,timestamp_node_id_2,u32,
218subtype,channel_update_checksums
219subtypedata,channel_update_checksums,checksum_node_id_1,u32,
220subtypedata,channel_update_checksums,checksum_node_id_2,u32,
221msgtype,gossip_timestamp_filter,265,gossip_queries
222msgdata,gossip_timestamp_filter,chain_hash,chain_hash,
223msgdata,gossip_timestamp_filter,first_timestamp,u32,
224msgdata,gossip_timestamp_filter,timestamp_range,u32,