[C#] Update auto-generated C# bindings
authorMatt Corallo <git@bluematt.me>
Tue, 7 Nov 2023 23:33:37 +0000 (23:33 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 10 Nov 2023 02:15:22 +0000 (02:15 +0000)
commit8de7213fbf663ff60322896282dad51e8ab2f001
tree8fe9f23e635b99ee43b9ac24b32dc88dcc29c4e6
parentafc50e5d491a11364849383b75a8f939df703bac
[C#] Update auto-generated C# bindings
395 files changed:
c_sharp/bindings.c [new file with mode: 0644]
c_sharp/bindings.c.body [new file with mode: 0644]
c_sharp/src/org/ldk/enums/Bolt12SemanticError.cs
c_sharp/src/org/ldk/enums/ChannelMonitorUpdateStatus.cs
c_sharp/src/org/ldk/enums/ConfirmationTarget.cs
c_sharp/src/org/ldk/enums/FailureCode.cs [deleted file]
c_sharp/src/org/ldk/enums/SocketAddressParseError.cs [new file with mode: 0644]
c_sharp/src/org/ldk/impl/bindings.cs
c_sharp/src/org/ldk/structs/.BroadcasterInterface.cs.swo [new file with mode: 0644]
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/BackgroundProcessor.cs
c_sharp/src/org/ldk/structs/Balance.cs
c_sharp/src/org/ldk/structs/BestBlock.cs
c_sharp/src/org/ldk/structs/BigEndianScalar.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
c_sharp/src/org/ldk/structs/BlindedPath.cs
c_sharp/src/org/ldk/structs/BlindedPayInfo.cs
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/Bolt11ParseError.cs
c_sharp/src/org/ldk/structs/Bolt12Invoice.cs
c_sharp/src/org/ldk/structs/Bolt12InvoiceFeatures.cs
c_sharp/src/org/ldk/structs/BroadcasterInterface.cs
c_sharp/src/org/ldk/structs/BuiltCommitmentTransaction.cs
c_sharp/src/org/ldk/structs/BumpTransactionEvent.cs
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/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/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/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 [new file with mode: 0644]
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
c_sharp/src/org/ldk/structs/CoinSelectionSource.cs
c_sharp/src/org/ldk/structs/CommitmentSigned.cs
c_sharp/src/org/ldk/structs/CommitmentTransaction.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/CounterpartyCommitmentSecrets.cs
c_sharp/src/org/ldk/structs/CounterpartyForwardingInfo.cs
c_sharp/src/org/ldk/structs/CustomMessageHandler.cs
c_sharp/src/org/ldk/structs/CustomMessageReader.cs
c_sharp/src/org/ldk/structs/CustomOnionMessageContents.cs [deleted file]
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/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/EntropySource.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/FailureCode.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Fallback.cs
c_sharp/src/org/ldk/structs/FeeEstimator.cs
c_sharp/src/org/ldk/structs/FilesystemPersister.cs [deleted file]
c_sharp/src/org/ldk/structs/FilesystemStore.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Filter.cs
c_sharp/src/org/ldk/structs/FixedPenaltyScorer.cs
c_sharp/src/org/ldk/structs/ForwardNode.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ForwardTlvs.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/FundingCreated.cs
c_sharp/src/org/ldk/structs/FundingSigned.cs
c_sharp/src/org/ldk/structs/FutureCallback.cs
c_sharp/src/org/ldk/structs/GossipTimestampFilter.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/HTLCUpdate.cs
c_sharp/src/org/ldk/structs/HolderCommitmentTransaction.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/InvalidShutdownScript.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/KVStore.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/KeysManager.cs
c_sharp/src/org/ldk/structs/LightningError.cs
c_sharp/src/org/ldk/structs/Listen.cs
c_sharp/src/org/ldk/structs/LockableScore.cs
c_sharp/src/org/ldk/structs/Logger.cs
c_sharp/src/org/ldk/structs/MaxDustHTLCExposure.cs
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/MonitorEvent.cs
c_sharp/src/org/ldk/structs/MonitorUpdatingPersister.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/MultiThreadedLockableScore.cs
c_sharp/src/org/ldk/structs/MultiThreadedScoreLock.cs [deleted file]
c_sharp/src/org/ldk/structs/MultiThreadedScoreLockRead.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/MultiThreadedScoreLockWrite.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/NetAddress.cs [deleted file]
c_sharp/src/org/ldk/structs/NetworkGraph.cs
c_sharp/src/org/ldk/structs/NetworkUpdate.cs
c_sharp/src/org/ldk/structs/NodeAlias.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
c_sharp/src/org/ldk/structs/Offer.cs
c_sharp/src/org/ldk/structs/OfferFeatures.cs
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/OnionMessageProvider.cs [deleted file]
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_BigEndianScalarZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_BlockHashZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Option_C2Tuple_EightU16sEightU16sZZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Option_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_C2Tuple_u64u16ZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_CVec_ChainHashZZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Option_CVec_NetAddressZZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Option_CVec_SocketAddressZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_CVec_ThirtyTwoBytesZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_CVec_u8ZZ.cs
c_sharp/src/org/ldk/structs/Option_CustomOnionMessageContentsZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Option_DurationZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Option_KeyPairZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Option_NetAddressZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Option_OnionMessageContentsZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_PackedLockTimeZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Option_PaymentHashZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Option_PaymentIdZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Option_PaymentPreimageZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Option_PaymentSecretZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Option_ScalarZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Option_ScriptZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Option_SecretKeyZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_SocketAddressZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_StrZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_ThirtyTwoBytesZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_TxidZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Option_U128Z.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_boolZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_f64Z.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_u128Z.cs [deleted file]
c_sharp/src/org/ldk/structs/Option_usizeZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/OutPoint.cs
c_sharp/src/org/ldk/structs/Packet.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ParseOrSemanticError.cs
c_sharp/src/org/ldk/structs/ParsedOnionMessageContents.cs [new file with mode: 0644]
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/PayeePubKey.cs
c_sharp/src/org/ldk/structs/PaymentConstraints.cs [new file with mode: 0644]
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/PaymentRelay.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/PaymentSendFailure.cs
c_sharp/src/org/ldk/structs/PeeledOnion.cs [new file with mode: 0644]
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/PrintableString.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 [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ProbingError.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
c_sharp/src/org/ldk/structs/ReadOnlyNetworkGraph.cs
c_sharp/src/org/ldk/structs/ReceiveTlvs.cs [new file with mode: 0644]
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/ReplyChannelRange.cs
c_sharp/src/org/ldk/structs/ReplyShortChannelIdsEnd.cs
c_sharp/src/org/ldk/structs/Result_C2Tuple_BlindedPayInfoBlindedPathZNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_C2Tuple_CVec_u8ZusizeZNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_C2Tuple_ECDSASignatureCVec_ECDSASignatureZZNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_C2Tuple_PartiallySignedTransactionusizeZNoneZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_C2Tuple_PaymentHashPaymentSecretZNoneZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_C2Tuple_PublicKeyOnionMessageZSendErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_C2Tuple_SignatureCVec_SignatureZZNoneZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_C2Tuple_ThirtyTwoBytesChannelMonitorZDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZPaymentSendFailureZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_COption_CustomOnionMessageContentsZDecodeErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_COption_KeyPairZNoneZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_COption_OnionMessageContentsZDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbeSendFailureZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbingErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_CVec_CVec_u8ZZNoneZ.cs
c_sharp/src/org/ldk/structs/Result_CVec_ECDSASignatureZNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_CVec_SignatureZNoneZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_CVec_StrZIOErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_CVec_UtxoZNoneZ.cs
c_sharp/src/org/ldk/structs/Result_CVec_u8ZIOErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_CVec_u8ZNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_CVec_u8ZPeerHandleErrorZ.cs
c_sharp/src/org/ldk/structs/Result_ChannelDerivationParametersDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ChannelMonitorUpdateStatusNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ClaimedHTLCDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ECDSASignatureNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_HTLCDescriptorDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NetAddressDecodeErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_NoneBolt12SemanticErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NoneErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_NoneIOErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_PartiallySignedTransactionNoneZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_PayeePubKeyErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_PayeePubKeySecp256k1ErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_PaymentConstraintsDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_PaymentHashPaymentSendFailureZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_PaymentHashRetryableSendFailureZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_PaymentIdPaymentErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_PaymentPreimageAPIErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_PaymentRelayDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_PaymentSecretNoneZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_PeeledOnionNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_PublicKeyErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_PublicKeyNoneZ.cs
c_sharp/src/org/ldk/structs/Result_PublicKeySecp256k1ErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ReceiveTlvsDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_RecipientOnionFieldsNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_RecoverableSignatureNoneZ.cs
c_sharp/src/org/ldk/structs/Result_RetryDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_SchnorrSignatureNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ScriptNoneZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_SharedSecretNoneZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_SignatureNoneZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_SocketAddressDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_SocketAddressSocketAddressParseErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_StrSecp256k1ErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_StringErrorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/Result_ThirtyTwoBytesAPIErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ThirtyTwoBytesNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ThirtyTwoBytesPaymentErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ThirtyTwoBytesPaymentSendFailureZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ThirtyTwoBytesRetryableSendFailureZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_TransactionNoneZ.cs
c_sharp/src/org/ldk/structs/Result_VerifiedInvoiceRequestNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result__u832APIErrorZ.cs [deleted file]
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/ScoreLookUp.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ScoreUpdate.cs [new file with mode: 0644]
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/ShutdownScript.cs
c_sharp/src/org/ldk/structs/SignOrCreationError.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 [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/TaggedHash.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ThreeTuple_OffersMessageDestinationBlindedPathZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ThreeTuple_OnionMessageContentsDestinationBlindedPathZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ.cs
c_sharp/src/org/ldk/structs/ThreeTuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZ.cs
c_sharp/src/org/ldk/structs/TransactionU16LenLimited.cs
c_sharp/src/org/ldk/structs/TrustedClosingTransaction.cs
c_sharp/src/org/ldk/structs/TrustedCommitmentTransaction.cs
c_sharp/src/org/ldk/structs/TwoTuple_BlockHashChannelManagerZ.cs [deleted file]
c_sharp/src/org/ldk/structs/TwoTuple_BlockHashChannelMonitorZ.cs [deleted file]
c_sharp/src/org/ldk/structs/TwoTuple_CVec_u8ZusizeZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_ECDSASignatureCVec_ECDSASignatureZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_OutPointCVec_MonitorUpdateIdZZ.cs
c_sharp/src/org/ldk/structs/TwoTuple_OutPointCVec_u8ZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_OutPointScriptZ.cs [deleted file]
c_sharp/src/org/ldk/structs/TwoTuple_PartiallySignedTransactionusizeZ.cs [deleted file]
c_sharp/src/org/ldk/structs/TwoTuple_PaymentHashPaymentIdZ.cs [deleted file]
c_sharp/src/org/ldk/structs/TwoTuple_PaymentHashPaymentSecretZ.cs [deleted file]
c_sharp/src/org/ldk/structs/TwoTuple_PublicKeyCOption_NetAddressZZ.cs [deleted file]
c_sharp/src/org/ldk/structs/TwoTuple_PublicKeyCOption_SocketAddressZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_PublicKeyOnionMessageZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_PublicKeyTypeZ.cs
c_sharp/src/org/ldk/structs/TwoTuple_SignatureCVec_SignatureZZ.cs [deleted file]
c_sharp/src/org/ldk/structs/TwoTuple_ThirtyTwoBytesCOption_ThirtyTwoBytesZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_ThirtyTwoBytesChannelManagerZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_ThirtyTwoBytesChannelMonitorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_ThirtyTwoBytesPublicKeyZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_ThirtyTwoBytesThirtyTwoBytesZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_TxidCOption_BlockHashZZ.cs [deleted file]
c_sharp/src/org/ldk/structs/TwoTuple_TxidCVec_C2Tuple_u32ScriptZZZ.cs [deleted file]
c_sharp/src/org/ldk/structs/TwoTuple_TxidCVec_C2Tuple_u32TxOutZZZ.cs [deleted file]
c_sharp/src/org/ldk/structs/TwoTuple_Z.cs
c_sharp/src/org/ldk/structs/TwoTuple__u1632_u1632Z.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple__u168_u168Z.cs [deleted file]
c_sharp/src/org/ldk/structs/TwoTuple_u32CVec_u8ZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_u32ScriptZ.cs [deleted file]
c_sharp/src/org/ldk/structs/TwoTuple_u64CVec_u8ZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_u64u16Z.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_usizeTransactionZ.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/TxIn.cs
c_sharp/src/org/ldk/structs/TxInitRbf.cs
c_sharp/src/org/ldk/structs/TxOut.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/Type.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/UtilMethods.cs
c_sharp/src/org/ldk/structs/Utxo.cs
c_sharp/src/org/ldk/structs/UtxoLookup.cs
c_sharp/src/org/ldk/structs/VerifiedInvoiceRequest.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/WalletSource.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
c_sharp/src/org/ldk/structs/WriteableScore.cs