Skip to content

Commit 0ac4dbd

Browse files
committed
Update auto-generated bindings to LDK 0.0.121
1 parent c164016 commit 0ac4dbd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+17889
-6394
lines changed

lightning-c-bindings/include/ldk_rust_types.h

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,16 @@ struct nativeRouteHintOpaque;
5959
typedef struct nativeRouteHintOpaque LDKnativeRouteHint;
6060
struct nativeRouteHintHopOpaque;
6161
typedef struct nativeRouteHintHopOpaque LDKnativeRouteHintHop;
62+
struct nativeFirstHopCandidateOpaque;
63+
typedef struct nativeFirstHopCandidateOpaque LDKnativeFirstHopCandidate;
64+
struct nativePublicHopCandidateOpaque;
65+
typedef struct nativePublicHopCandidateOpaque LDKnativePublicHopCandidate;
66+
struct nativePrivateHopCandidateOpaque;
67+
typedef struct nativePrivateHopCandidateOpaque LDKnativePrivateHopCandidate;
68+
struct nativeBlindedPathCandidateOpaque;
69+
typedef struct nativeBlindedPathCandidateOpaque LDKnativeBlindedPathCandidate;
70+
struct nativeOneHopBlindedPathCandidateOpaque;
71+
typedef struct nativeOneHopBlindedPathCandidateOpaque LDKnativeOneHopBlindedPathCandidate;
6272
struct nativeMultiThreadedLockableScoreOpaque;
6373
typedef struct nativeMultiThreadedLockableScoreOpaque LDKnativeMultiThreadedLockableScore;
6474
struct nativeMultiThreadedScoreLockReadOpaque;
@@ -125,6 +135,8 @@ struct nativeNodeAliasOpaque;
125135
typedef struct nativeNodeAliasOpaque LDKnativeNodeAlias;
126136
struct nativeNodeInfoOpaque;
127137
typedef struct nativeNodeInfoOpaque LDKnativeNodeInfo;
138+
struct nativeInboundHTLCErrOpaque;
139+
typedef struct nativeInboundHTLCErrOpaque LDKnativeInboundHTLCErr;
128140
struct nativeAnchorDescriptorOpaque;
129141
typedef struct nativeAnchorDescriptorOpaque LDKnativeAnchorDescriptor;
130142
struct nativeInputOpaque;
@@ -137,6 +149,10 @@ struct nativeWalletOpaque;
137149
typedef struct nativeWalletOpaque LDKnativeWallet;
138150
struct nativeBumpTransactionEventHandlerOpaque;
139151
typedef struct nativeBumpTransactionEventHandlerOpaque LDKnativeBumpTransactionEventHandler;
152+
struct nativeBlindedForwardOpaque;
153+
typedef struct nativeBlindedForwardOpaque LDKnativeBlindedForward;
154+
struct nativePendingHTLCInfoOpaque;
155+
typedef struct nativePendingHTLCInfoOpaque LDKnativePendingHTLCInfo;
140156
struct nativeChannelManagerOpaque;
141157
typedef struct nativeChannelManagerOpaque LDKnativeChannelManager;
142158
struct nativeChainParametersOpaque;
@@ -215,6 +231,14 @@ struct nativeFundingSignedOpaque;
215231
typedef struct nativeFundingSignedOpaque LDKnativeFundingSigned;
216232
struct nativeChannelReadyOpaque;
217233
typedef struct nativeChannelReadyOpaque LDKnativeChannelReady;
234+
struct nativeStfuOpaque;
235+
typedef struct nativeStfuOpaque LDKnativeStfu;
236+
struct nativeSpliceOpaque;
237+
typedef struct nativeSpliceOpaque LDKnativeSplice;
238+
struct nativeSpliceAckOpaque;
239+
typedef struct nativeSpliceAckOpaque LDKnativeSpliceAck;
240+
struct nativeSpliceLockedOpaque;
241+
typedef struct nativeSpliceLockedOpaque LDKnativeSpliceLocked;
218242
struct nativeTxAddInputOpaque;
219243
typedef struct nativeTxAddInputOpaque LDKnativeTxAddInput;
220244
struct nativeTxAddOutputOpaque;
@@ -285,6 +309,10 @@ struct nativeLightningErrorOpaque;
285309
typedef struct nativeLightningErrorOpaque LDKnativeLightningError;
286310
struct nativeCommitmentUpdateOpaque;
287311
typedef struct nativeCommitmentUpdateOpaque LDKnativeCommitmentUpdate;
312+
struct nativeFinalOnionHopDataOpaque;
313+
typedef struct nativeFinalOnionHopDataOpaque LDKnativeFinalOnionHopData;
314+
struct nativeOnionPacketOpaque;
315+
typedef struct nativeOnionPacketOpaque LDKnativeOnionPacket;
288316
struct nativeRecordOpaque;
289317
typedef struct nativeRecordOpaque LDKnativeRecord;
290318
struct nativeFutureOpaque;
@@ -391,6 +419,18 @@ struct nativeInvoiceErrorOpaque;
391419
typedef struct nativeInvoiceErrorOpaque LDKnativeInvoiceError;
392420
struct nativeErroneousFieldOpaque;
393421
typedef struct nativeErroneousFieldOpaque LDKnativeErroneousField;
422+
struct nativeDelayedPaymentBasepointOpaque;
423+
typedef struct nativeDelayedPaymentBasepointOpaque LDKnativeDelayedPaymentBasepoint;
424+
struct nativeDelayedPaymentKeyOpaque;
425+
typedef struct nativeDelayedPaymentKeyOpaque LDKnativeDelayedPaymentKey;
426+
struct nativeHtlcBasepointOpaque;
427+
typedef struct nativeHtlcBasepointOpaque LDKnativeHtlcBasepoint;
428+
struct nativeHtlcKeyOpaque;
429+
typedef struct nativeHtlcKeyOpaque LDKnativeHtlcKey;
430+
struct nativeRevocationBasepointOpaque;
431+
typedef struct nativeRevocationBasepointOpaque LDKnativeRevocationBasepoint;
432+
struct nativeRevocationKeyOpaque;
433+
typedef struct nativeRevocationKeyOpaque LDKnativeRevocationKey;
394434
struct nativeMonitorUpdateIdOpaque;
395435
typedef struct nativeMonitorUpdateIdOpaque LDKnativeMonitorUpdateId;
396436
struct nativeLockedChannelMonitorOpaque;

0 commit comments

Comments
 (0)