Skip to content

Commit 709706e

Browse files
committed
Update auto-generated bindings
1 parent 0c4fd5d commit 709706e

29 files changed

+5456
-1203
lines changed

lightning-c-bindings/include/ldk_rust_types.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
#else
1111
#define NONNULL_PTR
1212
#endif
13+
struct nativeBlindedRouteOpaque;
14+
typedef struct nativeBlindedRouteOpaque LDKnativeBlindedRoute;
15+
struct nativeBlindedHopOpaque;
16+
typedef struct nativeBlindedHopOpaque LDKnativeBlindedHop;
1317
struct nativeCounterpartyCommitmentSecretsOpaque;
1418
typedef struct nativeCounterpartyCommitmentSecretsOpaque LDKnativeCounterpartyCommitmentSecrets;
1519
struct nativeTxCreationKeysOpaque;
@@ -60,6 +64,8 @@ struct nativeWatchedOutputOpaque;
6064
typedef struct nativeWatchedOutputOpaque LDKnativeWatchedOutput;
6165
struct nativeMultiThreadedLockableScoreOpaque;
6266
typedef struct nativeMultiThreadedLockableScoreOpaque LDKnativeMultiThreadedLockableScore;
67+
struct nativeMultiThreadedScoreLockOpaque;
68+
typedef struct nativeMultiThreadedScoreLockOpaque LDKnativeMultiThreadedScoreLock;
6369
struct nativeChannelUsageOpaque;
6470
typedef struct nativeChannelUsageOpaque LDKnativeChannelUsage;
6571
struct nativeFixedPenaltyScorerOpaque;
@@ -143,6 +149,8 @@ struct nativeOutPointOpaque;
143149
typedef struct nativeOutPointOpaque LDKnativeOutPoint;
144150
struct nativeInvoicePayerOpaque;
145151
typedef struct nativeInvoicePayerOpaque LDKnativeInvoicePayer;
152+
struct nativeInFlightHtlcsOpaque;
153+
typedef struct nativeInFlightHtlcsOpaque LDKnativeInFlightHtlcs;
146154
struct nativeInvoiceOpaque;
147155
typedef struct nativeInvoiceOpaque LDKnativeInvoice;
148156
struct nativeSignedRawInvoiceOpaque;
@@ -185,6 +193,8 @@ struct nativePeerHandleErrorOpaque;
185193
typedef struct nativePeerHandleErrorOpaque LDKnativePeerHandleError;
186194
struct nativePeerManagerOpaque;
187195
typedef struct nativePeerManagerOpaque LDKnativePeerManager;
196+
struct nativeOnionMessengerOpaque;
197+
typedef struct nativeOnionMessengerOpaque LDKnativeOnionMessenger;
188198
struct nativeRapidGossipSyncOpaque;
189199
typedef struct nativeRapidGossipSyncOpaque LDKnativeRapidGossipSync;
190200
struct nativeDecodeErrorOpaque;
@@ -217,6 +227,8 @@ struct nativeClosingSignedOpaque;
217227
typedef struct nativeClosingSignedOpaque LDKnativeClosingSigned;
218228
struct nativeUpdateAddHTLCOpaque;
219229
typedef struct nativeUpdateAddHTLCOpaque LDKnativeUpdateAddHTLC;
230+
struct nativeOnionMessageOpaque;
231+
typedef struct nativeOnionMessageOpaque LDKnativeOnionMessage;
220232
struct nativeUpdateFulfillHTLCOpaque;
221233
typedef struct nativeUpdateFulfillHTLCOpaque LDKnativeUpdateFulfillHTLC;
222234
struct nativeUpdateFailHTLCOpaque;
@@ -265,6 +277,8 @@ struct nativeDefaultRouterOpaque;
265277
typedef struct nativeDefaultRouterOpaque LDKnativeDefaultRouter;
266278
struct nativeRecordOpaque;
267279
typedef struct nativeRecordOpaque LDKnativeRecord;
280+
struct nativeFutureOpaque;
281+
typedef struct nativeFutureOpaque LDKnativeFuture;
268282
struct nativeMonitorUpdateIdOpaque;
269283
typedef struct nativeMonitorUpdateIdOpaque LDKnativeMonitorUpdateId;
270284
struct nativeLockedChannelMonitorOpaque;

0 commit comments

Comments
 (0)