@@ -92,6 +92,10 @@ struct nativeOfferFeaturesOpaque;
92
92
typedef struct nativeOfferFeaturesOpaque LDKnativeOfferFeatures ;
93
93
struct nativeInvoiceRequestFeaturesOpaque ;
94
94
typedef struct nativeInvoiceRequestFeaturesOpaque LDKnativeInvoiceRequestFeatures ;
95
+ struct nativeBolt12InvoiceFeaturesOpaque ;
96
+ typedef struct nativeBolt12InvoiceFeaturesOpaque LDKnativeBolt12InvoiceFeatures ;
97
+ struct nativeBlindedHopFeaturesOpaque ;
98
+ typedef struct nativeBlindedHopFeaturesOpaque LDKnativeBlindedHopFeatures ;
95
99
struct nativeChannelTypeFeaturesOpaque ;
96
100
typedef struct nativeChannelTypeFeaturesOpaque LDKnativeChannelTypeFeatures ;
97
101
struct nativeNodeIdOpaque ;
@@ -120,7 +124,7 @@ struct nativeDelayedPaymentOutputDescriptorOpaque;
120
124
typedef struct nativeDelayedPaymentOutputDescriptorOpaque LDKnativeDelayedPaymentOutputDescriptor ;
121
125
struct nativeStaticPaymentOutputDescriptorOpaque ;
122
126
typedef struct nativeStaticPaymentOutputDescriptorOpaque LDKnativeStaticPaymentOutputDescriptor ;
123
- struct LDKBaseSign ;
127
+ struct LDKChannelSigner ;
124
128
struct nativeInMemorySignerOpaque ;
125
129
typedef struct nativeInMemorySignerOpaque LDKnativeInMemorySigner ;
126
130
struct nativeKeysManagerOpaque ;
@@ -159,8 +163,6 @@ struct nativePrintableStringOpaque;
159
163
typedef struct nativePrintableStringOpaque LDKnativePrintableString ;
160
164
struct nativeOutPointOpaque ;
161
165
typedef struct nativeOutPointOpaque LDKnativeOutPoint ;
162
- struct nativeInvoicePayerOpaque ;
163
- typedef struct nativeInvoicePayerOpaque LDKnativeInvoicePayer ;
164
166
struct nativeChannelMonitorUpdateOpaque ;
165
167
typedef struct nativeChannelMonitorUpdateOpaque LDKnativeChannelMonitorUpdate ;
166
168
struct nativeHTLCUpdateOpaque ;
@@ -179,6 +181,8 @@ struct nativePeerHandleErrorOpaque;
179
181
typedef struct nativePeerHandleErrorOpaque LDKnativePeerHandleError ;
180
182
struct nativePeerManagerOpaque ;
181
183
typedef struct nativePeerManagerOpaque LDKnativePeerManager ;
184
+ struct nativeUtxoFutureOpaque ;
185
+ typedef struct nativeUtxoFutureOpaque LDKnativeUtxoFuture ;
182
186
struct nativeOnionMessengerOpaque ;
183
187
typedef struct nativeOnionMessengerOpaque LDKnativeOnionMessenger ;
184
188
struct nativeInvoiceOpaque ;
@@ -199,8 +203,8 @@ struct nativePayeePubKeyOpaque;
199
203
typedef struct nativePayeePubKeyOpaque LDKnativePayeePubKey ;
200
204
struct nativeExpiryTimeOpaque ;
201
205
typedef struct nativeExpiryTimeOpaque LDKnativeExpiryTime ;
202
- struct nativeMinFinalCltvExpiryOpaque ;
203
- typedef struct nativeMinFinalCltvExpiryOpaque LDKnativeMinFinalCltvExpiry ;
206
+ struct nativeMinFinalCltvExpiryDeltaOpaque ;
207
+ typedef struct nativeMinFinalCltvExpiryDeltaOpaque LDKnativeMinFinalCltvExpiryDelta ;
204
208
struct nativeInvoiceSignatureOpaque ;
205
209
typedef struct nativeInvoiceSignatureOpaque LDKnativeInvoiceSignature ;
206
210
struct nativePrivateRouteOpaque ;
0 commit comments