[C#] Update auto-generated files
authorMatt Corallo <git@bluematt.me>
Thu, 7 Sep 2023 16:20:15 +0000 (16:20 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 7 Sep 2023 16:20:15 +0000 (16:20 +0000)
commitc6777737ea14e7814b0fa7d6fe16536f31d4a82b
treee6b4046a6d3b85d9b4a8737cfc66e1783e41d4b3
parentee72c84d4bf9e2404e02fe20155efb502ceaee1b
[C#] Update auto-generated files
462 files changed:
c_sharp/src/org/ldk/enums/AccessError.cs [deleted file]
c_sharp/src/org/ldk/enums/Bolt11SemanticError.cs [new file with mode: 0644]
c_sharp/src/org/ldk/enums/Bolt12SemanticError.cs [new file with mode: 0644]
c_sharp/src/org/ldk/enums/ChannelShutdownState.cs [new file with mode: 0644]
c_sharp/src/org/ldk/enums/ConfirmationTarget.cs
c_sharp/src/org/ldk/enums/CreationError.cs
c_sharp/src/org/ldk/enums/FailureCode.cs [new file with mode: 0644]
c_sharp/src/org/ldk/enums/PaymentFailureReason.cs [new file with mode: 0644]
c_sharp/src/org/ldk/enums/Recipient.cs
c_sharp/src/org/ldk/enums/RetryableSendFailure.cs [new file with mode: 0644]
c_sharp/src/org/ldk/enums/SemanticError.cs [deleted file]
c_sharp/src/org/ldk/enums/UtxoLookupError.cs [new file with mode: 0644]
c_sharp/src/org/ldk/impl/bindings.cs
c_sharp/src/org/ldk/impl/version.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 [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Access.cs [deleted file]
c_sharp/src/org/ldk/structs/Amount.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/AnchorDescriptor.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/AnnouncementSignatures.cs
c_sharp/src/org/ldk/structs/BackgroundProcessor.cs
c_sharp/src/org/ldk/structs/Balance.cs
c_sharp/src/org/ldk/structs/BaseSign.cs [deleted file]
c_sharp/src/org/ldk/structs/BestBlock.cs
c_sharp/src/org/ldk/structs/BigSize.cs
c_sharp/src/org/ldk/structs/BlindedHop.cs
c_sharp/src/org/ldk/structs/BlindedHopFeatures.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/BlindedPath.cs
c_sharp/src/org/ldk/structs/BlindedPayInfo.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/BlindedTail.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Bolt11Invoice.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Bolt11InvoiceFeatures.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Bolt11InvoiceSignature.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Bolt11ParseError.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Bolt12Invoice.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Bolt12InvoiceFeatures.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Bolt12ParseError.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/BroadcasterInterface.cs
c_sharp/src/org/ldk/structs/BuiltCommitmentTransaction.cs
c_sharp/src/org/ldk/structs/BumpTransactionEvent.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/BumpTransactionEventHandler.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChainMonitor.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 [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChannelCounterparty.cs
c_sharp/src/org/ldk/structs/ChannelDerivationParameters.cs [new file with mode: 0644]
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/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/ChannelReady.cs
c_sharp/src/org/ldk/structs/ChannelReestablish.cs
c_sharp/src/org/ldk/structs/ChannelSigner.cs [new file with mode: 0644]
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/ChannelUsage.cs
c_sharp/src/org/ldk/structs/ClosingSigned.cs
c_sharp/src/org/ldk/structs/ClosingSignedFeeRange.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 [new file with mode: 0644]
c_sharp/src/org/ldk/structs/CoinSelectionSource.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/CommitmentSigned.cs
c_sharp/src/org/ldk/structs/CommitmentUpdate.cs
c_sharp/src/org/ldk/structs/Confirm.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/DataLossProtect.cs [deleted file]
c_sharp/src/org/ldk/structs/DefaultMessageRouter.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/DefaultRouter.cs
c_sharp/src/org/ldk/structs/DelayedPaymentOutputDescriptor.cs
c_sharp/src/org/ldk/structs/Description.cs
c_sharp/src/org/ldk/structs/DirectedChannelTransactionParameters.cs
c_sharp/src/org/ldk/structs/EcdsaChannelSigner.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/EffectiveCapacity.cs
c_sharp/src/org/ldk/structs/EntropySource.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ErroneousField.cs [new file with mode: 0644]
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/ExpandedKey.cs
c_sharp/src/org/ldk/structs/ExpiryTime.cs
c_sharp/src/org/ldk/structs/Fallback.cs
c_sharp/src/org/ldk/structs/FeeEstimator.cs
c_sharp/src/org/ldk/structs/FilesystemPersister.cs
c_sharp/src/org/ldk/structs/FundingCreated.cs
c_sharp/src/org/ldk/structs/FundingSigned.cs
c_sharp/src/org/ldk/structs/Future.cs
c_sharp/src/org/ldk/structs/GossipTimestampFilter.cs
c_sharp/src/org/ldk/structs/GraphSyncError.cs
c_sharp/src/org/ldk/structs/HTLCDescriptor.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/HTLCOutputInCommitment.cs
c_sharp/src/org/ldk/structs/Hostname.cs
c_sharp/src/org/ldk/structs/IgnoringMessageHandler.cs
c_sharp/src/org/ldk/structs/InFlightHtlcs.cs
c_sharp/src/org/ldk/structs/InMemorySigner.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 [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Invoice.cs [deleted file]
c_sharp/src/org/ldk/structs/InvoiceError.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/InvoiceFeatures.cs [deleted file]
c_sharp/src/org/ldk/structs/InvoicePayer.cs [deleted file]
c_sharp/src/org/ldk/structs/InvoiceRequest.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/InvoiceRequestFeatures.cs
c_sharp/src/org/ldk/structs/InvoiceSignature.cs [deleted file]
c_sharp/src/org/ldk/structs/KeysInterface.cs [deleted file]
c_sharp/src/org/ldk/structs/KeysManager.cs
c_sharp/src/org/ldk/structs/LightningError.cs
c_sharp/src/org/ldk/structs/LockableScore.cs
c_sharp/src/org/ldk/structs/MaxDustHTLCExposure.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/MessageHandler.cs
c_sharp/src/org/ldk/structs/MessageRouter.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/MessageSendEvent.cs
c_sharp/src/org/ldk/structs/MessageSendEventsProvider.cs
c_sharp/src/org/ldk/structs/MinFinalCltvExpiry.cs [deleted file]
c_sharp/src/org/ldk/structs/MinFinalCltvExpiryDelta.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/MonitorUpdateId.cs
c_sharp/src/org/ldk/structs/MultiThreadedLockableScore.cs
c_sharp/src/org/ldk/structs/MultiThreadedScoreLock.cs
c_sharp/src/org/ldk/structs/NetAddress.cs
c_sharp/src/org/ldk/structs/NetworkGraph.cs
c_sharp/src/org/ldk/structs/NodeAnnouncement.cs
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 [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Offer.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/OfferFeatures.cs
c_sharp/src/org/ldk/structs/OffersMessage.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/OffersMessageHandler.cs [new file with mode: 0644]
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 [new file with mode: 0644]
c_sharp/src/org/ldk/structs/OnionMessenger.cs
c_sharp/src/org/ldk/structs/OpenChannel.cs
c_sharp/src/org/ldk/structs/OpenChannelV2.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_APIErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_AccessZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Option_BlockHashZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_C2Tuple_EightU16sEightU16sZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_CVec_ChainHashZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_CVec_NetAddressZZ.cs
c_sharp/src/org/ldk/structs/Option_CVec_u8ZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_ChannelShutdownStateZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_ClosureReasonZ.cs
c_sharp/src/org/ldk/structs/Option_CustomOnionMessageContentsZ.cs
c_sharp/src/org/ldk/structs/Option_DurationZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_EventZ.cs
c_sharp/src/org/ldk/structs/Option_FilterZ.cs
c_sharp/src/org/ldk/structs/Option_HTLCDestinationZ.cs
c_sharp/src/org/ldk/structs/Option_KeyPairZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_MaxDustHTLCExposureZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_MonitorEventZ.cs
c_sharp/src/org/ldk/structs/Option_NetAddressZ.cs
c_sharp/src/org/ldk/structs/Option_NetworkUpdateZ.cs
c_sharp/src/org/ldk/structs/Option_OffersMessageZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_PackedLockTimeZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_PathFailureZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_PaymentFailureReasonZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_PaymentHashZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_PaymentIdZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_PaymentPreimageZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_PaymentSecretZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_ScalarZ.cs
c_sharp/src/org/ldk/structs/Option_ScriptZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_TxOutZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_TxidZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_TypeZ.cs
c_sharp/src/org/ldk/structs/Option_UtxoLookupZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_WriteableScoreZ.cs
c_sharp/src/org/ldk/structs/Option_i64Z.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/OutPoint.cs
c_sharp/src/org/ldk/structs/P2PGossipSync.cs
c_sharp/src/org/ldk/structs/ParseError.cs [deleted file]
c_sharp/src/org/ldk/structs/ParseOrSemanticError.cs
c_sharp/src/org/ldk/structs/Path.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/PathFailure.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Payee.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/PayeePubKey.cs
c_sharp/src/org/ldk/structs/Payer.cs [deleted file]
c_sharp/src/org/ldk/structs/PaymentError.cs
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/PeerHandleError.cs
c_sharp/src/org/ldk/structs/PeerManager.cs
c_sharp/src/org/ldk/structs/Persist.cs
c_sharp/src/org/ldk/structs/Persister.cs
c_sharp/src/org/ldk/structs/PhantomKeysManager.cs
c_sharp/src/org/ldk/structs/PhantomRouteHints.cs
c_sharp/src/org/ldk/structs/Ping.cs
c_sharp/src/org/ldk/structs/Pong.cs
c_sharp/src/org/ldk/structs/PositiveTimestamp.cs
c_sharp/src/org/ldk/structs/PrivateRoute.cs
c_sharp/src/org/ldk/structs/ProbabilisticScorer.cs
c_sharp/src/org/ldk/structs/ProbabilisticScoringDecayParameters.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ProbabilisticScoringFeeParameters.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ProbabilisticScoringParameters.cs [deleted file]
c_sharp/src/org/ldk/structs/Quantity.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/QueryChannelRange.cs
c_sharp/src/org/ldk/structs/QueryShortChannelIds.cs
c_sharp/src/org/ldk/structs/RapidGossipSync.cs
c_sharp/src/org/ldk/structs/RawBolt11Invoice.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/RawDataPart.cs
c_sharp/src/org/ldk/structs/RawInvoice.cs [deleted file]
c_sharp/src/org/ldk/structs/RecentPaymentDetails.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/RecipientOnionFields.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Refund.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ReplyChannelRange.cs
c_sharp/src/org/ldk/structs/ReplyShortChannelIdsEnd.cs
c_sharp/src/org/ldk/structs/Result_AcceptChannelDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_AcceptChannelV2DecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_AnnouncementSignaturesDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_BigSizeDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_BlindedHopDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_BlindedHopFeaturesDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_BlindedPathDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_BlindedPayInfoDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_BlindedTailDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_Bolt11InvoiceBolt11SemanticErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_Bolt11InvoiceFeaturesDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_Bolt11InvoiceParseOrSemanticErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_Bolt11InvoiceSignOrCreationErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_Bolt12InvoiceFeaturesDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_BuiltCommitmentTransactionDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_C2Tuple_PartiallySignedTransactionusizeZNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ.cs
c_sharp/src/org/ldk/structs/Result_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_C2Tuple_SignatureSignatureZNoneZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_COption_APIErrorZDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_COption_ClosureReasonZDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_COption_CustomOnionMessageContentsZDecodeErrorZ.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_KeyPairZNoneZ.cs [new file with mode: 0644]
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_PathFailureZDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_COption_TypeZDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_CVec_UtxoZNoneZ.cs [new file with mode: 0644]
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_ChannelDetailsDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ChannelFeaturesDecodeErrorZ.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 [new file with mode: 0644]
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_ClosingSignedDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ClosingSignedFeeRangeDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_CoinSelectionNoneZ.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_DelayedPaymentOutputDescriptorDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ErrorMessageDecodeErrorZ.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_FundingSignedDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_GossipTimestampFilterDecodeErrorZ.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_HolderCommitmentTransactionDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_HostnameDecodeErrorZ.cs [new file with mode: 0644]
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_InitDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_InitFeaturesDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_InvoiceErrorDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_InvoiceFeaturesDecodeErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_InvoiceParseOrSemanticErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_InvoiceRequestFeaturesDecodeErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_InvoiceSemanticErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_InvoiceSignOrCreationErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_MaxDustHTLCExposureDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NetAddressDecodeErrorZ.cs
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_NoneAPIErrorZ.cs
c_sharp/src/org/ldk/structs/Result_NoneBolt11SemanticErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NonePaymentErrorZ.cs
c_sharp/src/org/ldk/structs/Result_NonePaymentSendFailureZ.cs
c_sharp/src/org/ldk/structs/Result_NoneRetryableSendFailureZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NoneSemanticErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_NoneSendErrorZ.cs
c_sharp/src/org/ldk/structs/Result_OfferBolt12ParseErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_OfferFeaturesDecodeErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_OffersMessageDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_OnionMessageDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_OnionMessagePathNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_OpenChannelDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_OpenChannelV2DecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_OutPointDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_PartiallySignedTransactionNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_PaymentFailureReasonDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_PaymentHashPaymentSendFailureZ.cs
c_sharp/src/org/ldk/structs/Result_PaymentHashRetryableSendFailureZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_PaymentIdPaymentErrorZ.cs
c_sharp/src/org/ldk/structs/Result_PaymentParametersDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_PaymentPreimageAPIErrorZ.cs
c_sharp/src/org/ldk/structs/Result_PaymentPurposeDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_PaymentSecretAPIErrorZ.cs [deleted file]
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_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 [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_RefundBolt12ParseErrorZ.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_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_RouteParametersDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_RoutingFeesDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ScriptNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_SecretKeyNoneZ.cs [deleted file]
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_ShutdownScriptNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_SiPrefixBolt11ParseErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_SiPrefixParseErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_SignDecodeErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_SignedRawBolt11InvoiceBolt11ParseErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_SignedRawInvoiceParseErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_SpendableOutputDescriptorDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_StaticPaymentOutputDescriptorDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_TransactionU16LenLimitedDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_TransactionU16LenLimitedNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_TxAbortDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_TxAckRbfDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_TxAddInputDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_TxAddOutputDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_TxCompleteDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_TxCreationKeysDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_TxInitRbfDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_TxOutAccessErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_TxOutUtxoLookupErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_TxRemoveInputDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_TxRemoveOutputDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_TxSignaturesDecodeErrorZ.cs [new file with mode: 0644]
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_UnsignedNodeAnnouncementDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_UntrustedStringDecodeErrorZ.cs [new file with mode: 0644]
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_WarningMessageDecodeErrorZ.cs
c_sharp/src/org/ldk/structs/Result_WriteableEcdsaChannelSignerDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result__u832APIErrorZ.cs
c_sharp/src/org/ldk/structs/Result_u32GraphSyncErrorZ.cs
c_sharp/src/org/ldk/structs/Retry.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/Score.cs
c_sharp/src/org/ldk/structs/ScorerAccountingForInFlightHtlcs.cs
c_sharp/src/org/ldk/structs/Sha256.cs
c_sharp/src/org/ldk/structs/Shutdown.cs
c_sharp/src/org/ldk/structs/Sign.cs [deleted file]
c_sharp/src/org/ldk/structs/SignOrCreationError.cs
c_sharp/src/org/ldk/structs/SignedRawBolt11Invoice.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/SignedRawInvoice.cs [deleted file]
c_sharp/src/org/ldk/structs/SignerProvider.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Sleeper.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/SocketDescriptor.cs
c_sharp/src/org/ldk/structs/SpendableOutputDescriptor.cs
c_sharp/src/org/ldk/structs/StaticPaymentOutputDescriptor.cs
c_sharp/src/org/ldk/structs/ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ.cs
c_sharp/src/org/ldk/structs/ThreeTuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ThreeTuple_RawInvoice_u832InvoiceSignatureZ.cs [deleted file]
c_sharp/src/org/ldk/structs/TransactionU16LenLimited.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TrustedCommitmentTransaction.cs
c_sharp/src/org/ldk/structs/TwoTuple_BlindedPayInfoBlindedPathZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_BlockHashChannelManagerZ.cs
c_sharp/src/org/ldk/structs/TwoTuple_PartiallySignedTransactionusizeZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_PublicKeyCOption_NetAddressZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_PublicKeyTypeZ.cs
c_sharp/src/org/ldk/structs/TwoTuple_SignatureSignatureZ.cs [deleted file]
c_sharp/src/org/ldk/structs/TwoTuple_TxidBlockHashZ.cs [deleted file]
c_sharp/src/org/ldk/structs/TwoTuple_TxidCOption_BlockHashZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_Z.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple__u168_u168Z.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TxAbort.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TxAckRbf.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TxAddInput.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TxAddOutput.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TxComplete.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TxIn.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TxInitRbf.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TxOut.cs
c_sharp/src/org/ldk/structs/TxRemoveInput.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TxRemoveOutput.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TxSignatures.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/UnsignedBolt12Invoice.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/UnsignedChannelAnnouncement.cs
c_sharp/src/org/ldk/structs/UnsignedChannelUpdate.cs
c_sharp/src/org/ldk/structs/UnsignedGossipMessage.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/UnsignedInvoiceRequest.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/UnsignedNodeAnnouncement.cs
c_sharp/src/org/ldk/structs/UntrustedString.cs [new file with mode: 0644]
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 [new file with mode: 0644]
c_sharp/src/org/ldk/structs/UtxoFuture.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/UtxoLookup.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/UtxoResult.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Wallet.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/WalletSource.cs [new file with mode: 0644]
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 [new file with mode: 0644]