[TS] Add additional node API interface bits for net
[ldk-java] / ts / index.mts
index 3908ae325d66882cd4b55b3e2f517b41049ddd18..b1042d75a651cae5795b3c672410482cbbcabba6 100644 (file)
@@ -15,12 +15,14 @@ export * from './enums/ChannelMonitorUpdateErr.mjs';
 export * from './enums/ConfirmationTarget.mjs';
 export * from './enums/CreationError.mjs';
 export * from './enums/Currency.mjs';
+export * from './enums/IOError.mjs';
 export * from './enums/Level.mjs';
 export * from './enums/Network.mjs';
 export * from './enums/Recipient.mjs';
 export * from './enums/Secp256k1Error.mjs';
 export * from './enums/SemanticError.mjs';
 export * from './enums/SiPrefix.mjs';
+export * from './structs/Bech32Error.mjs';
 export * from './structs/Result_NoneNoneZ.mjs';
 export * from './structs/CounterpartyCommitmentSecrets.mjs';
 export * from './structs/DecodeError.mjs';
@@ -70,23 +72,19 @@ export * from './structs/Result_RouteHintHopDecodeErrorZ.mjs';
 export * from './structs/ChannelDetails.mjs';
 export * from './structs/LightningError.mjs';
 export * from './structs/Result_RouteLightningErrorZ.mjs';
-export * from './structs/Result_TxOutAccessErrorZ.mjs';
-export * from './structs/TwoTuple_usizeTransactionZ.mjs';
-export * from './structs/Result_NoneChannelMonitorUpdateErrZ.mjs';
-export * from './structs/HTLCUpdate.mjs';
-export * from './structs/OutPoint.mjs';
-export * from './structs/MonitorEvent.mjs';
-export * from './structs/Option_C2Tuple_usizeTransactionZZ.mjs';
+export * from './structs/PaymentPurpose.mjs';
+export * from './structs/Result_PaymentPurposeDecodeErrorZ.mjs';
 export * from './structs/ClosureReason.mjs';
 export * from './structs/Option_ClosureReasonZ.mjs';
 export * from './structs/Result_COption_ClosureReasonZDecodeErrorZ.mjs';
 export * from './structs/ChannelUpdate.mjs';
 export * from './structs/NetworkUpdate.mjs';
 export * from './structs/Option_NetworkUpdateZ.mjs';
+export * from './structs/OutPoint.mjs';
 export * from './structs/DelayedPaymentOutputDescriptor.mjs';
 export * from './structs/StaticPaymentOutputDescriptor.mjs';
 export * from './structs/SpendableOutputDescriptor.mjs';
-export * from './structs/PaymentPurpose.mjs';
+export * from './structs/ChannelTypeFeatures.mjs';
 export * from './structs/Event.mjs';
 export * from './structs/Option_EventZ.mjs';
 export * from './structs/Result_COption_EventZDecodeErrorZ.mjs';
@@ -94,7 +92,7 @@ export * from './structs/AcceptChannel.mjs';
 export * from './structs/OpenChannel.mjs';
 export * from './structs/FundingCreated.mjs';
 export * from './structs/FundingSigned.mjs';
-export * from './structs/FundingLocked.mjs';
+export * from './structs/ChannelReady.mjs';
 export * from './structs/AnnouncementSignatures.mjs';
 export * from './structs/CommitmentUpdate.mjs';
 export * from './structs/RevokeAndACK.mjs';
@@ -109,17 +107,23 @@ export * from './structs/ErrorAction.mjs';
 export * from './structs/QueryChannelRange.mjs';
 export * from './structs/QueryShortChannelIds.mjs';
 export * from './structs/ReplyChannelRange.mjs';
+export * from './structs/GossipTimestampFilter.mjs';
 export * from './structs/MessageSendEvent.mjs';
