mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
5cf86a1a2e
Mainly, field name changes. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-EXPERIMENTAL: Protocol: Support for forwarding blinded payments (as per latest draft)
5.2 KiB
5.2 KiB
1 | tlvtype,offer,chains,2 |
---|---|
2 | tlvdata,offer,chains,chains,chain_hash,... |
3 | tlvtype,offer,currency,6 |
4 | tlvdata,offer,currency,iso4217,utf8,... |
5 | tlvtype,offer,amount,8 |
6 | tlvdata,offer,amount,amount,tu64, |
7 | tlvtype,offer,description,10 |
8 | tlvdata,offer,description,description,utf8,... |
9 | tlvtype,offer,features,12 |
10 | tlvdata,offer,features,features,byte,... |
11 | tlvtype,offer,absolute_expiry,14 |
12 | tlvdata,offer,absolute_expiry,seconds_from_epoch,tu64, |
13 | tlvtype,offer,paths,16 |
14 | tlvdata,offer,paths,paths,blinded_path,... |
15 | tlvtype,offer,issuer,20 |
16 | tlvdata,offer,issuer,issuer,utf8,... |
17 | tlvtype,offer,quantity_min,22 |
18 | tlvdata,offer,quantity_min,min,tu64, |
19 | tlvtype,offer,quantity_max,24 |
20 | tlvdata,offer,quantity_max,max,tu64, |
21 | tlvtype,offer,recurrence,26 |
22 | tlvdata,offer,recurrence,time_unit,byte, |
23 | tlvdata,offer,recurrence,period,tu32, |
24 | tlvtype,offer,recurrence_paywindow,64 |
25 | tlvdata,offer,recurrence_paywindow,seconds_before,u32, |
26 | tlvdata,offer,recurrence_paywindow,proportional_amount,byte, |
27 | tlvdata,offer,recurrence_paywindow,seconds_after,tu32, |
28 | tlvtype,offer,recurrence_limit,66 |
29 | tlvdata,offer,recurrence_limit,max_period,tu32, |
30 | tlvtype,offer,recurrence_base,28 |
31 | tlvdata,offer,recurrence_base,start_any_period,byte, |
32 | tlvdata,offer,recurrence_base,basetime,tu64, |
33 | tlvtype,offer,node_id,30 |
34 | tlvdata,offer,node_id,node_id,point, |
35 | tlvtype,offer,send_invoice,54 |
36 | tlvtype,offer,refund_for,34 |
37 | tlvdata,offer,refund_for,refunded_payment_hash,sha256, |
38 | tlvtype,offer,signature,240 |
39 | tlvdata,offer,signature,sig,bip340sig, |
40 | tlvtype,invoice_request,chain,3 |
41 | tlvdata,invoice_request,chain,chain,chain_hash, |
42 | tlvtype,invoice_request,offer_id,4 |
43 | tlvdata,invoice_request,offer_id,offer_id,sha256, |
44 | tlvtype,invoice_request,amount,8 |
45 | tlvdata,invoice_request,amount,msat,tu64, |
46 | tlvtype,invoice_request,features,12 |
47 | tlvdata,invoice_request,features,features,byte,... |
48 | tlvtype,invoice_request,quantity,32 |
49 | tlvdata,invoice_request,quantity,quantity,tu64, |
50 | tlvtype,invoice_request,recurrence_counter,36 |
51 | tlvdata,invoice_request,recurrence_counter,counter,tu32, |
52 | tlvtype,invoice_request,recurrence_start,68 |
53 | tlvdata,invoice_request,recurrence_start,period_offset,tu32, |
54 | tlvtype,invoice_request,payer_key,38 |
55 | tlvdata,invoice_request,payer_key,key,point, |
56 | tlvtype,invoice_request,payer_note,39 |
57 | tlvdata,invoice_request,payer_note,note,utf8,... |
58 | tlvtype,invoice_request,payer_info,50 |
59 | tlvdata,invoice_request,payer_info,blob,byte,... |
60 | tlvtype,invoice_request,replace_invoice,56 |
61 | tlvdata,invoice_request,replace_invoice,payment_hash,sha256, |
62 | tlvtype,invoice_request,signature,240 |
63 | tlvdata,invoice_request,signature,sig,bip340sig, |
64 | tlvtype,invoice,chain,3 |
65 | tlvdata,invoice,chain,chain,chain_hash, |
66 | tlvtype,invoice,offer_id,4 |
67 | tlvdata,invoice,offer_id,offer_id,sha256, |
68 | tlvtype,invoice,amount,8 |
69 | tlvdata,invoice,amount,msat,tu64, |
70 | tlvtype,invoice,description,10 |
71 | tlvdata,invoice,description,description,utf8,... |
72 | tlvtype,invoice,features,12 |
73 | tlvdata,invoice,features,features,byte,... |
74 | tlvtype,invoice,paths,16 |
75 | tlvdata,invoice,paths,paths,blinded_path,... |
76 | tlvtype,invoice,blindedpay,18 |
77 | tlvdata,invoice,blindedpay,payinfo,blinded_payinfo,... |
78 | tlvtype,invoice,blinded_capacities,19 |
79 | tlvdata,invoice,blinded_capacities,incoming_msat,u64,... |
80 | tlvtype,invoice,issuer,20 |
81 | tlvdata,invoice,issuer,issuer,utf8,... |
82 | tlvtype,invoice,node_id,30 |
83 | tlvdata,invoice,node_id,node_id,point, |
84 | tlvtype,invoice,quantity,32 |
85 | tlvdata,invoice,quantity,quantity,tu64, |
86 | tlvtype,invoice,refund_for,34 |
87 | tlvdata,invoice,refund_for,refunded_payment_hash,sha256, |
88 | tlvtype,invoice,recurrence_counter,36 |
89 | tlvdata,invoice,recurrence_counter,counter,tu32, |
90 | tlvtype,invoice,recurrence_start,68 |
91 | tlvdata,invoice,recurrence_start,period_offset,tu32, |
92 | tlvtype,invoice,recurrence_basetime,64 |
93 | tlvdata,invoice,recurrence_basetime,basetime,tu64, |
94 | tlvtype,invoice,payer_key,38 |
95 | tlvdata,invoice,payer_key,key,point, |
96 | tlvtype,invoice,payer_note,39 |
97 | tlvdata,invoice,payer_note,note,utf8,... |
98 | tlvtype,invoice,created_at,40 |
99 | tlvdata,invoice,created_at,timestamp,tu64, |
100 | tlvtype,invoice,payment_hash,42 |
101 | tlvdata,invoice,payment_hash,payment_hash,sha256, |
102 | tlvtype,invoice,relative_expiry,44 |
103 | tlvdata,invoice,relative_expiry,seconds_from_creation,tu32, |
104 | tlvtype,invoice,cltv,46 |
105 | tlvdata,invoice,cltv,min_final_cltv_expiry,tu16, |
106 | tlvtype,invoice,fallbacks,48 |
107 | tlvdata,invoice,fallbacks,fallbacks,fallback_address,... |
108 | tlvtype,invoice,payer_info,50 |
109 | tlvdata,invoice,payer_info,blob,byte,... |
110 | tlvtype,invoice,refund_signature,52 |
111 | tlvdata,invoice,refund_signature,payer_signature,bip340sig, |
112 | tlvtype,invoice,send_invoice,54 |
113 | tlvtype,invoice,replace_invoice,56 |
114 | tlvdata,invoice,replace_invoice,payment_hash,sha256, |
115 | tlvtype,invoice,signature,240 |
116 | tlvdata,invoice,signature,sig,bip340sig, |
117 | subtype,blinded_payinfo |
118 | subtypedata,blinded_payinfo,fee_base_msat,u32, |
119 | subtypedata,blinded_payinfo,fee_proportional_millionths,u32, |
120 | subtypedata,blinded_payinfo,cltv_expiry_delta,u16, |
121 | subtypedata,blinded_payinfo,htlc_minimum_msat,u64, |
122 | subtypedata,blinded_payinfo,htlc_maximum_msat,u64, |
123 | subtypedata,blinded_payinfo,flen,u16, |
124 | subtypedata,blinded_payinfo,features,byte,flen |
125 | subtype,fallback_address |
126 | subtypedata,fallback_address,version,byte, |
127 | subtypedata,fallback_address,len,u16, |
128 | subtypedata,fallback_address,address,byte,len |
129 | tlvtype,invoice_error,erroneous_field,1 |
130 | tlvdata,invoice_error,erroneous_field,tlv_fieldnum,tu64, |
131 | tlvtype,invoice_error,suggested_value,3 |
132 | tlvdata,invoice_error,suggested_value,value,byte,... |
133 | tlvtype,invoice_error,error,5 |
134 | tlvdata,invoice_error,error,msg,utf8,... |