mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
7769903f1a
@shesek points out that we called this field created_at in bolt11 decode, which makes more sense anyway. Changelog-EXPERIMENTAL: bolt12 decode `timestamp` field deprecated in favor of new name `created_at`. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
5.3 KiB
5.3 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,vendor,20 |
16 | tlvdata,offer,vendor,vendor,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,pubkey32, |
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 | subtype,blinded_path |
41 | subtypedata,blinded_path,blinding,point, |
42 | subtypedata,blinded_path,num_hops,u16, |
43 | subtypedata,blinded_path,path,onionmsg_path,num_hops |
44 | tlvtype,invoice_request,chains,2 |
45 | tlvdata,invoice_request,chains,chains,chain_hash,... |
46 | tlvtype,invoice_request,offer_id,4 |
47 | tlvdata,invoice_request,offer_id,offer_id,sha256, |
48 | tlvtype,invoice_request,amount,8 |
49 | tlvdata,invoice_request,amount,msat,tu64, |
50 | tlvtype,invoice_request,features,12 |
51 | tlvdata,invoice_request,features,features,byte,... |
52 | tlvtype,invoice_request,quantity,32 |
53 | tlvdata,invoice_request,quantity,quantity,tu64, |
54 | tlvtype,invoice_request,recurrence_counter,36 |
55 | tlvdata,invoice_request,recurrence_counter,counter,tu32, |
56 | tlvtype,invoice_request,recurrence_start,68 |
57 | tlvdata,invoice_request,recurrence_start,period_offset,tu32, |
58 | tlvtype,invoice_request,payer_key,38 |
59 | tlvdata,invoice_request,payer_key,key,pubkey32, |
60 | tlvtype,invoice_request,payer_note,39 |
61 | tlvdata,invoice_request,payer_note,note,utf8,... |
62 | tlvtype,invoice_request,payer_info,50 |
63 | tlvdata,invoice_request,payer_info,blob,byte,... |
64 | tlvtype,invoice_request,replace_invoice,56 |
65 | tlvdata,invoice_request,replace_invoice,payment_hash,sha256, |
66 | tlvtype,invoice_request,payer_signature,240 |
67 | tlvdata,invoice_request,payer_signature,sig,bip340sig, |
68 | tlvtype,invoice,chains,2 |
69 | tlvdata,invoice,chains,chains,chain_hash,... |
70 | tlvtype,invoice,offer_id,4 |
71 | tlvdata,invoice,offer_id,offer_id,sha256, |
72 | tlvtype,invoice,amount,8 |
73 | tlvdata,invoice,amount,msat,tu64, |
74 | tlvtype,invoice,description,10 |
75 | tlvdata,invoice,description,description,utf8,... |
76 | tlvtype,invoice,features,12 |
77 | tlvdata,invoice,features,features,byte,... |
78 | tlvtype,invoice,paths,16 |
79 | tlvdata,invoice,paths,paths,blinded_path,... |
80 | tlvtype,invoice,blindedpay,18 |
81 | tlvdata,invoice,blindedpay,payinfo,blinded_payinfo,... |
82 | tlvtype,invoice,blinded_capacities,19 |
83 | tlvdata,invoice,blinded_capacities,incoming_msat,u64,... |
84 | tlvtype,invoice,vendor,20 |
85 | tlvdata,invoice,vendor,vendor,utf8,... |
86 | tlvtype,invoice,node_id,30 |
87 | tlvdata,invoice,node_id,node_id,pubkey32, |
88 | tlvtype,invoice,quantity,32 |
89 | tlvdata,invoice,quantity,quantity,tu64, |
90 | tlvtype,invoice,refund_for,34 |
91 | tlvdata,invoice,refund_for,refunded_payment_hash,sha256, |
92 | tlvtype,invoice,recurrence_counter,36 |
93 | tlvdata,invoice,recurrence_counter,counter,tu32, |
94 | tlvtype,invoice,send_invoice,54 |
95 | tlvtype,invoice,recurrence_start,68 |
96 | tlvdata,invoice,recurrence_start,period_offset,tu32, |
97 | tlvtype,invoice,recurrence_basetime,64 |
98 | tlvdata,invoice,recurrence_basetime,basetime,tu64, |
99 | tlvtype,invoice,payer_key,38 |
100 | tlvdata,invoice,payer_key,key,pubkey32, |
101 | tlvtype,invoice,payer_note,39 |
102 | tlvdata,invoice,payer_note,note,utf8,... |
103 | tlvtype,invoice,payer_info,50 |
104 | tlvdata,invoice,payer_info,blob,byte,... |
105 | tlvtype,invoice,created_at,40 |
106 | tlvdata,invoice,created_at,timestamp,tu64, |
107 | tlvtype,invoice,payment_hash,42 |
108 | tlvdata,invoice,payment_hash,payment_hash,sha256, |
109 | tlvtype,invoice,relative_expiry,44 |
110 | tlvdata,invoice,relative_expiry,seconds_from_creation,tu32, |
111 | tlvtype,invoice,cltv,46 |
112 | tlvdata,invoice,cltv,min_final_cltv_expiry,tu32, |
113 | tlvtype,invoice,fallbacks,48 |
114 | tlvdata,invoice,fallbacks,num,u8, |
115 | tlvdata,invoice,fallbacks,fallbacks,fallback_address,num |
116 | tlvtype,invoice,refund_signature,52 |
117 | tlvdata,invoice,refund_signature,payer_signature,bip340sig, |
118 | tlvtype,invoice,replace_invoice,56 |
119 | tlvdata,invoice,replace_invoice,payment_hash,sha256, |
120 | tlvtype,invoice,signature,240 |
121 | tlvdata,invoice,signature,sig,bip340sig, |
122 | subtype,blinded_payinfo |
123 | subtypedata,blinded_payinfo,fee_base_msat,u32, |
124 | subtypedata,blinded_payinfo,fee_proportional_millionths,u32, |
125 | subtypedata,blinded_payinfo,cltv_expiry_delta,u16, |
126 | subtypedata,blinded_payinfo,flen,u16, |
127 | subtypedata,blinded_payinfo,features,byte,flen |
128 | subtype,fallback_address |
129 | subtypedata,fallback_address,version,byte, |
130 | subtypedata,fallback_address,len,u16, |
131 | subtypedata,fallback_address,address,byte,len |
132 | tlvtype,invoice_error,erroneous_field,1 |
133 | tlvdata,invoice_error,erroneous_field,tlv_fieldnum,tu64, |
134 | tlvtype,invoice_error,suggested_value,3 |
135 | tlvdata,invoice_error,suggested_value,value,byte,... |
136 | tlvtype,invoice_error,error,5 |
137 | tlvdata,invoice_error,error,msg,utf8,... |