+export * from './structs/Result_TxOutAccessErrorZ.mjs';
+export * from './structs/TwoTuple_usizeTransactionZ.mjs';
+export * from './structs/Result_NoneChannelMonitorUpdateErrZ.mjs';
+export * from './structs/HTLCUpdate.mjs';
+export * from './structs/MonitorEvent.mjs';
+export * from './structs/TwoTuple_OutPointCVec_MonitorEventZZ.mjs';
+export * from './structs/Option_C2Tuple_usizeTransactionZZ.mjs';
 export * from './structs/FixedPenaltyScorer.mjs';
 export * from './structs/Result_FixedPenaltyScorerDecodeErrorZ.mjs';
-export * from './structs/ScoringParameters.mjs';
-export * from './structs/Result_ScoringParametersDecodeErrorZ.mjs';
-export * from './structs/Scorer.mjs';
-export * from './structs/Result_ScorerDecodeErrorZ.mjs';
-export * from './structs/ProbabilisticScoringParameters.mjs';
-export * from './structs/Result_ProbabilisticScoringParametersDecodeErrorZ.mjs';
+export * from './structs/TwoTuple_u64u64Z.mjs';
+export * from './structs/Option_C2Tuple_u64u64ZZ.mjs';
+export * from './structs/NodeId.mjs';
+export * from './structs/Record.mjs';
+export * from './structs/Logger.mjs';
 export * from './structs/NetworkGraph.mjs';
-export * from './structs/TwoTuple_ProbabilisticScoringParametersNetworkGraphZ.mjs';
 export * from './structs/ProbabilisticScorer.mjs';
 export * from './structs/Result_ProbabilisticScorerDecodeErrorZ.mjs';
 export * from './structs/InitFeatures.mjs';
@@ -130,8 +134,29 @@ export * from './structs/NodeFeatures.mjs';
 export * from './structs/Result_NodeFeaturesDecodeErrorZ.mjs';
 export * from './structs/InvoiceFeatures.mjs';
 export * from './structs/Result_InvoiceFeaturesDecodeErrorZ.mjs';
-export * from './structs/ChannelTypeFeatures.mjs';
 export * from './structs/Result_ChannelTypeFeaturesDecodeErrorZ.mjs';
+export * from './structs/Result_NodeIdDecodeErrorZ.mjs';
+export * from './structs/Result_COption_NetworkUpdateZDecodeErrorZ.mjs';
+export * from './structs/Access.mjs';
+export * from './structs/Option_AccessZ.mjs';
+export * from './structs/Result_boolLightningErrorZ.mjs';
+export * from './structs/ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ.mjs';
+export * from './structs/Result_NoneLightningErrorZ.mjs';
+export * from './structs/ChannelUpdateInfo.mjs';
+export * from './structs/Result_ChannelUpdateInfoDecodeErrorZ.mjs';
+export * from './structs/ChannelInfo.mjs';
+export * from './structs/Result_ChannelInfoDecodeErrorZ.mjs';
+export * from './structs/RoutingFees.mjs';
+export * from './structs/Result_RoutingFeesDecodeErrorZ.mjs';
+export * from './structs/NetAddress.mjs';
+export * from './structs/NodeAnnouncementInfo.mjs';
+export * from './structs/Result_NodeAnnouncementInfoDecodeErrorZ.mjs';
+export * from './structs/NodeAlias.mjs';
+export * from './structs/Result_NodeAliasDecodeErrorZ.mjs';
+export * from './structs/NodeInfo.mjs';
+export * from './structs/Result_NodeInfoDecodeErrorZ.mjs';
+export * from './structs/Result_NetworkGraphDecodeErrorZ.mjs';
+export * from './structs/Option_CVec_NetAddressZZ.mjs';
 export * from './structs/Result_DelayedPaymentOutputDescriptorDecodeErrorZ.mjs';
 export * from './structs/Result_StaticPaymentOutputDescriptorDecodeErrorZ.mjs';
 export * from './structs/Result_SpendableOutputDescriptorDecodeErrorZ.mjs';
@@ -160,7 +185,6 @@ export * from './structs/Result_PaymentIdPaymentSendFailureZ.mjs';
 export * from './structs/Result_NonePaymentSendFailureZ.mjs';
 export * from './structs/TwoTuple_PaymentHashPaymentIdZ.mjs';
 export * from './structs/Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ.mjs';
