@@ -51,6 +51,10 @@ import { Result_SpendableOutputDescriptorDecodeErrorZ } from '../structs/Result_
5151import { Option_u32Z } from '../structs/Option_u32Z.mjs' ;
5252import { TwoTuple_CVec_u8ZusizeZ } from '../structs/TwoTuple_CVec_u8ZusizeZ.mjs' ;
5353import { Result_C2Tuple_CVec_u8ZusizeZNoneZ } from '../structs/Result_C2Tuple_CVec_u8ZusizeZNoneZ.mjs' ;
54+ import { ChannelDerivationParameters } from '../structs/ChannelDerivationParameters.mjs' ;
55+ import { Result_ChannelDerivationParametersDecodeErrorZ } from '../structs/Result_ChannelDerivationParametersDecodeErrorZ.mjs' ;
56+ import { HTLCDescriptor } from '../structs/HTLCDescriptor.mjs' ;
57+ import { Result_HTLCDescriptorDecodeErrorZ } from '../structs/Result_HTLCDescriptorDecodeErrorZ.mjs' ;
5458import { Result_NoneNoneZ } from '../structs/Result_NoneNoneZ.mjs' ;
5559import { TwoTuple_ECDSASignatureCVec_ECDSASignatureZZ } from '../structs/TwoTuple_ECDSASignatureCVec_ECDSASignatureZZ.mjs' ;
5660import { Result_C2Tuple_ECDSASignatureCVec_ECDSASignatureZZNoneZ } from '../structs/Result_C2Tuple_ECDSASignatureCVec_ECDSASignatureZZNoneZ.mjs' ;
@@ -62,7 +66,6 @@ import { Result_SchnorrSignatureNoneZ } from '../structs/Result_SchnorrSignature
6266import { CommitmentTransaction } from '../structs/CommitmentTransaction.mjs' ;
6367import { HolderCommitmentTransaction } from '../structs/HolderCommitmentTransaction.mjs' ;
6468import { HTLCOutputInCommitment } from '../structs/HTLCOutputInCommitment.mjs' ;
65- import { HTLCDescriptor } from '../structs/HTLCDescriptor.mjs' ;
6669import { ClosingTransaction } from '../structs/ClosingTransaction.mjs' ;
6770import { UnsignedChannelAnnouncement } from '../structs/UnsignedChannelAnnouncement.mjs' ;
6871import { ChannelPublicKeys } from '../structs/ChannelPublicKeys.mjs' ;
@@ -200,9 +203,6 @@ import { NodeInfo } from '../structs/NodeInfo.mjs';
200203import { Result_NodeInfoDecodeErrorZ } from '../structs/Result_NodeInfoDecodeErrorZ.mjs' ;
201204import { Result_NetworkGraphDecodeErrorZ } from '../structs/Result_NetworkGraphDecodeErrorZ.mjs' ;
202205import { Option_CVec_SocketAddressZZ } from '../structs/Option_CVec_SocketAddressZZ.mjs' ;
203- import { ChannelDerivationParameters } from '../structs/ChannelDerivationParameters.mjs' ;
204- import { Result_ChannelDerivationParametersDecodeErrorZ } from '../structs/Result_ChannelDerivationParametersDecodeErrorZ.mjs' ;
205- import { Result_HTLCDescriptorDecodeErrorZ } from '../structs/Result_HTLCDescriptorDecodeErrorZ.mjs' ;
206206import { Utxo } from '../structs/Utxo.mjs' ;
207207import { Option_TxOutZ } from '../structs/Option_TxOutZ.mjs' ;
208208import { Input } from '../structs/Input.mjs' ;
@@ -224,7 +224,16 @@ import { Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZPaymentSendFailureZ } from
224224import { ProbeSendFailure } from '../structs/ProbeSendFailure.mjs' ;
225225import { Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbeSendFailureZ } from '../structs/Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbeSendFailureZ.mjs' ;
226226import { TwoTuple_ThirtyTwoBytesPublicKeyZ } from '../structs/TwoTuple_ThirtyTwoBytesPublicKeyZ.mjs' ;
227+ import { Option_StrZ } from '../structs/Option_StrZ.mjs' ;
228+ import { Result_NoneBolt12SemanticErrorZ } from '../structs/Result_NoneBolt12SemanticErrorZ.mjs' ;
227229import { Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZNoneZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZNoneZ.mjs' ;
230+ import { InvoiceRequest } from '../structs/InvoiceRequest.mjs' ;
231+ import { Bolt12Invoice } from '../structs/Bolt12Invoice.mjs' ;
232+ import { InvoiceError } from '../structs/InvoiceError.mjs' ;
233+ import { OffersMessage } from '../structs/OffersMessage.mjs' ;
234+ import { Option_OffersMessageZ } from '../structs/Option_OffersMessageZ.mjs' ;
235+ import { Destination } from '../structs/Destination.mjs' ;
236+ import { ThreeTuple_OffersMessageDestinationBlindedPathZ } from '../structs/ThreeTuple_OffersMessageDestinationBlindedPathZ.mjs' ;
228237import { CounterpartyForwardingInfo } from '../structs/CounterpartyForwardingInfo.mjs' ;
229238import { Result_CounterpartyForwardingInfoDecodeErrorZ } from '../structs/Result_CounterpartyForwardingInfoDecodeErrorZ.mjs' ;
230239import { ChannelCounterparty } from '../structs/ChannelCounterparty.mjs' ;
@@ -271,14 +280,10 @@ import { TwoTuple_ThirtyTwoBytesChannelMonitorZ } from '../structs/TwoTuple_Thir
271280import { Result_C2Tuple_ThirtyTwoBytesChannelMonitorZDecodeErrorZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesChannelMonitorZDecodeErrorZ.mjs' ;
272281import { Type , TypeInterface } from '../structs/Type.mjs' ;
273282import { TwoTuple_PublicKeyTypeZ } from '../structs/TwoTuple_PublicKeyTypeZ.mjs' ;
274- import { InvoiceRequest } from '../structs/InvoiceRequest.mjs' ;
275- import { Bolt12Invoice } from '../structs/Bolt12Invoice.mjs' ;
276- import { InvoiceError } from '../structs/InvoiceError.mjs' ;
277- import { OffersMessage } from '../structs/OffersMessage.mjs' ;
278- import { Option_OffersMessageZ } from '../structs/Option_OffersMessageZ.mjs' ;
279- import { CustomOnionMessageContents , CustomOnionMessageContentsInterface } from '../structs/CustomOnionMessageContents.mjs' ;
280- import { Option_CustomOnionMessageContentsZ } from '../structs/Option_CustomOnionMessageContentsZ.mjs' ;
281- import { Result_COption_CustomOnionMessageContentsZDecodeErrorZ } from '../structs/Result_COption_CustomOnionMessageContentsZDecodeErrorZ.mjs' ;
283+ import { OnionMessageContents , OnionMessageContentsInterface } from '../structs/OnionMessageContents.mjs' ;
284+ import { Option_OnionMessageContentsZ } from '../structs/Option_OnionMessageContentsZ.mjs' ;
285+ import { Result_COption_OnionMessageContentsZDecodeErrorZ } from '../structs/Result_COption_OnionMessageContentsZDecodeErrorZ.mjs' ;
286+ import { ThreeTuple_OnionMessageContentsDestinationBlindedPathZ } from '../structs/ThreeTuple_OnionMessageContentsDestinationBlindedPathZ.mjs' ;
282287import { Option_TypeZ } from '../structs/Option_TypeZ.mjs' ;
283288import { Result_COption_TypeZDecodeErrorZ } from '../structs/Result_COption_TypeZDecodeErrorZ.mjs' ;
284289import { Option_SocketAddressZ } from '../structs/Option_SocketAddressZ.mjs' ;
@@ -450,6 +455,9 @@ import { Result_OnionMessagePathNoneZ } from '../structs/Result_OnionMessagePath
450455import { TwoTuple_PublicKeyOnionMessageZ } from '../structs/TwoTuple_PublicKeyOnionMessageZ.mjs' ;
451456import { SendError } from '../structs/SendError.mjs' ;
452457import { Result_C2Tuple_PublicKeyOnionMessageZSendErrorZ } from '../structs/Result_C2Tuple_PublicKeyOnionMessageZSendErrorZ.mjs' ;
458+ import { ParsedOnionMessageContents } from '../structs/ParsedOnionMessageContents.mjs' ;
459+ import { PeeledOnion } from '../structs/PeeledOnion.mjs' ;
460+ import { Result_PeeledOnionNoneZ } from '../structs/Result_PeeledOnionNoneZ.mjs' ;
453461import { Result_NoneSendErrorZ } from '../structs/Result_NoneSendErrorZ.mjs' ;
454462import { Result_BlindedPathNoneZ } from '../structs/Result_BlindedPathNoneZ.mjs' ;
455463import { Result_C2Tuple_BlindedPayInfoBlindedPathZNoneZ } from '../structs/Result_C2Tuple_BlindedPayInfoBlindedPathZNoneZ.mjs' ;
@@ -490,16 +498,15 @@ import { FailureCode } from '../structs/FailureCode.mjs';
490498import { ChainParameters } from '../structs/ChainParameters.mjs' ;
491499import { MessageSendEventsProvider , MessageSendEventsProviderInterface } from '../structs/MessageSendEventsProvider.mjs' ;
492500import { ChannelMessageHandler , ChannelMessageHandlerInterface } from '../structs/ChannelMessageHandler.mjs' ;
501+ import { OffersMessageHandler , OffersMessageHandlerInterface } from '../structs/OffersMessageHandler.mjs' ;
493502import { ChannelManagerReadArgs } from '../structs/ChannelManagerReadArgs.mjs' ;
494503import { ExpandedKey } from '../structs/ExpandedKey.mjs' ;
495504import { Packet } from '../structs/Packet.mjs' ;
496505import { RoutingMessageHandler , RoutingMessageHandlerInterface } from '../structs/RoutingMessageHandler.mjs' ;
497- import { OnionMessageProvider , OnionMessageProviderInterface } from '../structs/OnionMessageProvider.mjs' ;
498506import { OnionMessageHandler , OnionMessageHandlerInterface } from '../structs/OnionMessageHandler.mjs' ;
499507import { CustomMessageReader , CustomMessageReaderInterface } from '../structs/CustomMessageReader.mjs' ;
500508import { CustomMessageHandler , CustomMessageHandlerInterface } from '../structs/CustomMessageHandler.mjs' ;
501509import { IgnoringMessageHandler } from '../structs/IgnoringMessageHandler.mjs' ;
502- import { OffersMessageHandler , OffersMessageHandlerInterface } from '../structs/OffersMessageHandler.mjs' ;
503510import { CustomOnionMessageHandler , CustomOnionMessageHandlerInterface } from '../structs/CustomOnionMessageHandler.mjs' ;
504511import { ErroringMessageHandler } from '../structs/ErroringMessageHandler.mjs' ;
505512import { MessageHandler } from '../structs/MessageHandler.mjs' ;
@@ -526,11 +533,9 @@ import { MultiThreadedScoreLockWrite } from '../structs/MultiThreadedScoreLockWr
526533import { ProbabilisticScoringDecayParameters } from '../structs/ProbabilisticScoringDecayParameters.mjs' ;
527534import { KeysManager } from '../structs/KeysManager.mjs' ;
528535import { PhantomKeysManager } from '../structs/PhantomKeysManager.mjs' ;
529- import { Destination } from '../structs/Destination.mjs' ;
530536import { MessageRouter , MessageRouterInterface } from '../structs/MessageRouter.mjs' ;
531537import { OnionMessenger } from '../structs/OnionMessenger.mjs' ;
532538import { DefaultMessageRouter } from '../structs/DefaultMessageRouter.mjs' ;
533- import { OnionMessageContents } from '../structs/OnionMessageContents.mjs' ;
534539import { ForwardNode } from '../structs/ForwardNode.mjs' ;
535540import { ForwardTlvs } from '../structs/ForwardTlvs.mjs' ;
536541import { CoinSelectionSource , CoinSelectionSourceInterface } from '../structs/CoinSelectionSource.mjs' ;
0 commit comments