@@ -59,6 +59,16 @@ struct nativeRouteHintOpaque;
59
59
typedef struct nativeRouteHintOpaque LDKnativeRouteHint ;
60
60
struct nativeRouteHintHopOpaque ;
61
61
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 ;
62
72
struct nativeMultiThreadedLockableScoreOpaque ;
63
73
typedef struct nativeMultiThreadedLockableScoreOpaque LDKnativeMultiThreadedLockableScore ;
64
74
struct nativeMultiThreadedScoreLockReadOpaque ;
@@ -125,6 +135,8 @@ struct nativeNodeAliasOpaque;
125
135
typedef struct nativeNodeAliasOpaque LDKnativeNodeAlias ;
126
136
struct nativeNodeInfoOpaque ;
127
137
typedef struct nativeNodeInfoOpaque LDKnativeNodeInfo ;
138
+ struct nativeInboundHTLCErrOpaque ;
139
+ typedef struct nativeInboundHTLCErrOpaque LDKnativeInboundHTLCErr ;
128
140
struct nativeAnchorDescriptorOpaque ;
129
141
typedef struct nativeAnchorDescriptorOpaque LDKnativeAnchorDescriptor ;
130
142
struct nativeInputOpaque ;
@@ -137,6 +149,10 @@ struct nativeWalletOpaque;
137
149
typedef struct nativeWalletOpaque LDKnativeWallet ;
138
150
struct nativeBumpTransactionEventHandlerOpaque ;
139
151
typedef struct nativeBumpTransactionEventHandlerOpaque LDKnativeBumpTransactionEventHandler ;
152
+ struct nativeBlindedForwardOpaque ;
153
+ typedef struct nativeBlindedForwardOpaque LDKnativeBlindedForward ;
154
+ struct nativePendingHTLCInfoOpaque ;
155
+ typedef struct nativePendingHTLCInfoOpaque LDKnativePendingHTLCInfo ;
140
156
struct nativeChannelManagerOpaque ;
141
157
typedef struct nativeChannelManagerOpaque LDKnativeChannelManager ;
142
158
struct nativeChainParametersOpaque ;
@@ -215,6 +231,14 @@ struct nativeFundingSignedOpaque;
215
231
typedef struct nativeFundingSignedOpaque LDKnativeFundingSigned ;
216
232
struct nativeChannelReadyOpaque ;
217
233
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 ;
218
242
struct nativeTxAddInputOpaque ;
219
243
typedef struct nativeTxAddInputOpaque LDKnativeTxAddInput ;
220
244
struct nativeTxAddOutputOpaque ;
@@ -285,6 +309,10 @@ struct nativeLightningErrorOpaque;
285
309
typedef struct nativeLightningErrorOpaque LDKnativeLightningError ;
286
310
struct nativeCommitmentUpdateOpaque ;
287
311
typedef struct nativeCommitmentUpdateOpaque LDKnativeCommitmentUpdate ;
312
+ struct nativeFinalOnionHopDataOpaque ;
313
+ typedef struct nativeFinalOnionHopDataOpaque LDKnativeFinalOnionHopData ;
314
+ struct nativeOnionPacketOpaque ;
315
+ typedef struct nativeOnionPacketOpaque LDKnativeOnionPacket ;
288
316
struct nativeRecordOpaque ;
289
317
typedef struct nativeRecordOpaque LDKnativeRecord ;
290
318
struct nativeFutureOpaque ;
@@ -391,6 +419,18 @@ struct nativeInvoiceErrorOpaque;
391
419
typedef struct nativeInvoiceErrorOpaque LDKnativeInvoiceError ;
392
420
struct nativeErroneousFieldOpaque ;
393
421
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 ;
394
434
struct nativeMonitorUpdateIdOpaque ;
395
435
typedef struct nativeMonitorUpdateIdOpaque LDKnativeMonitorUpdateId ;
396
436
struct nativeLockedChannelMonitorOpaque ;
0 commit comments