Skip to content

Commit 11b997c

Browse files
committed
Update auto-generated bindings
1 parent 383bd47 commit 11b997c

38 files changed

+8927
-5788
lines changed

lightning-c-bindings/include/ldk_rust_types.h

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ struct nativeOfferFeaturesOpaque;
9292
typedef struct nativeOfferFeaturesOpaque LDKnativeOfferFeatures;
9393
struct nativeInvoiceRequestFeaturesOpaque;
9494
typedef struct nativeInvoiceRequestFeaturesOpaque LDKnativeInvoiceRequestFeatures;
95+
struct nativeBolt12InvoiceFeaturesOpaque;
96+
typedef struct nativeBolt12InvoiceFeaturesOpaque LDKnativeBolt12InvoiceFeatures;
97+
struct nativeBlindedHopFeaturesOpaque;
98+
typedef struct nativeBlindedHopFeaturesOpaque LDKnativeBlindedHopFeatures;
9599
struct nativeChannelTypeFeaturesOpaque;
96100
typedef struct nativeChannelTypeFeaturesOpaque LDKnativeChannelTypeFeatures;
97101
struct nativeNodeIdOpaque;
@@ -120,7 +124,7 @@ struct nativeDelayedPaymentOutputDescriptorOpaque;
120124
typedef struct nativeDelayedPaymentOutputDescriptorOpaque LDKnativeDelayedPaymentOutputDescriptor;
121125
struct nativeStaticPaymentOutputDescriptorOpaque;
122126
typedef struct nativeStaticPaymentOutputDescriptorOpaque LDKnativeStaticPaymentOutputDescriptor;
123-
struct LDKBaseSign;
127+
struct LDKChannelSigner;
124128
struct nativeInMemorySignerOpaque;
125129
typedef struct nativeInMemorySignerOpaque LDKnativeInMemorySigner;
126130
struct nativeKeysManagerOpaque;
@@ -159,8 +163,6 @@ struct nativePrintableStringOpaque;
159163
typedef struct nativePrintableStringOpaque LDKnativePrintableString;
160164
struct nativeOutPointOpaque;
161165
typedef struct nativeOutPointOpaque LDKnativeOutPoint;
162-
struct nativeInvoicePayerOpaque;
163-
typedef struct nativeInvoicePayerOpaque LDKnativeInvoicePayer;
164166
struct nativeChannelMonitorUpdateOpaque;
165167
typedef struct nativeChannelMonitorUpdateOpaque LDKnativeChannelMonitorUpdate;
166168
struct nativeHTLCUpdateOpaque;
@@ -179,6 +181,8 @@ struct nativePeerHandleErrorOpaque;
179181
typedef struct nativePeerHandleErrorOpaque LDKnativePeerHandleError;
180182
struct nativePeerManagerOpaque;
181183
typedef struct nativePeerManagerOpaque LDKnativePeerManager;
184+
struct nativeUtxoFutureOpaque;
185+
typedef struct nativeUtxoFutureOpaque LDKnativeUtxoFuture;
182186
struct nativeOnionMessengerOpaque;
183187
typedef struct nativeOnionMessengerOpaque LDKnativeOnionMessenger;
184188
struct nativeInvoiceOpaque;
@@ -199,8 +203,8 @@ struct nativePayeePubKeyOpaque;
199203
typedef struct nativePayeePubKeyOpaque LDKnativePayeePubKey;
200204
struct nativeExpiryTimeOpaque;
201205
typedef struct nativeExpiryTimeOpaque LDKnativeExpiryTime;
202-
struct nativeMinFinalCltvExpiryOpaque;
203-
typedef struct nativeMinFinalCltvExpiryOpaque LDKnativeMinFinalCltvExpiry;
206+
struct nativeMinFinalCltvExpiryDeltaOpaque;
207+
typedef struct nativeMinFinalCltvExpiryDeltaOpaque LDKnativeMinFinalCltvExpiryDelta;
204208
struct nativeInvoiceSignatureOpaque;
205209
typedef struct nativeInvoiceSignatureOpaque LDKnativeInvoiceSignature;
206210
struct nativePrivateRouteOpaque;

0 commit comments

Comments
 (0)