Skip to content

Commit

Permalink
Update auto-generated bindings to LDK 0.0.124
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Sep 3, 2024
1 parent e8f5fad commit 6c87c5a
Show file tree
Hide file tree
Showing 68 changed files with 28,475 additions and 19,701 deletions.
98 changes: 58 additions & 40 deletions lightning-c-bindings/include/ldk_rust_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ struct nativeUnsignedBolt12InvoiceOpaque;
typedef struct nativeUnsignedBolt12InvoiceOpaque LDKnativeUnsignedBolt12Invoice;
struct nativeBolt12InvoiceOpaque;
typedef struct nativeBolt12InvoiceOpaque LDKnativeBolt12Invoice;
struct nativeBlindedPayInfoOpaque;
typedef struct nativeBlindedPayInfoOpaque LDKnativeBlindedPayInfo;
struct nativeDelayedPaymentOutputDescriptorOpaque;
typedef struct nativeDelayedPaymentOutputDescriptorOpaque LDKnativeDelayedPaymentOutputDescriptor;
struct nativeStaticPaymentOutputDescriptorOpaque;
Expand Down Expand Up @@ -63,10 +61,6 @@ struct nativeRouteParametersOpaque;
typedef struct nativeRouteParametersOpaque LDKnativeRouteParameters;
struct nativePaymentParametersOpaque;
typedef struct nativePaymentParametersOpaque LDKnativePaymentParameters;
struct nativeRouteHintOpaque;
typedef struct nativeRouteHintOpaque LDKnativeRouteHint;
struct nativeRouteHintHopOpaque;
typedef struct nativeRouteHintHopOpaque LDKnativeRouteHintHop;
struct nativeFirstHopCandidateOpaque;
typedef struct nativeFirstHopCandidateOpaque LDKnativeFirstHopCandidate;
struct nativePublicHopCandidateOpaque;
Expand All @@ -77,6 +71,10 @@ struct nativeBlindedPathCandidateOpaque;
typedef struct nativeBlindedPathCandidateOpaque LDKnativeBlindedPathCandidate;
struct nativeOneHopBlindedPathCandidateOpaque;
typedef struct nativeOneHopBlindedPathCandidateOpaque LDKnativeOneHopBlindedPathCandidate;
struct nativeUntrustedStringOpaque;
typedef struct nativeUntrustedStringOpaque LDKnativeUntrustedString;
struct nativePrintableStringOpaque;
typedef struct nativePrintableStringOpaque LDKnativePrintableString;
struct nativeMultiThreadedLockableScoreOpaque;
typedef struct nativeMultiThreadedLockableScoreOpaque LDKnativeMultiThreadedLockableScore;
struct nativeMultiThreadedScoreLockReadOpaque;
Expand All @@ -97,24 +95,6 @@ struct nativeBestBlockOpaque;
typedef struct nativeBestBlockOpaque LDKnativeBestBlock;
struct nativeWatchedOutputOpaque;
typedef struct nativeWatchedOutputOpaque LDKnativeWatchedOutput;
struct nativeInitFeaturesOpaque;
typedef struct nativeInitFeaturesOpaque LDKnativeInitFeatures;
struct nativeNodeFeaturesOpaque;
typedef struct nativeNodeFeaturesOpaque LDKnativeNodeFeatures;
struct nativeChannelFeaturesOpaque;
typedef struct nativeChannelFeaturesOpaque LDKnativeChannelFeatures;
struct nativeBolt11InvoiceFeaturesOpaque;
typedef struct nativeBolt11InvoiceFeaturesOpaque LDKnativeBolt11InvoiceFeatures;
struct nativeOfferFeaturesOpaque;
typedef struct nativeOfferFeaturesOpaque LDKnativeOfferFeatures;
struct nativeInvoiceRequestFeaturesOpaque;
typedef struct nativeInvoiceRequestFeaturesOpaque LDKnativeInvoiceRequestFeatures;
struct nativeBolt12InvoiceFeaturesOpaque;
typedef struct nativeBolt12InvoiceFeaturesOpaque LDKnativeBolt12InvoiceFeatures;
struct nativeBlindedHopFeaturesOpaque;
typedef struct nativeBlindedHopFeaturesOpaque LDKnativeBlindedHopFeatures;
struct nativeChannelTypeFeaturesOpaque;
typedef struct nativeChannelTypeFeaturesOpaque LDKnativeChannelTypeFeatures;
struct nativeOfferIdOpaque;
typedef struct nativeOfferIdOpaque LDKnativeOfferId;
struct nativeOfferWithExplicitMetadataBuilderOpaque;
Expand All @@ -137,10 +117,8 @@ struct nativeChannelInfoOpaque;
typedef struct nativeChannelInfoOpaque LDKnativeChannelInfo;
struct nativeDirectedChannelInfoOpaque;
typedef struct nativeDirectedChannelInfoOpaque LDKnativeDirectedChannelInfo;
struct nativeRoutingFeesOpaque;
typedef struct nativeRoutingFeesOpaque LDKnativeRoutingFees;
struct nativeNodeAnnouncementInfoOpaque;
typedef struct nativeNodeAnnouncementInfoOpaque LDKnativeNodeAnnouncementInfo;
struct nativeNodeAnnouncementDetailsOpaque;
typedef struct nativeNodeAnnouncementDetailsOpaque LDKnativeNodeAnnouncementDetails;
struct nativeNodeAliasOpaque;
typedef struct nativeNodeAliasOpaque LDKnativeNodeAlias;
struct nativeNodeInfoOpaque;
Expand Down Expand Up @@ -231,6 +209,8 @@ struct nativePongOpaque;
typedef struct nativePongOpaque LDKnativePong;
struct nativeCommonOpenChannelFieldsOpaque;
typedef struct nativeCommonOpenChannelFieldsOpaque LDKnativeCommonOpenChannelFields;
struct nativeChannelParametersOpaque;
typedef struct nativeChannelParametersOpaque LDKnativeChannelParameters;
struct nativeOpenChannelOpaque;
typedef struct nativeOpenChannelOpaque LDKnativeOpenChannel;
struct nativeOpenChannelV2Opaque;
Expand All @@ -249,8 +229,8 @@ struct nativeChannelReadyOpaque;
typedef struct nativeChannelReadyOpaque LDKnativeChannelReady;
struct nativeStfuOpaque;
typedef struct nativeStfuOpaque LDKnativeStfu;
struct nativeSpliceOpaque;
typedef struct nativeSpliceOpaque LDKnativeSplice;
struct nativeSpliceInitOpaque;
typedef struct nativeSpliceInitOpaque LDKnativeSpliceInit;
struct nativeSpliceAckOpaque;
typedef struct nativeSpliceAckOpaque LDKnativeSpliceAck;
struct nativeSpliceLockedOpaque;
Expand Down Expand Up @@ -289,6 +269,8 @@ struct nativeUpdateFailHTLCOpaque;
typedef struct nativeUpdateFailHTLCOpaque LDKnativeUpdateFailHTLC;
struct nativeUpdateFailMalformedHTLCOpaque;
typedef struct nativeUpdateFailMalformedHTLCOpaque LDKnativeUpdateFailMalformedHTLC;
struct nativeCommitmentSignedBatchOpaque;
typedef struct nativeCommitmentSignedBatchOpaque LDKnativeCommitmentSignedBatch;
struct nativeCommitmentSignedOpaque;
typedef struct nativeCommitmentSignedOpaque LDKnativeCommitmentSigned;
struct nativeRevokeAndACKOpaque;
Expand Down Expand Up @@ -347,6 +329,10 @@ struct nativeFutureOpaque;
typedef struct nativeFutureOpaque LDKnativeFuture;
struct nativeSleeperOpaque;
typedef struct nativeSleeperOpaque LDKnativeSleeper;
struct nativeHeldHtlcAvailableOpaque;
typedef struct nativeHeldHtlcAvailableOpaque LDKnativeHeldHtlcAvailable;
struct nativeReleaseHeldHtlcOpaque;
typedef struct nativeReleaseHeldHtlcOpaque LDKnativeReleaseHeldHtlc;
struct nativeCounterpartyCommitmentSecretsOpaque;
typedef struct nativeCounterpartyCommitmentSecretsOpaque LDKnativeCounterpartyCommitmentSecrets;
struct nativeTxCreationKeysOpaque;
Expand Down Expand Up @@ -383,6 +369,16 @@ struct nativePacketOpaque;
typedef struct nativePacketOpaque LDKnativePacket;
struct nativeClaimedHTLCOpaque;
typedef struct nativeClaimedHTLCOpaque LDKnativeClaimedHTLC;
struct nativeReplayEventOpaque;
typedef struct nativeReplayEventOpaque LDKnativeReplayEvent;
struct nativeNonceOpaque;
typedef struct nativeNonceOpaque LDKnativeNonce;
struct nativeRoutingFeesOpaque;
typedef struct nativeRoutingFeesOpaque LDKnativeRoutingFees;
struct nativeRouteHintOpaque;
typedef struct nativeRouteHintOpaque LDKnativeRouteHint;
struct nativeRouteHintHopOpaque;
typedef struct nativeRouteHintHopOpaque LDKnativeRouteHintHop;
struct nativeBolt11InvoiceOpaque;
typedef struct nativeBolt11InvoiceOpaque LDKnativeBolt11Invoice;
struct nativeSignedRawBolt11InvoiceOpaque;
Expand Down Expand Up @@ -415,14 +411,14 @@ struct nativeHostnameOpaque;
typedef struct nativeHostnameOpaque LDKnativeHostname;
struct nativeTransactionU16LenLimitedOpaque;
typedef struct nativeTransactionU16LenLimitedOpaque LDKnativeTransactionU16LenLimited;
struct nativeUntrustedStringOpaque;
typedef struct nativeUntrustedStringOpaque LDKnativeUntrustedString;
struct nativePrintableStringOpaque;
typedef struct nativePrintableStringOpaque LDKnativePrintableString;
struct nativeChannelIdOpaque;
typedef struct nativeChannelIdOpaque LDKnativeChannelId;
struct nativeForwardNodeOpaque;
typedef struct nativeForwardNodeOpaque LDKnativeForwardNode;
struct nativeBlindedPayInfoOpaque;
typedef struct nativeBlindedPayInfoOpaque LDKnativeBlindedPayInfo;
struct nativeBlindedPaymentPathOpaque;
typedef struct nativeBlindedPaymentPathOpaque LDKnativeBlindedPaymentPath;
struct nativePaymentForwardNodeOpaque;
typedef struct nativePaymentForwardNodeOpaque LDKnativePaymentForwardNode;
struct nativeForwardTlvsOpaque;
typedef struct nativeForwardTlvsOpaque LDKnativeForwardTlvs;
struct nativeReceiveTlvsOpaque;
Expand All @@ -441,14 +437,34 @@ struct nativeUtxoFutureOpaque;
typedef struct nativeUtxoFutureOpaque LDKnativeUtxoFuture;
struct nativeOnionMessengerOpaque;
typedef struct nativeOnionMessengerOpaque LDKnativeOnionMessenger;
struct nativeResponderOpaque;
typedef struct nativeResponderOpaque LDKnativeResponder;
struct nativeResponseInstructionOpaque;
typedef struct nativeResponseInstructionOpaque LDKnativeResponseInstruction;
struct nativeDefaultMessageRouterOpaque;
typedef struct nativeDefaultMessageRouterOpaque LDKnativeDefaultMessageRouter;
struct nativeOnionMessagePathOpaque;
typedef struct nativeOnionMessagePathOpaque LDKnativeOnionMessagePath;
struct nativeFilesystemStoreOpaque;
typedef struct nativeFilesystemStoreOpaque LDKnativeFilesystemStore;
struct nativeBlindedPathOpaque;
typedef struct nativeBlindedPathOpaque LDKnativeBlindedPath;
struct nativeInitFeaturesOpaque;
typedef struct nativeInitFeaturesOpaque LDKnativeInitFeatures;
struct nativeNodeFeaturesOpaque;
typedef struct nativeNodeFeaturesOpaque LDKnativeNodeFeatures;
struct nativeChannelFeaturesOpaque;
typedef struct nativeChannelFeaturesOpaque LDKnativeChannelFeatures;
struct nativeBolt11InvoiceFeaturesOpaque;
typedef struct nativeBolt11InvoiceFeaturesOpaque LDKnativeBolt11InvoiceFeatures;
struct nativeOfferFeaturesOpaque;
typedef struct nativeOfferFeaturesOpaque LDKnativeOfferFeatures;
struct nativeInvoiceRequestFeaturesOpaque;
typedef struct nativeInvoiceRequestFeaturesOpaque LDKnativeInvoiceRequestFeatures;
struct nativeBolt12InvoiceFeaturesOpaque;
typedef struct nativeBolt12InvoiceFeaturesOpaque LDKnativeBolt12InvoiceFeatures;
struct nativeBlindedHopFeaturesOpaque;
typedef struct nativeBlindedHopFeaturesOpaque LDKnativeBlindedHopFeatures;
struct nativeChannelTypeFeaturesOpaque;
typedef struct nativeChannelTypeFeaturesOpaque LDKnativeChannelTypeFeatures;
struct nativeEmptyNodeIdLookUpOpaque;
typedef struct nativeEmptyNodeIdLookUpOpaque LDKnativeEmptyNodeIdLookUp;
struct nativeBlindedHopOpaque;
Expand All @@ -473,9 +489,11 @@ struct nativeRevocationBasepointOpaque;
typedef struct nativeRevocationBasepointOpaque LDKnativeRevocationBasepoint;
struct nativeRevocationKeyOpaque;
typedef struct nativeRevocationKeyOpaque LDKnativeRevocationKey;
struct nativeMonitorUpdateIdOpaque;
typedef struct nativeMonitorUpdateIdOpaque LDKnativeMonitorUpdateId;
struct nativeLockedChannelMonitorOpaque;
typedef struct nativeLockedChannelMonitorOpaque LDKnativeLockedChannelMonitor;
struct nativeChainMonitorOpaque;
typedef struct nativeChainMonitorOpaque LDKnativeChainMonitor;
struct nativeBlindedMessagePathOpaque;
typedef struct nativeBlindedMessagePathOpaque LDKnativeBlindedMessagePath;
struct nativeMessageForwardNodeOpaque;
typedef struct nativeMessageForwardNodeOpaque LDKnativeMessageForwardNode;
Loading

0 comments on commit 6c87c5a

Please sign in to comment.