]> git.bitcoin.ninja Git - ldk-java/commit
[C#] Update auto-generated bindings
authorMatt Corallo <git@bluematt.me>
Sun, 1 Sep 2024 13:12:29 +0000 (13:12 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 3 Sep 2024 15:05:16 +0000 (15:05 +0000)
commit9559614da9d99507409cd05379e7de08c72dd493
treee0ed0abe66d061c7cf771c0035713daf67614e0d
parent720e2d4a40ed924d445bef23073e1df671f6ab42
[C#] Update auto-generated bindings
528 files changed:
c_sharp/bindings.c
c_sharp/bindings.c.body
c_sharp/src/org/ldk/enums/BalanceSource.cs [new file with mode: 0644]
c_sharp/src/org/ldk/enums/Bolt12SemanticError.cs
c_sharp/src/org/ldk/enums/ConfirmationTarget.cs
c_sharp/src/org/ldk/enums/CreationError.cs
c_sharp/src/org/ldk/enums/Direction.cs
c_sharp/src/org/ldk/enums/PaymentFailureReason.cs
c_sharp/src/org/ldk/enums/RetryableSendFailure.cs
c_sharp/src/org/ldk/enums/Secp256k1Error.cs
c_sharp/src/org/ldk/impl/bindings.cs
c_sharp/src/org/ldk/structs/APIError.cs
c_sharp/src/org/ldk/structs/AcceptChannel.cs
c_sharp/src/org/ldk/structs/AcceptChannelV2.cs
c_sharp/src/org/ldk/structs/AnchorDescriptor.cs
c_sharp/src/org/ldk/structs/AnnouncementSignatures.cs
c_sharp/src/org/ldk/structs/AsyncPaymentsMessage.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/AsyncPaymentsMessageHandler.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/BackgroundProcessor.cs
c_sharp/src/org/ldk/structs/Balance.cs
c_sharp/src/org/ldk/structs/BlindedForward.cs
c_sharp/src/org/ldk/structs/BlindedHop.cs
c_sharp/src/org/ldk/structs/BlindedHopFeatures.cs
c_sharp/src/org/ldk/structs/BlindedMessagePath.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/BlindedPath.cs [deleted file]
c_sharp/src/org/ldk/structs/BlindedPayInfo.cs
c_sharp/src/org/ldk/structs/BlindedPaymentPath.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/BlindedTail.cs
c_sharp/src/org/ldk/structs/Bolt11Invoice.cs
c_sharp/src/org/ldk/structs/Bolt11InvoiceFeatures.cs
c_sharp/src/org/ldk/structs/Bolt11InvoiceSignature.cs
c_sharp/src/org/ldk/structs/Bolt11ParseError.cs
c_sharp/src/org/ldk/structs/Bolt12Invoice.cs
c_sharp/src/org/ldk/structs/Bolt12InvoiceFeatures.cs
c_sharp/src/org/ldk/structs/Bolt12OfferContext.cs
c_sharp/src/org/ldk/structs/Bolt12PaymentError.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/BumpTransactionEvent.cs
c_sharp/src/org/ldk/structs/CandidateRouteHop.cs
c_sharp/src/org/ldk/structs/ChainMonitor.cs
c_sharp/src/org/ldk/structs/ChainParameters.cs
c_sharp/src/org/ldk/structs/ChannelAnnouncement.cs
c_sharp/src/org/ldk/structs/ChannelConfig.cs
c_sharp/src/org/ldk/structs/ChannelConfigUpdate.cs
c_sharp/src/org/ldk/structs/ChannelCounterparty.cs
c_sharp/src/org/ldk/structs/ChannelDerivationParameters.cs
c_sharp/src/org/ldk/structs/ChannelDetails.cs
c_sharp/src/org/ldk/structs/ChannelFeatures.cs
c_sharp/src/org/ldk/structs/ChannelHandshakeConfig.cs
c_sharp/src/org/ldk/structs/ChannelHandshakeLimits.cs
c_sharp/src/org/ldk/structs/ChannelId.cs
c_sharp/src/org/ldk/structs/ChannelInfo.cs
c_sharp/src/org/ldk/structs/ChannelManager.cs
c_sharp/src/org/ldk/structs/ChannelManagerReadArgs.cs
c_sharp/src/org/ldk/structs/ChannelMessageHandler.cs
c_sharp/src/org/ldk/structs/ChannelMonitor.cs
c_sharp/src/org/ldk/structs/ChannelMonitorUpdate.cs
c_sharp/src/org/ldk/structs/ChannelParameters.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChannelPublicKeys.cs
c_sharp/src/org/ldk/structs/ChannelReady.cs
c_sharp/src/org/ldk/structs/ChannelReestablish.cs
c_sharp/src/org/ldk/structs/ChannelSigner.cs
c_sharp/src/org/ldk/structs/ChannelTransactionParameters.cs
c_sharp/src/org/ldk/structs/ChannelTypeFeatures.cs
c_sharp/src/org/ldk/structs/ChannelUpdate.cs
c_sharp/src/org/ldk/structs/ChannelUpdateInfo.cs
c_sharp/src/org/ldk/structs/ChannelUsage.cs
c_sharp/src/org/ldk/structs/ClaimedHTLC.cs
c_sharp/src/org/ldk/structs/ClosingSigned.cs
c_sharp/src/org/ldk/structs/ClosingTransaction.cs
c_sharp/src/org/ldk/structs/ClosureReason.cs
c_sharp/src/org/ldk/structs/CoinSelection.cs
c_sharp/src/org/ldk/structs/CoinSelectionSource.cs
c_sharp/src/org/ldk/structs/CommitmentSigned.cs
c_sharp/src/org/ldk/structs/CommitmentSignedBatch.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/CommitmentUpdate.cs
c_sharp/src/org/ldk/structs/CommonAcceptChannelFields.cs
c_sharp/src/org/ldk/structs/CommonOpenChannelFields.cs
c_sharp/src/org/ldk/structs/CounterpartyChannelTransactionParameters.cs
c_sharp/src/org/ldk/structs/CustomMessageHandler.cs
c_sharp/src/org/ldk/structs/CustomOnionMessageHandler.cs
c_sharp/src/org/ldk/structs/DefaultMessageRouter.cs
c_sharp/src/org/ldk/structs/DefaultRouter.cs
c_sharp/src/org/ldk/structs/DelayedPaymentKey.cs
c_sharp/src/org/ldk/structs/DelayedPaymentOutputDescriptor.cs
c_sharp/src/org/ldk/structs/Description.cs
c_sharp/src/org/ldk/structs/Destination.cs
c_sharp/src/org/ldk/structs/EcdsaChannelSigner.cs
c_sharp/src/org/ldk/structs/ErroneousField.cs
c_sharp/src/org/ldk/structs/ErrorAction.cs
c_sharp/src/org/ldk/structs/ErrorMessage.cs
c_sharp/src/org/ldk/structs/Event.cs
c_sharp/src/org/ldk/structs/EventHandler.cs
c_sharp/src/org/ldk/structs/EventsProvider.cs
c_sharp/src/org/ldk/structs/FailureCode.cs
c_sharp/src/org/ldk/structs/Filter.cs
c_sharp/src/org/ldk/structs/ForwardNode.cs [deleted file]
c_sharp/src/org/ldk/structs/ForwardTlvs.cs
c_sharp/src/org/ldk/structs/FourTuple_OutPointChannelIdCVec_MonitorEventZPublicKeyZ.cs
c_sharp/src/org/ldk/structs/FundingCreated.cs
c_sharp/src/org/ldk/structs/FundingInfo.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/FundingSigned.cs
c_sharp/src/org/ldk/structs/GraphSyncError.cs
c_sharp/src/org/ldk/structs/HTLCDescriptor.cs
c_sharp/src/org/ldk/structs/HTLCDestination.cs
c_sharp/src/org/ldk/structs/HTLCOutputInCommitment.cs
c_sharp/src/org/ldk/structs/HeldHtlcAvailable.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/HolderCommitmentTransaction.cs
c_sharp/src/org/ldk/structs/HtlcKey.cs
c_sharp/src/org/ldk/structs/IgnoringMessageHandler.cs
c_sharp/src/org/ldk/structs/InMemorySigner.cs
c_sharp/src/org/ldk/structs/InboundHTLCDetails.cs
c_sharp/src/org/ldk/structs/Init.cs
c_sharp/src/org/ldk/structs/InitFeatures.cs
c_sharp/src/org/ldk/structs/Input.cs
c_sharp/src/org/ldk/structs/IntroductionNode.cs
c_sharp/src/org/ldk/structs/InvoiceError.cs
c_sharp/src/org/ldk/structs/InvoiceRequest.cs
c_sharp/src/org/ldk/structs/InvoiceRequestFeatures.cs
c_sharp/src/org/ldk/structs/InvoiceRequestFields.cs
c_sharp/src/org/ldk/structs/InvoiceWithDerivedSigningPubkeyBuilder.cs
c_sharp/src/org/ldk/structs/InvoiceWithExplicitSigningPubkeyBuilder.cs
c_sharp/src/org/ldk/structs/KeysManager.cs
c_sharp/src/org/ldk/structs/LightningError.cs
c_sharp/src/org/ldk/structs/MessageContext.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/MessageForwardNode.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/MessageRouter.cs
c_sharp/src/org/ldk/structs/MessageSendEvent.cs
c_sharp/src/org/ldk/structs/MessageSendEventsProvider.cs
c_sharp/src/org/ldk/structs/MessageSendInstructions.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/MonitorEvent.cs
c_sharp/src/org/ldk/structs/MonitorUpdateId.cs [deleted file]
c_sharp/src/org/ldk/structs/MonitorUpdatingPersister.cs
c_sharp/src/org/ldk/structs/NetworkGraph.cs
c_sharp/src/org/ldk/structs/NetworkUpdate.cs
c_sharp/src/org/ldk/structs/NodeAnnouncement.cs
c_sharp/src/org/ldk/structs/NodeAnnouncementDetails.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/NodeAnnouncementInfo.cs
c_sharp/src/org/ldk/structs/NodeFeatures.cs
c_sharp/src/org/ldk/structs/NodeId.cs
c_sharp/src/org/ldk/structs/NodeInfo.cs
c_sharp/src/org/ldk/structs/NodeSigner.cs
c_sharp/src/org/ldk/structs/Nonce.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Offer.cs
c_sharp/src/org/ldk/structs/OfferFeatures.cs
c_sharp/src/org/ldk/structs/OfferWithDerivedMetadataBuilder.cs
c_sharp/src/org/ldk/structs/OfferWithExplicitMetadataBuilder.cs
c_sharp/src/org/ldk/structs/OffersContext.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/OffersMessage.cs
c_sharp/src/org/ldk/structs/OffersMessageHandler.cs
c_sharp/src/org/ldk/structs/OnionMessage.cs
c_sharp/src/org/ldk/structs/OnionMessageContents.cs
c_sharp/src/org/ldk/structs/OnionMessageHandler.cs
c_sharp/src/org/ldk/structs/OnionMessagePath.cs
c_sharp/src/org/ldk/structs/OnionMessenger.cs
c_sharp/src/org/ldk/structs/OpenChannel.cs
c_sharp/src/org/ldk/structs/OpenChannelV2.cs
c_sharp/src/org/ldk/structs/Option_APIErrorZ.cs
c_sharp/src/org/ldk/structs/Option_AmountZ.cs
c_sharp/src/org/ldk/structs/Option_C2Tuple_OffersMessageResponseInstructionZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_C2Tuple_OnionMessageContentsResponseInstructionZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_C2Tuple_ReleaseHeldHtlcResponseInstructionZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ.cs
c_sharp/src/org/ldk/structs/Option_CVec_SocketAddressZZ.cs
c_sharp/src/org/ldk/structs/Option_ClosureReasonZ.cs
c_sharp/src/org/ldk/structs/Option_EventZ.cs
c_sharp/src/org/ldk/structs/Option_HTLCDestinationZ.cs
c_sharp/src/org/ldk/structs/Option_MaxDustHTLCExposureZ.cs
c_sharp/src/org/ldk/structs/Option_MessageContextZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_MonitorEventZ.cs
c_sharp/src/org/ldk/structs/Option_NetworkUpdateZ.cs
c_sharp/src/org/ldk/structs/Option_NodeAnnouncementInfoZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_OffersContextZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_OffersMessageZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Option_PathFailureZ.cs
c_sharp/src/org/ldk/structs/Option_PaymentContextZ.cs
c_sharp/src/org/ldk/structs/Option_QuantityZ.cs
c_sharp/src/org/ldk/structs/Option_SecretKeyZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Option_SocketAddressZ.cs
c_sharp/src/org/ldk/structs/OutPoint.cs
c_sharp/src/org/ldk/structs/OutboundHTLCDetails.cs
c_sharp/src/org/ldk/structs/OutputSpendStatus.cs
c_sharp/src/org/ldk/structs/OutputSpender.cs
c_sharp/src/org/ldk/structs/OutputSweeper.cs
c_sharp/src/org/ldk/structs/ParseOrSemanticError.cs
c_sharp/src/org/ldk/structs/ParsedOnionMessageContents.cs
c_sharp/src/org/ldk/structs/Path.cs
c_sharp/src/org/ldk/structs/PathFailure.cs
c_sharp/src/org/ldk/structs/Payee.cs
c_sharp/src/org/ldk/structs/PaymentContext.cs
c_sharp/src/org/ldk/structs/PaymentForwardNode.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/PaymentParameters.cs
c_sharp/src/org/ldk/structs/PaymentPurpose.cs
c_sharp/src/org/ldk/structs/PaymentSendFailure.cs
c_sharp/src/org/ldk/structs/PeeledOnion.cs
c_sharp/src/org/ldk/structs/PeerDetails.cs
c_sharp/src/org/ldk/structs/PeerManager.cs
c_sharp/src/org/ldk/structs/PendingHTLCInfo.cs
c_sharp/src/org/ldk/structs/PendingHTLCRouting.cs
c_sharp/src/org/ldk/structs/Persist.cs
c_sharp/src/org/ldk/structs/PhantomRouteHints.cs
c_sharp/src/org/ldk/structs/PrivateRoute.cs
c_sharp/src/org/ldk/structs/ProbabilisticScorer.cs
c_sharp/src/org/ldk/structs/ProbabilisticScoringFeeParameters.cs
c_sharp/src/org/ldk/structs/ProbeSendFailure.cs
c_sharp/src/org/ldk/structs/RapidGossipSync.cs
c_sharp/src/org/ldk/structs/RawBolt11Invoice.cs
c_sharp/src/org/ldk/structs/RawDataPart.cs
c_sharp/src/org/ldk/structs/ReceiveTlvs.cs
c_sharp/src/org/ldk/structs/RecentPaymentDetails.cs
c_sharp/src/org/ldk/structs/RecipientOnionFields.cs
c_sharp/src/org/ldk/structs/Record.cs
c_sharp/src/org/ldk/structs/Refund.cs
c_sharp/src/org/ldk/structs/RefundMaybeWithDerivedMetadataBuilder.cs
c_sharp/src/org/ldk/structs/ReleaseHeldHtlc.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ReplayEvent.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Responder.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ResponseInstruction.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_AcceptChannelDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_AcceptChannelV2DecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_AnnouncementSignaturesDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_AsyncPaymentsMessageDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_BestBlockDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_BigSizeDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_BlindedFailureDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_BlindedForwardDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_BlindedHopDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_BlindedHopFeaturesDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_BlindedMessagePathDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_BlindedMessagePathNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_BlindedPathDecodeErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_BlindedPathNoneZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_BlindedPayInfoDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_BlindedPaymentPathNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_BlindedTailDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_Bolt11InvoiceBolt11SemanticErrorZ.cs
c_sharp/src/org/ldk/structs/Result_Bolt11InvoiceFeaturesDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_Bolt11InvoiceParseOrSemanticErrorZ.cs
c_sharp/src/org/ldk/structs/Result_Bolt11InvoiceSignOrCreationErrorZ.cs
c_sharp/src/org/ldk/structs/Result_Bolt12InvoiceBolt12SemanticErrorZ.cs
c_sharp/src/org/ldk/structs/Result_Bolt12InvoiceDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_Bolt12InvoiceFeaturesDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_Bolt12OfferContextDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_Bolt12RefundContextDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_BuiltCommitmentTransactionDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_C2Tuple_BestBlockOutputSweeperZDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_C2Tuple_BlindedPayInfoBlindedPathZNoneZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_C2Tuple_ThirtyTwoBytesChannelMonitorZDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZPaymentSendFailureZ.cs
c_sharp/src/org/ldk/structs/Result_C3Tuple_PublicKeyOnionMessageCOption_CVec_SocketAddressZZZSendErrorZ.cs
c_sharp/src/org/ldk/structs/Result_COption_APIErrorZDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_COption_ClosureReasonZDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_COption_EventZDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_COption_HTLCDestinationZDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_COption_InboundHTLCStateDetailsZDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_COption_MonitorEventZDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_COption_NetworkUpdateZDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_COption_OnionMessageContentsZDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_COption_OutboundHTLCStateDetailsZDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_COption_PathFailureZDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_COption_PaymentFailureReasonZDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_COption_TypeZDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_CVec_BlindedMessagePathZNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_CVec_BlindedPathZNoneZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_CVec_BlindedPaymentPathZNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_CVec_C2Tuple_BlindedPayInfoBlindedPathZZNoneZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbeSendFailureZ.cs
c_sharp/src/org/ldk/structs/Result_CVec_UtxoZNoneZ.cs
c_sharp/src/org/ldk/structs/Result_CVec_u8ZPeerHandleErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ChannelAnnouncementDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ChannelConfigDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ChannelCounterpartyDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ChannelDerivationParametersDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ChannelDetailsDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ChannelFeaturesDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ChannelIdAPIErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ChannelIdDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ChannelInfoDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ChannelMonitorUpdateDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ChannelPublicKeysDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ChannelReadyDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ChannelReestablishDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ChannelShutdownStateDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ChannelTransactionParametersDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ChannelTypeFeaturesDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ChannelUpdateDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ChannelUpdateInfoDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ClaimedHTLCDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ClosingSignedDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ClosingSignedFeeRangeDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_CoinSelectionNoneZ.cs
c_sharp/src/org/ldk/structs/Result_CommitmentSignedBatchDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_CommitmentSignedDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_CommitmentTransactionDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_CounterpartyChannelTransactionParametersDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_CounterpartyCommitmentSecretsDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_CounterpartyForwardingInfoDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_DelayedPaymentBasepointDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_DelayedPaymentKeyDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_DelayedPaymentOutputDescriptorDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_DescriptionCreationErrorZ.cs
c_sharp/src/org/ldk/structs/Result_EcdsaChannelSignerDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ErrorMessageDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_FinalOnionHopDataDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_FixedPenaltyScorerDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_FundingCreatedDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_FundingInfoDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_FundingSignedDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_GossipTimestampFilterDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_HTLCDescriptorDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_HTLCOutputInCommitmentDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_HTLCUpdateDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_HeldHtlcAvailableDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_HolderCommitmentTransactionDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_HostnameDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_HtlcBasepointDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_HtlcKeyDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_InFlightHtlcsDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_InMemorySignerDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_InboundHTLCDetailsDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_InitDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_InitFeaturesDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_InvoiceErrorDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_InvoiceRequestBolt12SemanticErrorZ.cs
c_sharp/src/org/ldk/structs/Result_InvoiceRequestFieldsDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_MaxDustHTLCExposureDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_MessageContextDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NetworkGraphDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_NodeAliasDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_NodeAnnouncementDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_NodeAnnouncementInfoDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_NodeFeaturesDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_NodeIdDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_NodeInfoDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_NonceDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NoneAPIErrorZ.cs
c_sharp/src/org/ldk/structs/Result_NoneLightningErrorZ.cs
c_sharp/src/org/ldk/structs/Result_NonePaymentSendFailureZ.cs
c_sharp/src/org/ldk/structs/Result_NonePeerHandleErrorZ.cs
c_sharp/src/org/ldk/structs/Result_NoneReplayEventZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NoneSendErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_OfferBolt12ParseErrorZ.cs
c_sharp/src/org/ldk/structs/Result_OfferBolt12SemanticErrorZ.cs
c_sharp/src/org/ldk/structs/Result_OfferDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_OfferIdDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_OfferWithDerivedMetadataBuilderBolt12SemanticErrorZ.cs
c_sharp/src/org/ldk/structs/Result_OffersContextDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_OffersMessageDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_OnionMessageDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_OnionMessagePathNoneZ.cs
c_sharp/src/org/ldk/structs/Result_OnionPacketDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_OpenChannelDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_OpenChannelV2DecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_OutPointDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_OutboundHTLCDetailsDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_OutputSpendStatusDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_OutputSweeperDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_PayeePubKeySecp256k1ErrorZ.cs
c_sharp/src/org/ldk/structs/Result_PaymentConstraintsDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_PaymentContextDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_PaymentFailureReasonDecodeErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_PaymentParametersDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_PaymentPurposeDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_PaymentRelayDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_PendingHTLCInfoDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_PendingHTLCInfoInboundHTLCErrZ.cs
c_sharp/src/org/ldk/structs/Result_PendingHTLCRoutingDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_PhantomRouteHintsDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_PingDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_PongDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_PositiveTimestampCreationErrorZ.cs
c_sharp/src/org/ldk/structs/Result_PrivateRouteCreationErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ProbabilisticScorerDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_QueryChannelRangeDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_QueryShortChannelIdsDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_RecipientOnionFieldsDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_RecipientOnionFieldsNoneZ.cs
c_sharp/src/org/ldk/structs/Result_RefundBolt12ParseErrorZ.cs
c_sharp/src/org/ldk/structs/Result_RefundBolt12SemanticErrorZ.cs
c_sharp/src/org/ldk/structs/Result_RefundDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_RefundMaybeWithDerivedMetadataBuilderBolt12SemanticErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ReleaseHeldHtlcDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ReplyChannelRangeDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ReplyShortChannelIdsEndDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ResponderDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_RetryDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_RevocationBasepointDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_RevocationKeyDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_RevokeAndACKDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_RouteDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_RouteHintDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_RouteHintHopDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_RouteHopDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_RouteLightningErrorZ.cs
c_sharp/src/org/ldk/structs/Result_RouteParametersDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_RoutingFeesDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_SendSuccessSendErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ShutdownDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ShutdownScriptDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ShutdownScriptInvalidShutdownScriptZ.cs
c_sharp/src/org/ldk/structs/Result_ShutdownScriptNoneZ.cs
c_sharp/src/org/ldk/structs/Result_SiPrefixBolt11ParseErrorZ.cs
c_sharp/src/org/ldk/structs/Result_SignedRawBolt11InvoiceBolt11ParseErrorZ.cs
c_sharp/src/org/ldk/structs/Result_SocketAddressDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_SocketAddressSocketAddressParseErrorZ.cs
c_sharp/src/org/ldk/structs/Result_SpendableOutputDescriptorDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_SpliceAckDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_SpliceDecodeErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_SpliceInitDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_SpliceLockedDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_StaticPaymentOutputDescriptorDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_StfuDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_StrSecp256k1ErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_ThirtyTwoBytesAPIErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ThirtyTwoBytesPaymentSendFailureZ.cs
c_sharp/src/org/ldk/structs/Result_TrackedSpendableOutputDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_TransactionU16LenLimitedDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_TransactionU16LenLimitedNoneZ.cs
c_sharp/src/org/ldk/structs/Result_TxAbortDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_TxAckRbfDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_TxAddInputDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_TxAddOutputDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_TxCompleteDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_TxCreationKeysDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_TxInitRbfDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_TxRemoveInputDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_TxRemoveOutputDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_TxSignaturesDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_UnknownPaymentContextDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_UnsignedBolt12InvoiceBolt12SemanticErrorZ.cs
c_sharp/src/org/ldk/structs/Result_UnsignedChannelAnnouncementDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_UnsignedChannelUpdateDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_UnsignedInvoiceRequestBolt12SemanticErrorZ.cs
c_sharp/src/org/ldk/structs/Result_UnsignedNodeAnnouncementDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_UntrustedStringDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_UpdateAddHTLCDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_UpdateFailHTLCDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_UpdateFailMalformedHTLCDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_UpdateFeeDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_UpdateFulfillHTLCDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_VerifiedInvoiceRequestNoneZ.cs
c_sharp/src/org/ldk/structs/Result_WarningMessageDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_WriteableEcdsaChannelSignerDecodeErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result__u832NoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_boolLightningErrorZ.cs
c_sharp/src/org/ldk/structs/Result_boolPeerHandleErrorZ.cs
c_sharp/src/org/ldk/structs/Result_u32GraphSyncErrorZ.cs
c_sharp/src/org/ldk/structs/RevocationKey.cs
c_sharp/src/org/ldk/structs/RevokeAndACK.cs
c_sharp/src/org/ldk/structs/Route.cs
c_sharp/src/org/ldk/structs/RouteHint.cs
c_sharp/src/org/ldk/structs/RouteHintHop.cs
c_sharp/src/org/ldk/structs/RouteHop.cs
c_sharp/src/org/ldk/structs/RouteParameters.cs
c_sharp/src/org/ldk/structs/Router.cs
c_sharp/src/org/ldk/structs/RoutingFees.cs
c_sharp/src/org/ldk/structs/RoutingMessageHandler.cs
c_sharp/src/org/ldk/structs/ScoreLookUp.cs
c_sharp/src/org/ldk/structs/Shutdown.cs
c_sharp/src/org/ldk/structs/ShutdownScript.cs
c_sharp/src/org/ldk/structs/SignedRawBolt11Invoice.cs
c_sharp/src/org/ldk/structs/SignerProvider.cs
c_sharp/src/org/ldk/structs/Sleeper.cs
c_sharp/src/org/ldk/structs/SocketAddress.cs
c_sharp/src/org/ldk/structs/SpendableOutputDescriptor.cs
c_sharp/src/org/ldk/structs/Splice.cs [deleted file]
c_sharp/src/org/ldk/structs/SpliceAck.cs
c_sharp/src/org/ldk/structs/SpliceInit.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/SpliceLocked.cs
c_sharp/src/org/ldk/structs/StaticPaymentOutputDescriptor.cs
c_sharp/src/org/ldk/structs/Stfu.cs
c_sharp/src/org/ldk/structs/ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ.cs
c_sharp/src/org/ldk/structs/ThreeTuple_OffersMessageDestinationBlindedPathZ.cs [deleted file]
c_sharp/src/org/ldk/structs/ThreeTuple_OnionMessageContentsDestinationBlindedPathZ.cs [deleted file]
c_sharp/src/org/ldk/structs/ThreeTuple_PublicKeyOnionMessageCOption_CVec_SocketAddressZZZ.cs
c_sharp/src/org/ldk/structs/ThreeTuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZ.cs
c_sharp/src/org/ldk/structs/ThreeTuple_ThirtyTwoBytesRecipientOnionFieldsRouteParametersZ.cs
c_sharp/src/org/ldk/structs/ThreeTuple_ThirtyTwoBytesu32COption_ThirtyTwoBytesZZ.cs
c_sharp/src/org/ldk/structs/TrackedSpendableOutput.cs
c_sharp/src/org/ldk/structs/TransactionU16LenLimited.cs
c_sharp/src/org/ldk/structs/TwoTuple_AsyncPaymentsMessageMessageSendInstructionsZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_BestBlockOutputSweeperZ.cs
c_sharp/src/org/ldk/structs/TwoTuple_BlindedPayInfoBlindedPathZ.cs [deleted file]
c_sharp/src/org/ldk/structs/TwoTuple_ChannelIdPublicKeyZ.cs
c_sharp/src/org/ldk/structs/TwoTuple_OffersMessageMessageSendInstructionsZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_OffersMessageResponseInstructionZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_OnionMessageContentsMessageSendInstructionsZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_OnionMessageContentsResponseInstructionZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_OutPointCVec_MonitorUpdateIdZZ.cs [deleted file]
c_sharp/src/org/ldk/structs/TwoTuple_OutPointCVec_u64ZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_OutPointCVec_u8ZZ.cs
c_sharp/src/org/ldk/structs/TwoTuple_OutPointChannelIdZ.cs
c_sharp/src/org/ldk/structs/TwoTuple_PublicKeyCVec_SocketAddressZZ.cs [deleted file]
c_sharp/src/org/ldk/structs/TwoTuple_ReleaseHeldHtlcResponseInstructionZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_ThirtyTwoBytesChannelManagerZ.cs
c_sharp/src/org/ldk/structs/TwoTuple_ThirtyTwoBytesChannelMonitorZ.cs
c_sharp/src/org/ldk/structs/TxAbort.cs
c_sharp/src/org/ldk/structs/TxAckRbf.cs
c_sharp/src/org/ldk/structs/TxAddInput.cs
c_sharp/src/org/ldk/structs/TxAddOutput.cs
c_sharp/src/org/ldk/structs/TxComplete.cs
c_sharp/src/org/ldk/structs/TxCreationKeys.cs
c_sharp/src/org/ldk/structs/TxInitRbf.cs
c_sharp/src/org/ldk/structs/TxRemoveInput.cs
c_sharp/src/org/ldk/structs/TxRemoveOutput.cs
c_sharp/src/org/ldk/structs/TxSignatures.cs
c_sharp/src/org/ldk/structs/UnsignedBolt12Invoice.cs
c_sharp/src/org/ldk/structs/UnsignedChannelAnnouncement.cs
c_sharp/src/org/ldk/structs/UnsignedChannelUpdate.cs
c_sharp/src/org/ldk/structs/UnsignedGossipMessage.cs
c_sharp/src/org/ldk/structs/UnsignedInvoiceRequest.cs
c_sharp/src/org/ldk/structs/UnsignedNodeAnnouncement.cs
c_sharp/src/org/ldk/structs/UntrustedString.cs
c_sharp/src/org/ldk/structs/UpdateAddHTLC.cs
c_sharp/src/org/ldk/structs/UpdateFailHTLC.cs
c_sharp/src/org/ldk/structs/UpdateFailMalformedHTLC.cs
c_sharp/src/org/ldk/structs/UpdateFee.cs
c_sharp/src/org/ldk/structs/UpdateFulfillHTLC.cs
c_sharp/src/org/ldk/structs/UserConfig.cs
c_sharp/src/org/ldk/structs/UtilMethods.cs
c_sharp/src/org/ldk/structs/Utxo.cs
c_sharp/src/org/ldk/structs/UtxoLookup.cs
c_sharp/src/org/ldk/structs/UtxoResult.cs
c_sharp/src/org/ldk/structs/VerifiedInvoiceRequest.cs
c_sharp/src/org/ldk/structs/WarningMessage.cs
c_sharp/src/org/ldk/structs/Watch.cs
c_sharp/src/org/ldk/structs/WatchedOutput.cs
c_sharp/src/org/ldk/structs/WriteableEcdsaChannelSigner.cs [deleted file]