-export * from './structs/NetAddress.mjs';
 export * from './structs/TwoTuple_PaymentHashPaymentSecretZ.mjs';
 export * from './structs/Result_C2Tuple_PaymentHashPaymentSecretZNoneZ.mjs';
 export * from './structs/Result_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ.mjs';
@@ -180,8 +204,6 @@ export * from './structs/Watch.mjs';
 export * from './structs/BroadcasterInterface.mjs';
 export * from './structs/KeysInterface.mjs';
 export * from './structs/FeeEstimator.mjs';
-export * from './structs/Record.mjs';
-export * from './structs/Logger.mjs';
 export * from './structs/ChannelManager.mjs';
 export * from './structs/TwoTuple_BlockHashChannelManagerZ.mjs';
 export * from './structs/Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ.mjs';
@@ -193,11 +215,13 @@ export * from './structs/Option_TypeZ.mjs';
 export * from './structs/Result_COption_TypeZDecodeErrorZ.mjs';
 export * from './structs/PaymentError.mjs';
 export * from './structs/Result_PaymentIdPaymentErrorZ.mjs';
-export * from './structs/Result_SiPrefixNoneZ.mjs';
+export * from './structs/ParseError.mjs';
+export * from './structs/Result_SiPrefixParseErrorZ.mjs';
 export * from './structs/Invoice.mjs';
-export * from './structs/Result_InvoiceNoneZ.mjs';
+export * from './structs/ParseOrSemanticError.mjs';
+export * from './structs/Result_InvoiceParseOrSemanticErrorZ.mjs';
 export * from './structs/SignedRawInvoice.mjs';
-export * from './structs/Result_SignedRawInvoiceNoneZ.mjs';
+export * from './structs/Result_SignedRawInvoiceParseErrorZ.mjs';
 export * from './structs/RawInvoice.mjs';
 export * from './structs/InvoiceSignature.mjs';
 export * from './structs/ThreeTuple_RawInvoice_u832InvoiceSignatureZ.mjs';
@@ -224,31 +248,13 @@ export * from './structs/TwoTuple_TxidCVec_C2Tuple_u32TxOutZZZ.mjs';
 export * from './structs/Balance.mjs';
 export * from './structs/TwoTuple_BlockHashChannelMonitorZ.mjs';
 export * from './structs/Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ.mjs';
-export * from './structs/Result_NoneLightningErrorZ.mjs';
 export * from './structs/TwoTuple_PublicKeyTypeZ.mjs';
-export * from './structs/Result_boolLightningErrorZ.mjs';
-export * from './structs/ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ.mjs';
+export * from './structs/Option_NetAddressZ.mjs';
 export * from './structs/PeerHandleError.mjs';
 export * from './structs/Result_CVec_u8ZPeerHandleErrorZ.mjs';
 export * from './structs/Result_NonePeerHandleErrorZ.mjs';
 export * from './structs/Result_boolPeerHandleErrorZ.mjs';
-export * from './structs/NodeId.mjs';
-export * from './structs/Result_NodeIdDecodeErrorZ.mjs';
-export * from './structs/Result_COption_NetworkUpdateZDecodeErrorZ.mjs';
-export * from './structs/Access.mjs';
-export * from './structs/Option_AccessZ.mjs';
-export * from './structs/ChannelUpdateInfo.mjs';
-export * from './structs/Result_ChannelUpdateInfoDecodeErrorZ.mjs';
-export * from './structs/ChannelInfo.mjs';
-export * from './structs/Result_ChannelInfoDecodeErrorZ.mjs';
-export * from './structs/RoutingFees.mjs';
-export * from './structs/Result_RoutingFeesDecodeErrorZ.mjs';
-export * from './structs/NodeAnnouncementInfo.mjs';
-export * from './structs/Result_NodeAnnouncementInfoDecodeErrorZ.mjs';
-export * from './structs/NodeInfo.mjs';
-export * from './structs/Result_NodeInfoDecodeErrorZ.mjs';
-export * from './structs/Result_NetworkGraphDecodeErrorZ.mjs';
-export * from './structs/Option_CVec_NetAddressZZ.mjs';
+export * from './structs/Result_NoneErrorZ.mjs';
 export * from './structs/Result_NetAddressDecodeErrorZ.mjs';
 export * from './structs/UpdateAddHTLC.mjs';
 export * from './structs/UpdateFulfillHTLC.mjs';
