X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=ts%2Findex.mts;h=3cb8a4ee6a374bb11c02108ef6e9d69bbf1f6390;hb=e0fec3409b0cab35f00a1d1d699daf20f5de79fd;hp=86b7d91123d5bb9eefb0499b7063393253b219af;hpb=bf51db1343480f8eefb986c6764ebdd9b33eb086;p=ldk-java diff --git a/ts/index.mts b/ts/index.mts index 86b7d911..3cb8a4ee 100644 --- a/ts/index.mts +++ b/ts/index.mts @@ -12,7 +12,7 @@ export * from './structs/TxOut.mjs'; export * from './structs/BigEndianScalar.mjs'; export * from './enums/AccessError.mjs'; export * from './enums/COption_NoneZ.mjs'; -export * from './enums/ChannelMonitorUpdateErr.mjs'; +export * from './enums/ChannelMonitorUpdateStatus.mjs'; export * from './enums/ConfirmationTarget.mjs'; export * from './enums/CreationError.mjs'; export * from './enums/Currency.mjs'; @@ -119,7 +119,6 @@ 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/ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ.mjs'; @@ -175,6 +174,7 @@ export * from './structs/Result_SignatureNoneZ.mjs'; export * from './structs/TwoTuple_SignatureSignatureZ.mjs'; export * from './structs/Result_C2Tuple_SignatureSignatureZNoneZ.mjs'; export * from './structs/Result_SecretKeyNoneZ.mjs'; +export * from './structs/Result_PublicKeyNoneZ.mjs'; export * from './structs/Option_ScalarZ.mjs'; export * from './structs/Result_SharedSecretNoneZ.mjs'; export * from './structs/ClosingTransaction.mjs'; @@ -262,6 +262,9 @@ export * from './structs/Balance.mjs'; export * from './structs/TwoTuple_BlockHashChannelMonitorZ.mjs'; export * from './structs/Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ.mjs'; export * from './structs/TwoTuple_PublicKeyTypeZ.mjs'; +export * from './structs/CustomOnionMessageContents.mjs'; +export * from './structs/Option_CustomOnionMessageContentsZ.mjs'; +export * from './structs/Result_COption_CustomOnionMessageContentsZDecodeErrorZ.mjs'; export * from './structs/Option_NetAddressZ.mjs'; export * from './structs/PeerHandleError.mjs'; export * from './structs/Result_CVec_u8ZPeerHandleErrorZ.mjs'; @@ -362,6 +365,7 @@ export * from './structs/OnionMessageHandler.mjs'; export * from './structs/CustomMessageReader.mjs'; export * from './structs/CustomMessageHandler.mjs'; export * from './structs/IgnoringMessageHandler.mjs'; +export * from './structs/CustomOnionMessageHandler.mjs'; export * from './structs/ErroringMessageHandler.mjs'; export * from './structs/MessageHandler.mjs'; export * from './structs/SocketDescriptor.mjs';