Skip to content

Commit 3be9a12

Browse files
committed
[bindings] update generated code
1 parent 1d8291e commit 3be9a12

File tree

3 files changed

+508
-530
lines changed

3 files changed

+508
-530
lines changed

lightning-c-bindings/include/lightning.h

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ typedef struct LDKTxOut {
220220
} LDKTxOut;
221221

222222
typedef struct LDKC2TupleTempl_usize__Transaction {
223-
uintptr_t *a;
224-
LDKTransaction *b;
223+
uintptr_t a;
224+
LDKTransaction b;
225225
} LDKC2TupleTempl_usize__Transaction;
226226

227227
typedef LDKC2TupleTempl_usize__Transaction LDKC2Tuple_usizeTransactionZ;
@@ -286,8 +286,8 @@ typedef struct MUST_USE_STRUCT LDKOutPoint {
286286
} LDKOutPoint;
287287

288288
typedef 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

293293
typedef LDKC2TupleTempl_OutPoint__CVec_u8Z LDKC2Tuple_OutPointScriptZ;
@@ -306,17 +306,17 @@ typedef struct LDKCVecTempl_TxOut {
306306
} LDKCVecTempl_TxOut;
307307

308308
typedef 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

313313
typedef LDKC2TupleTempl_ThirtyTwoBytes__CVecTempl_TxOut LDKC2Tuple_TxidCVec_TxOutZZ;
314314

315315
typedef LDKCVecTempl_TxOut LDKCVec_TxOutZ;
316316

317317
typedef 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

322322
typedef LDKC2TupleTempl_u64__u64 LDKC2Tuple_u64u64Z;
@@ -331,8 +331,8 @@ typedef struct LDKCVecTempl_Signature {
331331
} LDKCVecTempl_Signature;
332332

333333
typedef 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

338338
typedef LDKC2TupleTempl_Signature__CVecTempl_Signature LDKC2Tuple_SignatureCVec_SignatureZZ;
@@ -518,9 +518,9 @@ typedef struct MUST_USE_STRUCT LDKChannelUpdate {
518518
} LDKChannelUpdate;
519519

520520
typedef 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

526526
typedef LDKC3TupleTempl_ChannelAnnouncement__ChannelUpdate__ChannelUpdate LDKC3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZ;
@@ -570,8 +570,8 @@ typedef struct MUST_USE_STRUCT LDKHTLCOutputInCommitment {
570570
} LDKHTLCOutputInCommitment;
571571

572572
typedef struct LDKC2TupleTempl_HTLCOutputInCommitment__Signature {
573-
LDKHTLCOutputInCommitment *a;
574-
LDKSignature *b;
573+
LDKHTLCOutputInCommitment a;
574+
LDKSignature b;
575575
} LDKC2TupleTempl_HTLCOutputInCommitment__Signature;
576576

577577
typedef LDKC2TupleTempl_HTLCOutputInCommitment__Signature LDKC2Tuple_HTLCOutputInCommitmentSignatureZ;

0 commit comments

Comments
 (0)