@@ -264,7 +270,7 @@ export * from './structs/CommitmentSigned.mjs';
 export * from './structs/Result_CommitmentSignedDecodeErrorZ.mjs';
 export * from './structs/Result_FundingCreatedDecodeErrorZ.mjs';
 export * from './structs/Result_FundingSignedDecodeErrorZ.mjs';
-export * from './structs/Result_FundingLockedDecodeErrorZ.mjs';
+export * from './structs/Result_ChannelReadyDecodeErrorZ.mjs';
 export * from './structs/Init.mjs';
 export * from './structs/Result_InitDecodeErrorZ.mjs';
 export * from './structs/Result_OpenChannelDecodeErrorZ.mjs';
@@ -295,7 +301,6 @@ export * from './structs/ReplyShortChannelIdsEnd.mjs';
 export * from './structs/Result_ReplyShortChannelIdsEndDecodeErrorZ.mjs';
 export * from './structs/Result_QueryChannelRangeDecodeErrorZ.mjs';
 export * from './structs/Result_ReplyChannelRangeDecodeErrorZ.mjs';
-export * from './structs/GossipTimestampFilter.mjs';
 export * from './structs/Result_GossipTimestampFilterDecodeErrorZ.mjs';
 export * from './structs/SignOrCreationError.mjs';
 export * from './structs/Result_InvoiceSignOrCreationErrorZ.mjs';
@@ -307,6 +312,11 @@ export * from './structs/Result_LockedChannelMonitorNoneZ.mjs';
 export * from './structs/MessageSendEventsProvider.mjs';
 export * from './structs/EventHandler.mjs';
 export * from './structs/EventsProvider.mjs';
+export * from './structs/BigSize.mjs';
+export * from './structs/ChannelUsage.mjs';
+export * from './structs/Score.mjs';
+export * from './structs/MultiThreadedLockableScore.mjs';
+export * from './structs/Persister.mjs';
 export * from './structs/ChannelHandshakeConfig.mjs';
 export * from './structs/ChannelHandshakeLimits.mjs';
 export * from './structs/UserConfig.mjs';
@@ -321,6 +331,7 @@ export * from './structs/PhantomKeysManager.mjs';
 export * from './structs/ChainParameters.mjs';
 export * from './structs/ChannelMessageHandler.mjs';
 export * from './structs/ChannelManagerReadArgs.mjs';
+export * from './structs/ExpandedKey.mjs';
 export * from './structs/DataLossProtect.mjs';
 export * from './structs/RoutingMessageHandler.mjs';
 export * from './structs/CustomMessageReader.mjs';
@@ -332,12 +343,11 @@ export * from './structs/SocketDescriptor.mjs';
 export * from './structs/PeerManager.mjs';
 export * from './structs/DirectedChannelTransactionParameters.mjs';
 export * from './structs/ReadOnlyNetworkGraph.mjs';
-export * from './structs/NetGraphMsgHandler.mjs';
+export * from './structs/P2PGossipSync.mjs';
 export * from './structs/DirectedChannelInfo.mjs';
 export * from './structs/EffectiveCapacity.mjs';
-export * from './structs/Score.mjs';
 export * from './structs/LockableScore.mjs';
-export * from './structs/MultiThreadedLockableScore.mjs';
+export * from './structs/ProbabilisticScoringParameters.mjs';
 export * from './structs/RawDataPart.mjs';
 export * from './structs/Sha256.mjs';
 export * from './structs/ExpiryTime.mjs';
@@ -346,5 +356,5 @@ export * from './structs/Fallback.mjs';
 export * from './structs/Payer.mjs';
 export * from './structs/Router.mjs';
 export * from './structs/InvoicePayer.mjs';
-export * from './structs/RetryAttempts.mjs';
+export * from './structs/Retry.mjs';
 export * from './structs/DefaultRouter.mjs';