Skip to content

Commit

Permalink
Update auto-generated bindings to LDK 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Jan 16, 2025
1 parent 00c6a00 commit 9c6a7e1
Show file tree
Hide file tree
Showing 51 changed files with 23,598 additions and 17,366 deletions.
28 changes: 22 additions & 6 deletions lightning-c-bindings/include/ldk_rust_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ struct nativeRefundOpaque;
typedef struct nativeRefundOpaque LDKnativeRefund;
struct nativeRecipientOnionFieldsOpaque;
typedef struct nativeRecipientOnionFieldsOpaque LDKnativeRecipientOnionFields;
struct nativeDNSSECQueryOpaque;
typedef struct nativeDNSSECQueryOpaque LDKnativeDNSSECQuery;
struct nativeDNSSECProofOpaque;
typedef struct nativeDNSSECProofOpaque LDKnativeDNSSECProof;
struct nativeHumanReadableNameOpaque;
typedef struct nativeHumanReadableNameOpaque LDKnativeHumanReadableName;
struct nativeOMNameResolverOpaque;
typedef struct nativeOMNameResolverOpaque LDKnativeOMNameResolver;
struct nativeInvoiceWithExplicitSigningPubkeyBuilderOpaque;
typedef struct nativeInvoiceWithExplicitSigningPubkeyBuilderOpaque LDKnativeInvoiceWithExplicitSigningPubkeyBuilder;
struct nativeInvoiceWithDerivedSigningPubkeyBuilderOpaque;
Expand Down Expand Up @@ -147,6 +155,8 @@ struct nativeChainParametersOpaque;
typedef struct nativeChainParametersOpaque LDKnativeChainParameters;
struct nativePhantomRouteHintsOpaque;
typedef struct nativePhantomRouteHintsOpaque LDKnativePhantomRouteHints;
struct nativeBolt11InvoiceParametersOpaque;
typedef struct nativeBolt11InvoiceParametersOpaque LDKnativeBolt11InvoiceParameters;
struct nativeChannelManagerReadArgsOpaque;
typedef struct nativeChannelManagerReadArgsOpaque LDKnativeChannelManagerReadArgs;
struct nativeChannelHandshakeConfigOpaque;
Expand Down Expand Up @@ -185,10 +195,12 @@ struct nativeRapidGossipSyncOpaque;
typedef struct nativeRapidGossipSyncOpaque LDKnativeRapidGossipSync;
struct nativeMonitorUpdatingPersisterOpaque;
typedef struct nativeMonitorUpdatingPersisterOpaque LDKnativeMonitorUpdatingPersister;
struct nativeInvoiceRequestWithExplicitPayerIdBuilderOpaque;
typedef struct nativeInvoiceRequestWithExplicitPayerIdBuilderOpaque LDKnativeInvoiceRequestWithExplicitPayerIdBuilder;
struct nativeInvoiceRequestWithDerivedPayerIdBuilderOpaque;
typedef struct nativeInvoiceRequestWithDerivedPayerIdBuilderOpaque LDKnativeInvoiceRequestWithDerivedPayerIdBuilder;
struct nativeMonitorNameOpaque;
typedef struct nativeMonitorNameOpaque LDKnativeMonitorName;
struct nativeUpdateNameOpaque;
typedef struct nativeUpdateNameOpaque LDKnativeUpdateName;
struct nativeInvoiceRequestWithDerivedPayerSigningPubkeyBuilderOpaque;
typedef struct nativeInvoiceRequestWithDerivedPayerSigningPubkeyBuilderOpaque LDKnativeInvoiceRequestWithDerivedPayerSigningPubkeyBuilder;
struct nativeUnsignedInvoiceRequestOpaque;
typedef struct nativeUnsignedInvoiceRequestOpaque LDKnativeUnsignedInvoiceRequest;
struct nativeInvoiceRequestOpaque;
Expand Down Expand Up @@ -379,6 +391,8 @@ struct nativeRouteHintOpaque;
typedef struct nativeRouteHintOpaque LDKnativeRouteHint;
struct nativeRouteHintHopOpaque;
typedef struct nativeRouteHintHopOpaque LDKnativeRouteHintHop;
struct nativeBolt11ParseErrorOpaque;
typedef struct nativeBolt11ParseErrorOpaque LDKnativeBolt11ParseError;
struct nativeBolt11InvoiceOpaque;
typedef struct nativeBolt11InvoiceOpaque LDKnativeBolt11Invoice;
struct nativeSignedRawBolt11InvoiceOpaque;
Expand Down Expand Up @@ -423,12 +437,12 @@ struct nativeForwardTlvsOpaque;
typedef struct nativeForwardTlvsOpaque LDKnativeForwardTlvs;
struct nativeReceiveTlvsOpaque;
typedef struct nativeReceiveTlvsOpaque LDKnativeReceiveTlvs;
struct nativeUnauthenticatedReceiveTlvsOpaque;
typedef struct nativeUnauthenticatedReceiveTlvsOpaque LDKnativeUnauthenticatedReceiveTlvs;
struct nativePaymentRelayOpaque;
typedef struct nativePaymentRelayOpaque LDKnativePaymentRelay;
struct nativePaymentConstraintsOpaque;
typedef struct nativePaymentConstraintsOpaque LDKnativePaymentConstraints;
struct nativeUnknownPaymentContextOpaque;
typedef struct nativeUnknownPaymentContextOpaque LDKnativeUnknownPaymentContext;
struct nativeBolt12OfferContextOpaque;
typedef struct nativeBolt12OfferContextOpaque LDKnativeBolt12OfferContext;
struct nativeBolt12RefundContextOpaque;
Expand Down Expand Up @@ -497,3 +511,5 @@ struct nativeBlindedMessagePathOpaque;
typedef struct nativeBlindedMessagePathOpaque LDKnativeBlindedMessagePath;
struct nativeMessageForwardNodeOpaque;
typedef struct nativeMessageForwardNodeOpaque LDKnativeMessageForwardNode;
struct nativeDNSResolverContextOpaque;
typedef struct nativeDNSResolverContextOpaque LDKnativeDNSResolverContext;
Loading

0 comments on commit 9c6a7e1

Please sign in to comment.