[C#] Check in initial auto-generated C# bindings
authorMatt Corallo <git@bluematt.me>
Mon, 2 Jan 2023 01:14:43 +0000 (01:14 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 11 Jan 2023 21:14:45 +0000 (21:14 +0000)
commit810f7404202e04f70db946ced7363b64ddaf4ce4
treec1392dae5262856af8038f4c0d8f4e78fa4ae49a
parentfa130da4108815a8b17c3c093a91fc3d83754a0f
[C#] Check in initial auto-generated C# bindings
403 files changed:
c_sharp/src/org/ldk/enums/AccessError.cs [new file with mode: 0644]
c_sharp/src/org/ldk/enums/COption_NoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/enums/ChannelMonitorUpdateStatus.cs [new file with mode: 0644]
c_sharp/src/org/ldk/enums/ConfirmationTarget.cs [new file with mode: 0644]
c_sharp/src/org/ldk/enums/CreationError.cs [new file with mode: 0644]
c_sharp/src/org/ldk/enums/Currency.cs [new file with mode: 0644]
c_sharp/src/org/ldk/enums/HTLCClaim.cs [new file with mode: 0644]
c_sharp/src/org/ldk/enums/IOError.cs [new file with mode: 0644]
c_sharp/src/org/ldk/enums/Level.cs [new file with mode: 0644]
c_sharp/src/org/ldk/enums/Network.cs [new file with mode: 0644]
c_sharp/src/org/ldk/enums/Recipient.cs [new file with mode: 0644]
c_sharp/src/org/ldk/enums/Secp256k1Error.cs [new file with mode: 0644]
c_sharp/src/org/ldk/enums/SemanticError.cs [new file with mode: 0644]
c_sharp/src/org/ldk/enums/SiPrefix.cs [new file with mode: 0644]
c_sharp/src/org/ldk/impl/bindings.cs [new file with mode: 0644]
c_sharp/src/org/ldk/impl/version.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/APIError.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/AcceptChannel.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Access.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/AnnouncementSignatures.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/BackgroundProcessor.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Balance.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/BaseSign.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Bech32Error.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/BestBlock.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/BigEndianScalar.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/BigSize.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/BlindedHop.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/BlindedPath.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/BroadcasterInterface.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/BuiltCommitmentTransaction.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChainMonitor.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChainParameters.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChannelAnnouncement.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChannelConfig.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChannelCounterparty.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChannelDetails.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChannelFeatures.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChannelHandshakeConfig.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChannelHandshakeLimits.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChannelInfo.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChannelManager.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChannelManagerReadArgs.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChannelMessageHandler.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChannelMonitor.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChannelMonitorUpdate.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChannelPublicKeys.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChannelReady.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChannelReestablish.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChannelTransactionParameters.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChannelTypeFeatures.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChannelUpdate.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChannelUpdateInfo.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ChannelUsage.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ClosingSigned.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ClosingSignedFeeRange.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ClosingTransaction.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ClosureReason.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/CommitmentSigned.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/CommitmentTransaction.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/CommitmentUpdate.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/CommonBase.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Confirm.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/CounterpartyChannelTransactionParameters.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/CounterpartyCommitmentSecrets.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/CounterpartyForwardingInfo.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/CustomMessageHandler.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/CustomMessageReader.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/CustomOnionMessageContents.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/CustomOnionMessageHandler.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/DataLossProtect.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/DecodeError.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/DefaultRouter.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/DelayedPaymentOutputDescriptor.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Description.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Destination.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/DirectedChannelInfo.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/DirectedChannelTransactionParameters.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/EffectiveCapacity.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ErrorAction.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ErrorMessage.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ErroringMessageHandler.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Event.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/EventHandler.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/EventsProvider.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ExpandedKey.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ExpiryTime.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Fallback.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/FeeEstimator.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/FilesystemPersister.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Filter.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/FixedPenaltyScorer.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/FundingCreated.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/FundingSigned.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Future.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/FutureCallback.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/GossipSync.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/GossipTimestampFilter.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/GraphSyncError.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/HTLCDestination.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/HTLCOutputInCommitment.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/HTLCUpdate.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/HolderCommitmentTransaction.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Hostname.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/IgnoringMessageHandler.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/InFlightHtlcs.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/InMemorySigner.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Init.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/InitFeatures.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/InvalidShutdownScript.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Invoice.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/InvoiceFeatures.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/InvoicePayer.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/InvoiceRequestFeatures.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/InvoiceSignature.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/KeysInterface.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/KeysManager.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/LightningError.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Listen.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/LockableScore.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/LockedChannelMonitor.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Logger.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/MessageHandler.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/MessageSendEvent.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/MessageSendEventsProvider.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/MinFinalCltvExpiry.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/MonitorEvent.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/MonitorUpdateId.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/MultiThreadedLockableScore.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/MultiThreadedScoreLock.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/NetAddress.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/NetworkGraph.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/NetworkUpdate.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/NodeAlias.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/NodeAnnouncement.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/NodeAnnouncementInfo.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/NodeFeatures.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/NodeId.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/NodeInfo.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/OfferFeatures.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/OnionMessage.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/OnionMessageContents.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/OnionMessageHandler.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/OnionMessageProvider.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/OnionMessenger.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/OpenChannel.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_AccessZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_C2Tuple_u64u64ZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_CVec_NetAddressZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_ClosureReasonZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_CustomOnionMessageContentsZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_EventZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_FilterZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_HTLCClaimZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_HTLCDestinationZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_MonitorEventZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_NetAddressZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_NetworkUpdateZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_ScalarZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_TypeZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_WriteableScoreZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_u128Z.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_u16Z.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_u32Z.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Option_u64Z.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/OutPoint.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/P2PGossipSync.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ParseError.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ParseOrSemanticError.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/PayeePubKey.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Payer.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/PaymentError.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/PaymentParameters.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/PaymentPurpose.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/PaymentSendFailure.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/PeerHandleError.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/PeerManager.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Persist.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Persister.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/PhantomKeysManager.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/PhantomRouteHints.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Ping.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Pong.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/PositiveTimestamp.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/PrintableString.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/PrivateRoute.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ProbabilisticScorer.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ProbabilisticScoringParameters.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/QueryChannelRange.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/QueryShortChannelIds.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/RapidGossipSync.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/RawDataPart.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/RawInvoice.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ReadOnlyNetworkGraph.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Record.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ReplyChannelRange.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ReplyShortChannelIdsEnd.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_AcceptChannelDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_AnnouncementSignaturesDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_BlindedHopDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_BlindedPathDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_BlindedPathNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_BuiltCommitmentTransactionDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_C2Tuple_PaymentHashPaymentSecretZNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_C2Tuple_SignatureCVec_SignatureZZNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_C2Tuple_SignatureSignatureZNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_COption_ClosureReasonZDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_COption_CustomOnionMessageContentsZDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_COption_EventZDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_COption_HTLCDestinationZDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_COption_MonitorEventZDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_COption_NetworkUpdateZDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_COption_TypeZDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_CVec_CVec_u8ZZNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_CVec_SignatureZNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_CVec_u8ZPeerHandleErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ChannelAnnouncementDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ChannelConfigDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ChannelCounterpartyDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ChannelDetailsDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ChannelFeaturesDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ChannelInfoDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ChannelMonitorUpdateDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ChannelPublicKeysDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ChannelReadyDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ChannelReestablishDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ChannelTransactionParametersDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ChannelTypeFeaturesDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ChannelUpdateDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ChannelUpdateInfoDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ClosingSignedDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ClosingSignedFeeRangeDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_CommitmentSignedDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_CommitmentTransactionDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_CounterpartyChannelTransactionParametersDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_CounterpartyCommitmentSecretsDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_CounterpartyForwardingInfoDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_DelayedPaymentOutputDescriptorDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_DescriptionCreationErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ErrorMessageDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_FixedPenaltyScorerDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_FundingCreatedDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_FundingSignedDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_GossipTimestampFilterDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_HTLCOutputInCommitmentDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_HTLCUpdateDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_HolderCommitmentTransactionDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_InFlightHtlcsDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_InMemorySignerDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_InitDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_InitFeaturesDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_InvoiceFeaturesDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_InvoiceParseOrSemanticErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_InvoiceRequestFeaturesDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_InvoiceSemanticErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_InvoiceSignOrCreationErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_LockedChannelMonitorNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NetAddressDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NetworkGraphDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NodeAliasDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NodeAnnouncementDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NodeAnnouncementInfoDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NodeFeaturesDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NodeIdDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NodeInfoDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NoneAPIErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NoneErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NoneLightningErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NoneNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NonePaymentErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NonePaymentSendFailureZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NonePeerHandleErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_NoneSemanticErrorZ.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_OfferFeaturesDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_OnionMessageDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_OpenChannelDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_OutPointDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_PayeePubKeyErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_PaymentHashPaymentSendFailureZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_PaymentIdPaymentErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_PaymentParametersDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_PaymentPreimageAPIErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_PaymentPurposeDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_PaymentSecretAPIErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_PaymentSecretNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_PhantomRouteHintsDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_PingDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_PongDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_PositiveTimestampCreationErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_PrivateRouteCreationErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ProbabilisticScorerDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_PublicKeyErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_PublicKeyNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_QueryChannelRangeDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_QueryShortChannelIdsDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_RecoverableSignatureNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ReplyChannelRangeDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ReplyShortChannelIdsEndDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_RevokeAndACKDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_RouteDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_RouteHintDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_RouteHintHopDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_RouteHopDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_RouteLightningErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_RouteParametersDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_RoutingFeesDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_SecretKeyNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_SharedSecretNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ShutdownDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ShutdownScriptDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_ShutdownScriptInvalidShutdownScriptZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_SiPrefixParseErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_SignDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_SignatureNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_SignedRawInvoiceParseErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_SpendableOutputDescriptorDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_StaticPaymentOutputDescriptorDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_StringErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_TransactionNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_TrustedClosingTransactionNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_TrustedCommitmentTransactionNoneZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_TxCreationKeysDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_TxOutAccessErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_UnsignedChannelAnnouncementDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_UnsignedChannelUpdateDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_UnsignedNodeAnnouncementDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_UpdateAddHTLCDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_UpdateFailHTLCDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_UpdateFailMalformedHTLCDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_UpdateFeeDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_UpdateFulfillHTLCDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_WarningMessageDecodeErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result__u832APIErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_boolLightningErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_boolPeerHandleErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Result_u32GraphSyncErrorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Retry.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/RevokeAndACK.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Route.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/RouteHint.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/RouteHintHop.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/RouteHop.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/RouteParameters.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Router.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/RoutingFees.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/RoutingMessageHandler.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Score.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ScorerAccountingForInFlightHtlcs.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/SendError.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Sha256.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Shutdown.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ShutdownScript.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Sign.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/SignOrCreationError.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/SignedRawInvoice.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/SocketDescriptor.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/SpendableOutputDescriptor.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/StaticPaymentOutputDescriptor.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/ThreeTuple_RawInvoice_u832InvoiceSignatureZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TrustedClosingTransaction.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TrustedCommitmentTransaction.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_BlockHashChannelManagerZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_BlockHashChannelMonitorZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_OutPointCVec_MonitorUpdateIdZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_OutPointScriptZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_PaymentHashPaymentIdZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_PaymentHashPaymentSecretZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_PublicKeyTypeZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_SignatureCVec_SignatureZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_SignatureSignatureZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_TxidBlockHashZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_TxidCVec_C2Tuple_u32ScriptZZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_TxidCVec_C2Tuple_u32TxOutZZZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_u32ScriptZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_u32TxOutZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_u64u64Z.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TwoTuple_usizeTransactionZ.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TxCreationKeys.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/TxOut.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Type.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/UnsignedChannelAnnouncement.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/UnsignedChannelUpdate.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/UnsignedNodeAnnouncement.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/UpdateAddHTLC.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/UpdateFailHTLC.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/UpdateFailMalformedHTLC.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/UpdateFee.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/UpdateFulfillHTLC.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/UserConfig.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/UtilMethods.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/WarningMessage.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/Watch.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/WatchedOutput.cs [new file with mode: 0644]
c_sharp/src/org/ldk/structs/WriteableScore.cs [new file with mode: 0644]