@@ -220,8 +220,8 @@ typedef struct LDKTxOut {
220220} LDKTxOut ;
221221
222222typedef struct LDKC2TupleTempl_usize__Transaction {
223- uintptr_t * a ;
224- LDKTransaction * b ;
223+ uintptr_t a ;
224+ LDKTransaction b ;
225225} LDKC2TupleTempl_usize__Transaction ;
226226
227227typedef LDKC2TupleTempl_usize__Transaction LDKC2Tuple_usizeTransactionZ ;
@@ -286,8 +286,8 @@ typedef struct MUST_USE_STRUCT LDKOutPoint {
286286} LDKOutPoint ;
287287
288288typedef struct LDKC2TupleTempl_OutPoint__CVec_u8Z {
289- LDKOutPoint * a ;
290- LDKCVec_u8Z * b ;
289+ LDKOutPoint a ;
290+ LDKCVec_u8Z b ;
291291} LDKC2TupleTempl_OutPoint__CVec_u8Z ;
292292
293293typedef LDKC2TupleTempl_OutPoint__CVec_u8Z LDKC2Tuple_OutPointScriptZ ;
@@ -306,17 +306,17 @@ typedef struct LDKCVecTempl_TxOut {
306306} LDKCVecTempl_TxOut ;
307307
308308typedef struct LDKC2TupleTempl_ThirtyTwoBytes__CVecTempl_TxOut {
309- LDKThirtyTwoBytes * a ;
310- LDKCVecTempl_TxOut * b ;
309+ LDKThirtyTwoBytes a ;
310+ LDKCVecTempl_TxOut b ;
311311} LDKC2TupleTempl_ThirtyTwoBytes__CVecTempl_TxOut ;
312312
313313typedef LDKC2TupleTempl_ThirtyTwoBytes__CVecTempl_TxOut LDKC2Tuple_TxidCVec_TxOutZZ ;
314314
315315typedef LDKCVecTempl_TxOut LDKCVec_TxOutZ ;
316316
317317typedef struct LDKC2TupleTempl_u64__u64 {
318- uint64_t * a ;
319- uint64_t * b ;
318+ uint64_t a ;
319+ uint64_t b ;
320320} LDKC2TupleTempl_u64__u64 ;
321321
322322typedef LDKC2TupleTempl_u64__u64 LDKC2Tuple_u64u64Z ;
@@ -331,8 +331,8 @@ typedef struct LDKCVecTempl_Signature {
331331} LDKCVecTempl_Signature ;
332332
333333typedef struct LDKC2TupleTempl_Signature__CVecTempl_Signature {
334- LDKSignature * a ;
335- LDKCVecTempl_Signature * b ;
334+ LDKSignature a ;
335+ LDKCVecTempl_Signature b ;
336336} LDKC2TupleTempl_Signature__CVecTempl_Signature ;
337337
338338typedef LDKC2TupleTempl_Signature__CVecTempl_Signature LDKC2Tuple_SignatureCVec_SignatureZZ ;
@@ -518,9 +518,9 @@ typedef struct MUST_USE_STRUCT LDKChannelUpdate {
518518} LDKChannelUpdate ;
519519
520520typedef struct LDKC3TupleTempl_ChannelAnnouncement__ChannelUpdate__ChannelUpdate {
521- LDKChannelAnnouncement * a ;
522- LDKChannelUpdate * b ;
523- LDKChannelUpdate * c ;
521+ LDKChannelAnnouncement a ;
522+ LDKChannelUpdate b ;
523+ LDKChannelUpdate c ;
524524} LDKC3TupleTempl_ChannelAnnouncement__ChannelUpdate__ChannelUpdate ;
525525
526526typedef LDKC3TupleTempl_ChannelAnnouncement__ChannelUpdate__ChannelUpdate LDKC3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ ;
@@ -570,8 +570,8 @@ typedef struct MUST_USE_STRUCT LDKHTLCOutputInCommitment {
570570} LDKHTLCOutputInCommitment ;
571571
572572typedef struct LDKC2TupleTempl_HTLCOutputInCommitment__Signature {
573- LDKHTLCOutputInCommitment * a ;
574- LDKSignature * b ;
573+ LDKHTLCOutputInCommitment a ;
574+ LDKSignature b ;
575575} LDKC2TupleTempl_HTLCOutputInCommitment__Signature ;
576576
577577typedef LDKC2TupleTempl_HTLCOutputInCommitment__Signature LDKC2Tuple_HTLCOutputInCommitmentSignatureZ ;
0 commit comments