Skip to content

Commit d22c7a0

Browse files
committed
Update auto-generated bindings to LDK 0.1
1 parent ad66ab8 commit d22c7a0

Some content is hidden

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

51 files changed

+23598
-17366
lines changed

lightning-c-bindings/include/ldk_rust_types.h

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ struct nativeRefundOpaque;
1616
typedef struct nativeRefundOpaque LDKnativeRefund;
1717
struct nativeRecipientOnionFieldsOpaque;
1818
typedef struct nativeRecipientOnionFieldsOpaque LDKnativeRecipientOnionFields;
19+
struct nativeDNSSECQueryOpaque;
20+
typedef struct nativeDNSSECQueryOpaque LDKnativeDNSSECQuery;
21+
struct nativeDNSSECProofOpaque;
22+
typedef struct nativeDNSSECProofOpaque LDKnativeDNSSECProof;
23+
struct nativeHumanReadableNameOpaque;
24+
typedef struct nativeHumanReadableNameOpaque LDKnativeHumanReadableName;
25+
struct nativeOMNameResolverOpaque;
26+
typedef struct nativeOMNameResolverOpaque LDKnativeOMNameResolver;
1927
struct nativeInvoiceWithExplicitSigningPubkeyBuilderOpaque;
2028
typedef struct nativeInvoiceWithExplicitSigningPubkeyBuilderOpaque LDKnativeInvoiceWithExplicitSigningPubkeyBuilder;
2129
struct nativeInvoiceWithDerivedSigningPubkeyBuilderOpaque;
@@ -147,6 +155,8 @@ struct nativeChainParametersOpaque;
147155
typedef struct nativeChainParametersOpaque LDKnativeChainParameters;
148156
struct nativePhantomRouteHintsOpaque;
149157
typedef struct nativePhantomRouteHintsOpaque LDKnativePhantomRouteHints;
158+
struct nativeBolt11InvoiceParametersOpaque;
159+
typedef struct nativeBolt11InvoiceParametersOpaque LDKnativeBolt11InvoiceParameters;
150160
struct nativeChannelManagerReadArgsOpaque;
151161
typedef struct nativeChannelManagerReadArgsOpaque LDKnativeChannelManagerReadArgs;
152162
struct nativeChannelHandshakeConfigOpaque;
@@ -185,10 +195,12 @@ struct nativeRapidGossipSyncOpaque;
185195
typedef struct nativeRapidGossipSyncOpaque LDKnativeRapidGossipSync;
186196
struct nativeMonitorUpdatingPersisterOpaque;
187197
typedef struct nativeMonitorUpdatingPersisterOpaque LDKnativeMonitorUpdatingPersister;
188-
struct nativeInvoiceRequestWithExplicitPayerIdBuilderOpaque;
189-
typedef struct nativeInvoiceRequestWithExplicitPayerIdBuilderOpaque LDKnativeInvoiceRequestWithExplicitPayerIdBuilder;
190-
struct nativeInvoiceRequestWithDerivedPayerIdBuilderOpaque;
191-
typedef struct nativeInvoiceRequestWithDerivedPayerIdBuilderOpaque LDKnativeInvoiceRequestWithDerivedPayerIdBuilder;
198+
struct nativeMonitorNameOpaque;
199+
typedef struct nativeMonitorNameOpaque LDKnativeMonitorName;
200+
struct nativeUpdateNameOpaque;
201+
typedef struct nativeUpdateNameOpaque LDKnativeUpdateName;
202+
struct nativeInvoiceRequestWithDerivedPayerSigningPubkeyBuilderOpaque;
203+
typedef struct nativeInvoiceRequestWithDerivedPayerSigningPubkeyBuilderOpaque LDKnativeInvoiceRequestWithDerivedPayerSigningPubkeyBuilder;
192204
struct nativeUnsignedInvoiceRequestOpaque;
193205
typedef struct nativeUnsignedInvoiceRequestOpaque LDKnativeUnsignedInvoiceRequest;
194206
struct nativeInvoiceRequestOpaque;
@@ -379,6 +391,8 @@ struct nativeRouteHintOpaque;
379391
typedef struct nativeRouteHintOpaque LDKnativeRouteHint;
380392
struct nativeRouteHintHopOpaque;
381393
typedef struct nativeRouteHintHopOpaque LDKnativeRouteHintHop;
394+
struct nativeBolt11ParseErrorOpaque;
395+
typedef struct nativeBolt11ParseErrorOpaque LDKnativeBolt11ParseError;
382396
struct nativeBolt11InvoiceOpaque;
383397
typedef struct nativeBolt11InvoiceOpaque LDKnativeBolt11Invoice;
384398
struct nativeSignedRawBolt11InvoiceOpaque;
@@ -423,12 +437,12 @@ struct nativeForwardTlvsOpaque;
423437
typedef struct nativeForwardTlvsOpaque LDKnativeForwardTlvs;
424438
struct nativeReceiveTlvsOpaque;
425439
typedef struct nativeReceiveTlvsOpaque LDKnativeReceiveTlvs;
440+
struct nativeUnauthenticatedReceiveTlvsOpaque;
441+
typedef struct nativeUnauthenticatedReceiveTlvsOpaque LDKnativeUnauthenticatedReceiveTlvs;
426442
struct nativePaymentRelayOpaque;
427443
typedef struct nativePaymentRelayOpaque LDKnativePaymentRelay;
428444
struct nativePaymentConstraintsOpaque;
429445
typedef struct nativePaymentConstraintsOpaque LDKnativePaymentConstraints;
430-
struct nativeUnknownPaymentContextOpaque;
431-
typedef struct nativeUnknownPaymentContextOpaque LDKnativeUnknownPaymentContext;
432446
struct nativeBolt12OfferContextOpaque;
433447
typedef struct nativeBolt12OfferContextOpaque LDKnativeBolt12OfferContext;
434448
struct nativeBolt12RefundContextOpaque;
@@ -497,3 +511,5 @@ struct nativeBlindedMessagePathOpaque;
497511
typedef struct nativeBlindedMessagePathOpaque LDKnativeBlindedMessagePath;
498512
struct nativeMessageForwardNodeOpaque;
499513
typedef struct nativeMessageForwardNodeOpaque LDKnativeMessageForwardNode;
514+
struct nativeDNSResolverContextOpaque;
515+
typedef struct nativeDNSResolverContextOpaque LDKnativeDNSResolverContext;

0 commit comments

Comments
 (0)