@@ -220,8 +220,8 @@ typedef struct LDKTxOut {
220
220
} LDKTxOut ;
221
221
222
222
typedef struct LDKC2TupleTempl_usize__Transaction {
223
- uintptr_t * a ;
224
- LDKTransaction * b ;
223
+ uintptr_t a ;
224
+ LDKTransaction b ;
225
225
} LDKC2TupleTempl_usize__Transaction ;
226
226
227
227
typedef LDKC2TupleTempl_usize__Transaction LDKC2Tuple_usizeTransactionZ ;
@@ -286,8 +286,8 @@ typedef struct MUST_USE_STRUCT LDKOutPoint {
286
286
} LDKOutPoint ;
287
287
288
288
typedef struct LDKC2TupleTempl_OutPoint__CVec_u8Z {
289
- LDKOutPoint * a ;
290
- LDKCVec_u8Z * b ;
289
+ LDKOutPoint a ;
290
+ LDKCVec_u8Z b ;
291
291
} LDKC2TupleTempl_OutPoint__CVec_u8Z ;
292
292
293
293
typedef LDKC2TupleTempl_OutPoint__CVec_u8Z LDKC2Tuple_OutPointScriptZ ;
@@ -306,17 +306,17 @@ typedef struct LDKCVecTempl_TxOut {
306
306
} LDKCVecTempl_TxOut ;
307
307
308
308
typedef struct LDKC2TupleTempl_ThirtyTwoBytes__CVecTempl_TxOut {
309
- LDKThirtyTwoBytes * a ;
310
- LDKCVecTempl_TxOut * b ;
309
+ LDKThirtyTwoBytes a ;
310
+ LDKCVecTempl_TxOut b ;
311
311
} LDKC2TupleTempl_ThirtyTwoBytes__CVecTempl_TxOut ;
312
312
313
313
typedef LDKC2TupleTempl_ThirtyTwoBytes__CVecTempl_TxOut LDKC2Tuple_TxidCVec_TxOutZZ ;
314
314
315
315
typedef LDKCVecTempl_TxOut LDKCVec_TxOutZ ;
316
316
317
317
typedef struct LDKC2TupleTempl_u64__u64 {
318
- uint64_t * a ;
319
- uint64_t * b ;
318
+ uint64_t a ;
319
+ uint64_t b ;
320
320
} LDKC2TupleTempl_u64__u64 ;
321
321
322
322
typedef LDKC2TupleTempl_u64__u64 LDKC2Tuple_u64u64Z ;
@@ -331,8 +331,8 @@ typedef struct LDKCVecTempl_Signature {
331
331
} LDKCVecTempl_Signature ;
332
332
333
333
typedef struct LDKC2TupleTempl_Signature__CVecTempl_Signature {
334
- LDKSignature * a ;
335
- LDKCVecTempl_Signature * b ;
334
+ LDKSignature a ;
335
+ LDKCVecTempl_Signature b ;
336
336
} LDKC2TupleTempl_Signature__CVecTempl_Signature ;
337
337
338
338
typedef LDKC2TupleTempl_Signature__CVecTempl_Signature LDKC2Tuple_SignatureCVec_SignatureZZ ;
@@ -518,9 +518,9 @@ typedef struct MUST_USE_STRUCT LDKChannelUpdate {
518
518
} LDKChannelUpdate ;
519
519
520
520
typedef struct LDKC3TupleTempl_ChannelAnnouncement__ChannelUpdate__ChannelUpdate {
521
- LDKChannelAnnouncement * a ;
522
- LDKChannelUpdate * b ;
523
- LDKChannelUpdate * c ;
521
+ LDKChannelAnnouncement a ;
522
+ LDKChannelUpdate b ;
523
+ LDKChannelUpdate c ;
524
524
} LDKC3TupleTempl_ChannelAnnouncement__ChannelUpdate__ChannelUpdate ;
525
525
526
526
typedef LDKC3TupleTempl_ChannelAnnouncement__ChannelUpdate__ChannelUpdate LDKC3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ ;
@@ -570,8 +570,8 @@ typedef struct MUST_USE_STRUCT LDKHTLCOutputInCommitment {
570
570
} LDKHTLCOutputInCommitment ;
571
571
572
572
typedef struct LDKC2TupleTempl_HTLCOutputInCommitment__Signature {
573
- LDKHTLCOutputInCommitment * a ;
574
- LDKSignature * b ;
573
+ LDKHTLCOutputInCommitment a ;
574
+ LDKSignature b ;
575
575
} LDKC2TupleTempl_HTLCOutputInCommitment__Signature ;
576
576
577
577
typedef LDKC2TupleTempl_HTLCOutputInCommitment__Signature LDKC2Tuple_HTLCOutputInCommitmentSignatureZ ;
0 commit comments