[TS] Update auto-generated bindings to LDK 0.0.118
[ldk-java] / ts / structs / ChannelMessageHandler.mts
1 import { TxOut } from '../structs/TxOut.mjs';
2 import { TxIn } from '../structs/TxIn.mjs';
3 import { BigEndianScalar } from '../structs/BigEndianScalar.mjs';
4 import { Bolt11SemanticError } from '../enums/Bolt11SemanticError.mjs';
5 import { Bolt12SemanticError } from '../enums/Bolt12SemanticError.mjs';
6 import { COption_NoneZ } from '../enums/COption_NoneZ.mjs';
7 import { ChannelMonitorUpdateStatus } from '../enums/ChannelMonitorUpdateStatus.mjs';
8 import { ChannelShutdownState } from '../enums/ChannelShutdownState.mjs';
9 import { ConfirmationTarget } from '../enums/ConfirmationTarget.mjs';
10 import { CreationError } from '../enums/CreationError.mjs';
11 import { Currency } from '../enums/Currency.mjs';
12 import { HTLCClaim } from '../enums/HTLCClaim.mjs';
13 import { IOError } from '../enums/IOError.mjs';
14 import { Level } from '../enums/Level.mjs';
15 import { Network } from '../enums/Network.mjs';
16 import { PaymentFailureReason } from '../enums/PaymentFailureReason.mjs';
17 import { Recipient } from '../enums/Recipient.mjs';
18 import { RetryableSendFailure } from '../enums/RetryableSendFailure.mjs';
19 import { Secp256k1Error } from '../enums/Secp256k1Error.mjs';
20 import { SiPrefix } from '../enums/SiPrefix.mjs';
21 import { SocketAddressParseError } from '../enums/SocketAddressParseError.mjs';
22 import { UtxoLookupError } from '../enums/UtxoLookupError.mjs';
23 import { Bech32Error } from '../structs/Bech32Error.mjs';
24 import { Option_u64Z } from '../structs/Option_u64Z.mjs';
25 import { BlindedPath } from '../structs/BlindedPath.mjs';
26 import { Refund } from '../structs/Refund.mjs';
27 import { Bolt12ParseError } from '../structs/Bolt12ParseError.mjs';
28 import { Result_RefundBolt12ParseErrorZ } from '../structs/Result_RefundBolt12ParseErrorZ.mjs';
29 import { Retry } from '../structs/Retry.mjs';
30 import { DecodeError } from '../structs/DecodeError.mjs';
31 import { Result_RetryDecodeErrorZ } from '../structs/Result_RetryDecodeErrorZ.mjs';
32 import { ShutdownScript } from '../structs/ShutdownScript.mjs';
33 import { APIError } from '../structs/APIError.mjs';
34 import { Result_NoneAPIErrorZ } from '../structs/Result_NoneAPIErrorZ.mjs';
35 import { Option_ThirtyTwoBytesZ } from '../structs/Option_ThirtyTwoBytesZ.mjs';
36 import { Option_CVec_u8ZZ } from '../structs/Option_CVec_u8ZZ.mjs';
37 import { RecipientOnionFields } from '../structs/RecipientOnionFields.mjs';
38 import { Result_RecipientOnionFieldsDecodeErrorZ } from '../structs/Result_RecipientOnionFieldsDecodeErrorZ.mjs';
39 import { TwoTuple_u64CVec_u8ZZ } from '../structs/TwoTuple_u64CVec_u8ZZ.mjs';
40 import { Result_RecipientOnionFieldsNoneZ } from '../structs/Result_RecipientOnionFieldsNoneZ.mjs';
41 import { Option_CVec_ThirtyTwoBytesZZ } from '../structs/Option_CVec_ThirtyTwoBytesZZ.mjs';
42 import { Result_ThirtyTwoBytesNoneZ } from '../structs/Result_ThirtyTwoBytesNoneZ.mjs';
43 import { BlindedPayInfo } from '../structs/BlindedPayInfo.mjs';
44 import { Result_BlindedPayInfoDecodeErrorZ } from '../structs/Result_BlindedPayInfoDecodeErrorZ.mjs';
45 import { DelayedPaymentOutputDescriptor } from '../structs/DelayedPaymentOutputDescriptor.mjs';
46 import { Result_DelayedPaymentOutputDescriptorDecodeErrorZ } from '../structs/Result_DelayedPaymentOutputDescriptorDecodeErrorZ.mjs';
47 import { StaticPaymentOutputDescriptor } from '../structs/StaticPaymentOutputDescriptor.mjs';
48 import { Result_StaticPaymentOutputDescriptorDecodeErrorZ } from '../structs/Result_StaticPaymentOutputDescriptorDecodeErrorZ.mjs';
49 import { OutPoint } from '../structs/OutPoint.mjs';
50 import { SpendableOutputDescriptor } from '../structs/SpendableOutputDescriptor.mjs';
51 import { Result_SpendableOutputDescriptorDecodeErrorZ } from '../structs/Result_SpendableOutputDescriptorDecodeErrorZ.mjs';
52 import { Option_u32Z } from '../structs/Option_u32Z.mjs';
53 import { TwoTuple_CVec_u8ZusizeZ } from '../structs/TwoTuple_CVec_u8ZusizeZ.mjs';
54 import { Result_C2Tuple_CVec_u8ZusizeZNoneZ } from '../structs/Result_C2Tuple_CVec_u8ZusizeZNoneZ.mjs';
55 import { ChannelDerivationParameters } from '../structs/ChannelDerivationParameters.mjs';
56 import { Result_ChannelDerivationParametersDecodeErrorZ } from '../structs/Result_ChannelDerivationParametersDecodeErrorZ.mjs';
57 import { HTLCDescriptor } from '../structs/HTLCDescriptor.mjs';
58 import { Result_HTLCDescriptorDecodeErrorZ } from '../structs/Result_HTLCDescriptorDecodeErrorZ.mjs';
59 import { Result_NoneNoneZ } from '../structs/Result_NoneNoneZ.mjs';
60 import { TwoTuple_ECDSASignatureCVec_ECDSASignatureZZ } from '../structs/TwoTuple_ECDSASignatureCVec_ECDSASignatureZZ.mjs';
61 import { Result_C2Tuple_ECDSASignatureCVec_ECDSASignatureZZNoneZ } from '../structs/Result_C2Tuple_ECDSASignatureCVec_ECDSASignatureZZNoneZ.mjs';
62 import { Result_ECDSASignatureNoneZ } from '../structs/Result_ECDSASignatureNoneZ.mjs';
63 import { Result_PublicKeyNoneZ } from '../structs/Result_PublicKeyNoneZ.mjs';
64 import { Option_BigEndianScalarZ } from '../structs/Option_BigEndianScalarZ.mjs';
65 import { Result_RecoverableSignatureNoneZ } from '../structs/Result_RecoverableSignatureNoneZ.mjs';
66 import { Result_SchnorrSignatureNoneZ } from '../structs/Result_SchnorrSignatureNoneZ.mjs';
67 import { CommitmentTransaction } from '../structs/CommitmentTransaction.mjs';
68 import { HolderCommitmentTransaction } from '../structs/HolderCommitmentTransaction.mjs';
69 import { HTLCOutputInCommitment } from '../structs/HTLCOutputInCommitment.mjs';
70 import { ClosingTransaction } from '../structs/ClosingTransaction.mjs';
71 import { UnsignedChannelAnnouncement } from '../structs/UnsignedChannelAnnouncement.mjs';
72 import { ChannelPublicKeys } from '../structs/ChannelPublicKeys.mjs';
73 import { ChannelTransactionParameters } from '../structs/ChannelTransactionParameters.mjs';
74 import { ChannelSigner, ChannelSignerInterface } from '../structs/ChannelSigner.mjs';
75 import { EcdsaChannelSigner, EcdsaChannelSignerInterface } from '../structs/EcdsaChannelSigner.mjs';
76 import { WriteableEcdsaChannelSigner, WriteableEcdsaChannelSignerInterface } from '../structs/WriteableEcdsaChannelSigner.mjs';
77 import { Result_WriteableEcdsaChannelSignerDecodeErrorZ } from '../structs/Result_WriteableEcdsaChannelSignerDecodeErrorZ.mjs';
78 import { Result_CVec_u8ZNoneZ } from '../structs/Result_CVec_u8ZNoneZ.mjs';
79 import { Result_ShutdownScriptNoneZ } from '../structs/Result_ShutdownScriptNoneZ.mjs';
80 import { Option_u16Z } from '../structs/Option_u16Z.mjs';
81 import { Option_boolZ } from '../structs/Option_boolZ.mjs';
82 import { Result_CVec_CVec_u8ZZNoneZ } from '../structs/Result_CVec_CVec_u8ZZNoneZ.mjs';
83 import { InMemorySigner } from '../structs/InMemorySigner.mjs';
84 import { Result_InMemorySignerDecodeErrorZ } from '../structs/Result_InMemorySignerDecodeErrorZ.mjs';
85 import { Result_TransactionNoneZ } from '../structs/Result_TransactionNoneZ.mjs';
86 import { ChannelDetails } from '../structs/ChannelDetails.mjs';
87 import { Route } from '../structs/Route.mjs';
88 import { LightningError } from '../structs/LightningError.mjs';
89 import { Result_RouteLightningErrorZ } from '../structs/Result_RouteLightningErrorZ.mjs';
90 import { InFlightHtlcs } from '../structs/InFlightHtlcs.mjs';
91 import { Result_InFlightHtlcsDecodeErrorZ } from '../structs/Result_InFlightHtlcsDecodeErrorZ.mjs';
92 import { RouteHop } from '../structs/RouteHop.mjs';
93 import { Result_RouteHopDecodeErrorZ } from '../structs/Result_RouteHopDecodeErrorZ.mjs';
94 import { BlindedHop } from '../structs/BlindedHop.mjs';
95 import { BlindedTail } from '../structs/BlindedTail.mjs';
96 import { Result_BlindedTailDecodeErrorZ } from '../structs/Result_BlindedTailDecodeErrorZ.mjs';
97 import { Path } from '../structs/Path.mjs';
98 import { Result_RouteDecodeErrorZ } from '../structs/Result_RouteDecodeErrorZ.mjs';
99 import { RouteParameters } from '../structs/RouteParameters.mjs';
100 import { Result_RouteParametersDecodeErrorZ } from '../structs/Result_RouteParametersDecodeErrorZ.mjs';
101 import { PaymentParameters } from '../structs/PaymentParameters.mjs';
102 import { Result_PaymentParametersDecodeErrorZ } from '../structs/Result_PaymentParametersDecodeErrorZ.mjs';
103 import { TwoTuple_BlindedPayInfoBlindedPathZ } from '../structs/TwoTuple_BlindedPayInfoBlindedPathZ.mjs';
104 import { RouteHint } from '../structs/RouteHint.mjs';
105 import { RouteHintHop } from '../structs/RouteHintHop.mjs';
106 import { Result_RouteHintDecodeErrorZ } from '../structs/Result_RouteHintDecodeErrorZ.mjs';
107 import { Result_RouteHintHopDecodeErrorZ } from '../structs/Result_RouteHintHopDecodeErrorZ.mjs';
108 import { FixedPenaltyScorer } from '../structs/FixedPenaltyScorer.mjs';
109 import { Result_FixedPenaltyScorerDecodeErrorZ } from '../structs/Result_FixedPenaltyScorerDecodeErrorZ.mjs';
110 import { NodeId } from '../structs/NodeId.mjs';
111 import { TwoTuple_u64u64Z } from '../structs/TwoTuple_u64u64Z.mjs';
112 import { Option_C2Tuple_u64u64ZZ } from '../structs/Option_C2Tuple_u64u64ZZ.mjs';
113 import { TwoTuple_Z } from '../structs/TwoTuple_Z.mjs';
114 import { TwoTuple__u1632_u1632Z } from '../structs/TwoTuple__u1632_u1632Z.mjs';
115 import { Option_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ } from '../structs/Option_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ.mjs';
116 import { Option_f64Z } from '../structs/Option_f64Z.mjs';
117 import { Record } from '../structs/Record.mjs';
118 import { Logger, LoggerInterface } from '../structs/Logger.mjs';
119 import { NetworkGraph } from '../structs/NetworkGraph.mjs';
120 import { ProbabilisticScorer } from '../structs/ProbabilisticScorer.mjs';
121 import { Result_ProbabilisticScorerDecodeErrorZ } from '../structs/Result_ProbabilisticScorerDecodeErrorZ.mjs';
122 import { TwoTuple_usizeTransactionZ } from '../structs/TwoTuple_usizeTransactionZ.mjs';
123 import { TwoTuple_ThirtyTwoBytesCOption_ThirtyTwoBytesZZ } from '../structs/TwoTuple_ThirtyTwoBytesCOption_ThirtyTwoBytesZZ.mjs';
124 import { Result_ChannelMonitorUpdateStatusNoneZ } from '../structs/Result_ChannelMonitorUpdateStatusNoneZ.mjs';
125 import { HTLCUpdate } from '../structs/HTLCUpdate.mjs';
126 import { MonitorEvent } from '../structs/MonitorEvent.mjs';
127 import { ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ } from '../structs/ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ.mjs';
128 import { InitFeatures } from '../structs/InitFeatures.mjs';
129 import { Result_InitFeaturesDecodeErrorZ } from '../structs/Result_InitFeaturesDecodeErrorZ.mjs';
130 import { ChannelFeatures } from '../structs/ChannelFeatures.mjs';
131 import { Result_ChannelFeaturesDecodeErrorZ } from '../structs/Result_ChannelFeaturesDecodeErrorZ.mjs';
132 import { NodeFeatures } from '../structs/NodeFeatures.mjs';
133 import { Result_NodeFeaturesDecodeErrorZ } from '../structs/Result_NodeFeaturesDecodeErrorZ.mjs';
134 import { Bolt11InvoiceFeatures } from '../structs/Bolt11InvoiceFeatures.mjs';
135 import { Result_Bolt11InvoiceFeaturesDecodeErrorZ } from '../structs/Result_Bolt11InvoiceFeaturesDecodeErrorZ.mjs';
136 import { Bolt12InvoiceFeatures } from '../structs/Bolt12InvoiceFeatures.mjs';
137 import { Result_Bolt12InvoiceFeaturesDecodeErrorZ } from '../structs/Result_Bolt12InvoiceFeaturesDecodeErrorZ.mjs';
138 import { BlindedHopFeatures } from '../structs/BlindedHopFeatures.mjs';
139 import { Result_BlindedHopFeaturesDecodeErrorZ } from '../structs/Result_BlindedHopFeaturesDecodeErrorZ.mjs';
140 import { ChannelTypeFeatures } from '../structs/ChannelTypeFeatures.mjs';
141 import { Result_ChannelTypeFeaturesDecodeErrorZ } from '../structs/Result_ChannelTypeFeaturesDecodeErrorZ.mjs';
142 import { Offer } from '../structs/Offer.mjs';
143 import { Result_OfferBolt12ParseErrorZ } from '../structs/Result_OfferBolt12ParseErrorZ.mjs';
144 import { Result_PublicKeySecp256k1ErrorZ } from '../structs/Result_PublicKeySecp256k1ErrorZ.mjs';
145 import { Result_NodeIdDecodeErrorZ } from '../structs/Result_NodeIdDecodeErrorZ.mjs';
146 import { ChannelUpdate } from '../structs/ChannelUpdate.mjs';
147 import { NetworkUpdate } from '../structs/NetworkUpdate.mjs';
148 import { Option_NetworkUpdateZ } from '../structs/Option_NetworkUpdateZ.mjs';
149 import { Result_COption_NetworkUpdateZDecodeErrorZ } from '../structs/Result_COption_NetworkUpdateZDecodeErrorZ.mjs';
150 import { Result_TxOutUtxoLookupErrorZ } from '../structs/Result_TxOutUtxoLookupErrorZ.mjs';
151 import { UtxoFuture } from '../structs/UtxoFuture.mjs';
152 import { UtxoResult } from '../structs/UtxoResult.mjs';
153 import { UtxoLookup, UtxoLookupInterface } from '../structs/UtxoLookup.mjs';
154 import { Option_UtxoLookupZ } from '../structs/Option_UtxoLookupZ.mjs';
155 import { Result_NoneLightningErrorZ } from '../structs/Result_NoneLightningErrorZ.mjs';
156 import { Result_boolLightningErrorZ } from '../structs/Result_boolLightningErrorZ.mjs';
157 import { ChannelAnnouncement } from '../structs/ChannelAnnouncement.mjs';
158 import { ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ } from '../structs/ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ.mjs';
159 import { Option_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ } from '../structs/Option_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ.mjs';
160 import { AcceptChannel } from '../structs/AcceptChannel.mjs';
161 import { AcceptChannelV2 } from '../structs/AcceptChannelV2.mjs';
162 import { OpenChannel } from '../structs/OpenChannel.mjs';
163 import { OpenChannelV2 } from '../structs/OpenChannelV2.mjs';
164 import { FundingCreated } from '../structs/FundingCreated.mjs';
165 import { FundingSigned } from '../structs/FundingSigned.mjs';
166 import { TxAddInput } from '../structs/TxAddInput.mjs';
167 import { TxAddOutput } from '../structs/TxAddOutput.mjs';
168 import { TxRemoveInput } from '../structs/TxRemoveInput.mjs';
169 import { TxRemoveOutput } from '../structs/TxRemoveOutput.mjs';
170 import { TxComplete } from '../structs/TxComplete.mjs';
171 import { TxSignatures } from '../structs/TxSignatures.mjs';
172 import { TxInitRbf } from '../structs/TxInitRbf.mjs';
173 import { TxAckRbf } from '../structs/TxAckRbf.mjs';
174 import { TxAbort } from '../structs/TxAbort.mjs';
175 import { ChannelReady } from '../structs/ChannelReady.mjs';
176 import { AnnouncementSignatures } from '../structs/AnnouncementSignatures.mjs';
177 import { CommitmentUpdate } from '../structs/CommitmentUpdate.mjs';
178 import { RevokeAndACK } from '../structs/RevokeAndACK.mjs';
179 import { ClosingSigned } from '../structs/ClosingSigned.mjs';
180 import { Shutdown } from '../structs/Shutdown.mjs';
181 import { ChannelReestablish } from '../structs/ChannelReestablish.mjs';
182 import { NodeAnnouncement } from '../structs/NodeAnnouncement.mjs';
183 import { ErrorMessage } from '../structs/ErrorMessage.mjs';
184 import { WarningMessage } from '../structs/WarningMessage.mjs';
185 import { ErrorAction } from '../structs/ErrorAction.mjs';
186 import { QueryChannelRange } from '../structs/QueryChannelRange.mjs';
187 import { QueryShortChannelIds } from '../structs/QueryShortChannelIds.mjs';
188 import { ReplyChannelRange } from '../structs/ReplyChannelRange.mjs';
189 import { GossipTimestampFilter } from '../structs/GossipTimestampFilter.mjs';
190 import { MessageSendEvent } from '../structs/MessageSendEvent.mjs';
191 import { ChannelUpdateInfo } from '../structs/ChannelUpdateInfo.mjs';
192 import { Result_ChannelUpdateInfoDecodeErrorZ } from '../structs/Result_ChannelUpdateInfoDecodeErrorZ.mjs';
193 import { ChannelInfo } from '../structs/ChannelInfo.mjs';
194 import { Result_ChannelInfoDecodeErrorZ } from '../structs/Result_ChannelInfoDecodeErrorZ.mjs';
195 import { RoutingFees } from '../structs/RoutingFees.mjs';
196 import { Result_RoutingFeesDecodeErrorZ } from '../structs/Result_RoutingFeesDecodeErrorZ.mjs';
197 import { Hostname } from '../structs/Hostname.mjs';
198 import { SocketAddress } from '../structs/SocketAddress.mjs';
199 import { NodeAnnouncementInfo } from '../structs/NodeAnnouncementInfo.mjs';
200 import { Result_NodeAnnouncementInfoDecodeErrorZ } from '../structs/Result_NodeAnnouncementInfoDecodeErrorZ.mjs';
201 import { NodeAlias } from '../structs/NodeAlias.mjs';
202 import { Result_NodeAliasDecodeErrorZ } from '../structs/Result_NodeAliasDecodeErrorZ.mjs';
203 import { NodeInfo } from '../structs/NodeInfo.mjs';
204 import { Result_NodeInfoDecodeErrorZ } from '../structs/Result_NodeInfoDecodeErrorZ.mjs';
205 import { Result_NetworkGraphDecodeErrorZ } from '../structs/Result_NetworkGraphDecodeErrorZ.mjs';
206 import { Option_CVec_SocketAddressZZ } from '../structs/Option_CVec_SocketAddressZZ.mjs';
207 import { Utxo } from '../structs/Utxo.mjs';
208 import { Option_TxOutZ } from '../structs/Option_TxOutZ.mjs';
209 import { Input } from '../structs/Input.mjs';
210 import { CoinSelection } from '../structs/CoinSelection.mjs';
211 import { Result_CoinSelectionNoneZ } from '../structs/Result_CoinSelectionNoneZ.mjs';
212 import { Result_CVec_UtxoZNoneZ } from '../structs/Result_CVec_UtxoZNoneZ.mjs';
213 import { TwoTuple_u64u16Z } from '../structs/TwoTuple_u64u16Z.mjs';
214 import { Option_C2Tuple_u64u16ZZ } from '../structs/Option_C2Tuple_u64u16ZZ.mjs';
215 import { Option_ChannelShutdownStateZ } from '../structs/Option_ChannelShutdownStateZ.mjs';
216 import { Result_ThirtyTwoBytesAPIErrorZ } from '../structs/Result_ThirtyTwoBytesAPIErrorZ.mjs';
217 import { RecentPaymentDetails } from '../structs/RecentPaymentDetails.mjs';
218 import { PaymentSendFailure } from '../structs/PaymentSendFailure.mjs';
219 import { Result_NonePaymentSendFailureZ } from '../structs/Result_NonePaymentSendFailureZ.mjs';
220 import { Result_NoneRetryableSendFailureZ } from '../structs/Result_NoneRetryableSendFailureZ.mjs';
221 import { Result_ThirtyTwoBytesPaymentSendFailureZ } from '../structs/Result_ThirtyTwoBytesPaymentSendFailureZ.mjs';
222 import { Result_ThirtyTwoBytesRetryableSendFailureZ } from '../structs/Result_ThirtyTwoBytesRetryableSendFailureZ.mjs';
223 import { TwoTuple_ThirtyTwoBytesThirtyTwoBytesZ } from '../structs/TwoTuple_ThirtyTwoBytesThirtyTwoBytesZ.mjs';
224 import { Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZPaymentSendFailureZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZPaymentSendFailureZ.mjs';
225 import { ProbeSendFailure } from '../structs/ProbeSendFailure.mjs';
226 import { Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbeSendFailureZ } from '../structs/Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbeSendFailureZ.mjs';
227 import { TwoTuple_ThirtyTwoBytesPublicKeyZ } from '../structs/TwoTuple_ThirtyTwoBytesPublicKeyZ.mjs';
228 import { Option_StrZ } from '../structs/Option_StrZ.mjs';
229 import { Result_NoneBolt12SemanticErrorZ } from '../structs/Result_NoneBolt12SemanticErrorZ.mjs';
230 import { Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZNoneZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZNoneZ.mjs';
231 import { InvoiceRequest } from '../structs/InvoiceRequest.mjs';
232 import { Bolt12Invoice } from '../structs/Bolt12Invoice.mjs';
233 import { InvoiceError } from '../structs/InvoiceError.mjs';
234 import { OffersMessage } from '../structs/OffersMessage.mjs';
235 import { Option_OffersMessageZ } from '../structs/Option_OffersMessageZ.mjs';
236 import { Destination } from '../structs/Destination.mjs';
237 import { ThreeTuple_OffersMessageDestinationBlindedPathZ } from '../structs/ThreeTuple_OffersMessageDestinationBlindedPathZ.mjs';
238 import { CounterpartyForwardingInfo } from '../structs/CounterpartyForwardingInfo.mjs';
239 import { Result_CounterpartyForwardingInfoDecodeErrorZ } from '../structs/Result_CounterpartyForwardingInfoDecodeErrorZ.mjs';
240 import { ChannelCounterparty } from '../structs/ChannelCounterparty.mjs';
241 import { Result_ChannelCounterpartyDecodeErrorZ } from '../structs/Result_ChannelCounterpartyDecodeErrorZ.mjs';
242 import { Result_ChannelDetailsDecodeErrorZ } from '../structs/Result_ChannelDetailsDecodeErrorZ.mjs';
243 import { PhantomRouteHints } from '../structs/PhantomRouteHints.mjs';
244 import { Result_PhantomRouteHintsDecodeErrorZ } from '../structs/Result_PhantomRouteHintsDecodeErrorZ.mjs';
245 import { Result_ChannelShutdownStateDecodeErrorZ } from '../structs/Result_ChannelShutdownStateDecodeErrorZ.mjs';
246 import { ChannelMonitor } from '../structs/ChannelMonitor.mjs';
247 import { ChannelMonitorUpdate } from '../structs/ChannelMonitorUpdate.mjs';
248 import { Watch, WatchInterface } from '../structs/Watch.mjs';
249 import { BroadcasterInterface, BroadcasterInterfaceInterface } from '../structs/BroadcasterInterface.mjs';
250 import { EntropySource, EntropySourceInterface } from '../structs/EntropySource.mjs';
251 import { UnsignedInvoiceRequest } from '../structs/UnsignedInvoiceRequest.mjs';
252 import { UnsignedBolt12Invoice } from '../structs/UnsignedBolt12Invoice.mjs';
253 import { UnsignedChannelUpdate } from '../structs/UnsignedChannelUpdate.mjs';
254 import { UnsignedNodeAnnouncement } from '../structs/UnsignedNodeAnnouncement.mjs';
255 import { UnsignedGossipMessage } from '../structs/UnsignedGossipMessage.mjs';
256 import { NodeSigner, NodeSignerInterface } from '../structs/NodeSigner.mjs';
257 import { SignerProvider, SignerProviderInterface } from '../structs/SignerProvider.mjs';
258 import { FeeEstimator, FeeEstimatorInterface } from '../structs/FeeEstimator.mjs';
259 import { Router, RouterInterface } from '../structs/Router.mjs';
260 import { ChannelManager } from '../structs/ChannelManager.mjs';
261 import { TwoTuple_ThirtyTwoBytesChannelManagerZ } from '../structs/TwoTuple_ThirtyTwoBytesChannelManagerZ.mjs';
262 import { Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ.mjs';
263 import { MaxDustHTLCExposure } from '../structs/MaxDustHTLCExposure.mjs';
264 import { Result_MaxDustHTLCExposureDecodeErrorZ } from '../structs/Result_MaxDustHTLCExposureDecodeErrorZ.mjs';
265 import { ChannelConfig } from '../structs/ChannelConfig.mjs';
266 import { Result_ChannelConfigDecodeErrorZ } from '../structs/Result_ChannelConfigDecodeErrorZ.mjs';
267 import { Option_MaxDustHTLCExposureZ } from '../structs/Option_MaxDustHTLCExposureZ.mjs';
268 import { Option_APIErrorZ } from '../structs/Option_APIErrorZ.mjs';
269 import { Result_COption_APIErrorZDecodeErrorZ } from '../structs/Result_COption_APIErrorZDecodeErrorZ.mjs';
270 import { Result_ChannelMonitorUpdateDecodeErrorZ } from '../structs/Result_ChannelMonitorUpdateDecodeErrorZ.mjs';
271 import { Option_MonitorEventZ } from '../structs/Option_MonitorEventZ.mjs';
272 import { Result_COption_MonitorEventZDecodeErrorZ } from '../structs/Result_COption_MonitorEventZDecodeErrorZ.mjs';
273 import { Result_HTLCUpdateDecodeErrorZ } from '../structs/Result_HTLCUpdateDecodeErrorZ.mjs';
274 import { TwoTuple_OutPointCVec_u8ZZ } from '../structs/TwoTuple_OutPointCVec_u8ZZ.mjs';
275 import { TwoTuple_u32CVec_u8ZZ } from '../structs/TwoTuple_u32CVec_u8ZZ.mjs';
276 import { TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ } from '../structs/TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ.mjs';
277 import { TwoTuple_u32TxOutZ } from '../structs/TwoTuple_u32TxOutZ.mjs';
278 import { TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ } from '../structs/TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ.mjs';
279 import { Balance } from '../structs/Balance.mjs';
280 import { TwoTuple_ThirtyTwoBytesChannelMonitorZ } from '../structs/TwoTuple_ThirtyTwoBytesChannelMonitorZ.mjs';
281 import { Result_C2Tuple_ThirtyTwoBytesChannelMonitorZDecodeErrorZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesChannelMonitorZDecodeErrorZ.mjs';
282 import { Type, TypeInterface } from '../structs/Type.mjs';
283 import { TwoTuple_PublicKeyTypeZ } from '../structs/TwoTuple_PublicKeyTypeZ.mjs';
284 import { OnionMessageContents, OnionMessageContentsInterface } from '../structs/OnionMessageContents.mjs';
285 import { Option_OnionMessageContentsZ } from '../structs/Option_OnionMessageContentsZ.mjs';
286 import { Result_COption_OnionMessageContentsZDecodeErrorZ } from '../structs/Result_COption_OnionMessageContentsZDecodeErrorZ.mjs';
287 import { ThreeTuple_OnionMessageContentsDestinationBlindedPathZ } from '../structs/ThreeTuple_OnionMessageContentsDestinationBlindedPathZ.mjs';
288 import { Option_TypeZ } from '../structs/Option_TypeZ.mjs';
289 import { Result_COption_TypeZDecodeErrorZ } from '../structs/Result_COption_TypeZDecodeErrorZ.mjs';
290 import { Option_SocketAddressZ } from '../structs/Option_SocketAddressZ.mjs';
291 import { TwoTuple_PublicKeyCOption_SocketAddressZZ } from '../structs/TwoTuple_PublicKeyCOption_SocketAddressZZ.mjs';
292 import { PeerHandleError } from '../structs/PeerHandleError.mjs';
293 import { Result_CVec_u8ZPeerHandleErrorZ } from '../structs/Result_CVec_u8ZPeerHandleErrorZ.mjs';
294 import { Result_NonePeerHandleErrorZ } from '../structs/Result_NonePeerHandleErrorZ.mjs';
295 import { Result_boolPeerHandleErrorZ } from '../structs/Result_boolPeerHandleErrorZ.mjs';
296 import { GraphSyncError } from '../structs/GraphSyncError.mjs';
297 import { Result_u32GraphSyncErrorZ } from '../structs/Result_u32GraphSyncErrorZ.mjs';
298 import { Result_CVec_u8ZIOErrorZ } from '../structs/Result_CVec_u8ZIOErrorZ.mjs';
299 import { Result_NoneIOErrorZ } from '../structs/Result_NoneIOErrorZ.mjs';
300 import { Result_CVec_StrZIOErrorZ } from '../structs/Result_CVec_StrZIOErrorZ.mjs';
301 import { Result_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZ } from '../structs/Result_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZ.mjs';
302 import { Result_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZ.mjs';
303 import { Option_SecretKeyZ } from '../structs/Option_SecretKeyZ.mjs';
304 import { VerifiedInvoiceRequest } from '../structs/VerifiedInvoiceRequest.mjs';
305 import { Result_VerifiedInvoiceRequestNoneZ } from '../structs/Result_VerifiedInvoiceRequestNoneZ.mjs';
306 import { Option_i64Z } from '../structs/Option_i64Z.mjs';
307 import { Result_SocketAddressDecodeErrorZ } from '../structs/Result_SocketAddressDecodeErrorZ.mjs';
308 import { Result_SocketAddressSocketAddressParseErrorZ } from '../structs/Result_SocketAddressSocketAddressParseErrorZ.mjs';
309 import { UpdateAddHTLC } from '../structs/UpdateAddHTLC.mjs';
310 import { UpdateFulfillHTLC } from '../structs/UpdateFulfillHTLC.mjs';
311 import { UpdateFailHTLC } from '../structs/UpdateFailHTLC.mjs';
312 import { UpdateFailMalformedHTLC } from '../structs/UpdateFailMalformedHTLC.mjs';
313 import { Result_AcceptChannelDecodeErrorZ } from '../structs/Result_AcceptChannelDecodeErrorZ.mjs';
314 import { Result_AcceptChannelV2DecodeErrorZ } from '../structs/Result_AcceptChannelV2DecodeErrorZ.mjs';
315 import { Result_TxAddInputDecodeErrorZ } from '../structs/Result_TxAddInputDecodeErrorZ.mjs';
316 import { Result_TxAddOutputDecodeErrorZ } from '../structs/Result_TxAddOutputDecodeErrorZ.mjs';
317 import { Result_TxRemoveInputDecodeErrorZ } from '../structs/Result_TxRemoveInputDecodeErrorZ.mjs';
318 import { Result_TxRemoveOutputDecodeErrorZ } from '../structs/Result_TxRemoveOutputDecodeErrorZ.mjs';
319 import { Result_TxCompleteDecodeErrorZ } from '../structs/Result_TxCompleteDecodeErrorZ.mjs';
320 import { Result_TxSignaturesDecodeErrorZ } from '../structs/Result_TxSignaturesDecodeErrorZ.mjs';
321 import { Result_TxInitRbfDecodeErrorZ } from '../structs/Result_TxInitRbfDecodeErrorZ.mjs';
322 import { Result_TxAckRbfDecodeErrorZ } from '../structs/Result_TxAckRbfDecodeErrorZ.mjs';
323 import { Result_TxAbortDecodeErrorZ } from '../structs/Result_TxAbortDecodeErrorZ.mjs';
324 import { Result_AnnouncementSignaturesDecodeErrorZ } from '../structs/Result_AnnouncementSignaturesDecodeErrorZ.mjs';
325 import { Result_ChannelReestablishDecodeErrorZ } from '../structs/Result_ChannelReestablishDecodeErrorZ.mjs';
326 import { Result_ClosingSignedDecodeErrorZ } from '../structs/Result_ClosingSignedDecodeErrorZ.mjs';
327 import { ClosingSignedFeeRange } from '../structs/ClosingSignedFeeRange.mjs';
328 import { Result_ClosingSignedFeeRangeDecodeErrorZ } from '../structs/Result_ClosingSignedFeeRangeDecodeErrorZ.mjs';
329 import { CommitmentSigned } from '../structs/CommitmentSigned.mjs';
330 import { Result_CommitmentSignedDecodeErrorZ } from '../structs/Result_CommitmentSignedDecodeErrorZ.mjs';
331 import { Result_FundingCreatedDecodeErrorZ } from '../structs/Result_FundingCreatedDecodeErrorZ.mjs';
332 import { Result_FundingSignedDecodeErrorZ } from '../structs/Result_FundingSignedDecodeErrorZ.mjs';
333 import { Result_ChannelReadyDecodeErrorZ } from '../structs/Result_ChannelReadyDecodeErrorZ.mjs';
334 import { Init } from '../structs/Init.mjs';
335 import { Result_InitDecodeErrorZ } from '../structs/Result_InitDecodeErrorZ.mjs';
336 import { Result_OpenChannelDecodeErrorZ } from '../structs/Result_OpenChannelDecodeErrorZ.mjs';
337 import { Result_OpenChannelV2DecodeErrorZ } from '../structs/Result_OpenChannelV2DecodeErrorZ.mjs';
338 import { Result_RevokeAndACKDecodeErrorZ } from '../structs/Result_RevokeAndACKDecodeErrorZ.mjs';
339 import { Result_ShutdownDecodeErrorZ } from '../structs/Result_ShutdownDecodeErrorZ.mjs';
340 import { Result_UpdateFailHTLCDecodeErrorZ } from '../structs/Result_UpdateFailHTLCDecodeErrorZ.mjs';
341 import { Result_UpdateFailMalformedHTLCDecodeErrorZ } from '../structs/Result_UpdateFailMalformedHTLCDecodeErrorZ.mjs';
342 import { UpdateFee } from '../structs/UpdateFee.mjs';
343 import { Result_UpdateFeeDecodeErrorZ } from '../structs/Result_UpdateFeeDecodeErrorZ.mjs';
344 import { Result_UpdateFulfillHTLCDecodeErrorZ } from '../structs/Result_UpdateFulfillHTLCDecodeErrorZ.mjs';
345 import { Result_UpdateAddHTLCDecodeErrorZ } from '../structs/Result_UpdateAddHTLCDecodeErrorZ.mjs';
346 import { OnionMessage } from '../structs/OnionMessage.mjs';
347 import { Result_OnionMessageDecodeErrorZ } from '../structs/Result_OnionMessageDecodeErrorZ.mjs';
348 import { Ping } from '../structs/Ping.mjs';
349 import { Result_PingDecodeErrorZ } from '../structs/Result_PingDecodeErrorZ.mjs';
350 import { Pong } from '../structs/Pong.mjs';
351 import { Result_PongDecodeErrorZ } from '../structs/Result_PongDecodeErrorZ.mjs';
352 import { Result_UnsignedChannelAnnouncementDecodeErrorZ } from '../structs/Result_UnsignedChannelAnnouncementDecodeErrorZ.mjs';
353 import { Result_ChannelAnnouncementDecodeErrorZ } from '../structs/Result_ChannelAnnouncementDecodeErrorZ.mjs';
354 import { Result_UnsignedChannelUpdateDecodeErrorZ } from '../structs/Result_UnsignedChannelUpdateDecodeErrorZ.mjs';
355 import { Result_ChannelUpdateDecodeErrorZ } from '../structs/Result_ChannelUpdateDecodeErrorZ.mjs';
356 import { Result_ErrorMessageDecodeErrorZ } from '../structs/Result_ErrorMessageDecodeErrorZ.mjs';
357 import { Result_WarningMessageDecodeErrorZ } from '../structs/Result_WarningMessageDecodeErrorZ.mjs';
358 import { Result_UnsignedNodeAnnouncementDecodeErrorZ } from '../structs/Result_UnsignedNodeAnnouncementDecodeErrorZ.mjs';
359 import { Result_NodeAnnouncementDecodeErrorZ } from '../structs/Result_NodeAnnouncementDecodeErrorZ.mjs';
360 import { Result_QueryShortChannelIdsDecodeErrorZ } from '../structs/Result_QueryShortChannelIdsDecodeErrorZ.mjs';
361 import { ReplyShortChannelIdsEnd } from '../structs/ReplyShortChannelIdsEnd.mjs';
362 import { Result_ReplyShortChannelIdsEndDecodeErrorZ } from '../structs/Result_ReplyShortChannelIdsEndDecodeErrorZ.mjs';
363 import { Result_QueryChannelRangeDecodeErrorZ } from '../structs/Result_QueryChannelRangeDecodeErrorZ.mjs';
364 import { Result_ReplyChannelRangeDecodeErrorZ } from '../structs/Result_ReplyChannelRangeDecodeErrorZ.mjs';
365 import { Result_GossipTimestampFilterDecodeErrorZ } from '../structs/Result_GossipTimestampFilterDecodeErrorZ.mjs';
366 import { Bolt11Invoice } from '../structs/Bolt11Invoice.mjs';
367 import { SignOrCreationError } from '../structs/SignOrCreationError.mjs';
368 import { Result_Bolt11InvoiceSignOrCreationErrorZ } from '../structs/Result_Bolt11InvoiceSignOrCreationErrorZ.mjs';
369 import { Result_OffersMessageDecodeErrorZ } from '../structs/Result_OffersMessageDecodeErrorZ.mjs';
370 import { Option_HTLCClaimZ } from '../structs/Option_HTLCClaimZ.mjs';
371 import { CounterpartyCommitmentSecrets } from '../structs/CounterpartyCommitmentSecrets.mjs';
372 import { Result_CounterpartyCommitmentSecretsDecodeErrorZ } from '../structs/Result_CounterpartyCommitmentSecretsDecodeErrorZ.mjs';
373 import { TxCreationKeys } from '../structs/TxCreationKeys.mjs';
374 import { Result_TxCreationKeysDecodeErrorZ } from '../structs/Result_TxCreationKeysDecodeErrorZ.mjs';
375 import { Result_ChannelPublicKeysDecodeErrorZ } from '../structs/Result_ChannelPublicKeysDecodeErrorZ.mjs';
376 import { Result_HTLCOutputInCommitmentDecodeErrorZ } from '../structs/Result_HTLCOutputInCommitmentDecodeErrorZ.mjs';
377 import { CounterpartyChannelTransactionParameters } from '../structs/CounterpartyChannelTransactionParameters.mjs';
378 import { Result_CounterpartyChannelTransactionParametersDecodeErrorZ } from '../structs/Result_CounterpartyChannelTransactionParametersDecodeErrorZ.mjs';
379 import { Result_ChannelTransactionParametersDecodeErrorZ } from '../structs/Result_ChannelTransactionParametersDecodeErrorZ.mjs';
380 import { Result_HolderCommitmentTransactionDecodeErrorZ } from '../structs/Result_HolderCommitmentTransactionDecodeErrorZ.mjs';
381 import { BuiltCommitmentTransaction } from '../structs/BuiltCommitmentTransaction.mjs';
382 import { Result_BuiltCommitmentTransactionDecodeErrorZ } from '../structs/Result_BuiltCommitmentTransactionDecodeErrorZ.mjs';
383 import { TrustedClosingTransaction } from '../structs/TrustedClosingTransaction.mjs';
384 import { Result_TrustedClosingTransactionNoneZ } from '../structs/Result_TrustedClosingTransactionNoneZ.mjs';
385 import { Result_CommitmentTransactionDecodeErrorZ } from '../structs/Result_CommitmentTransactionDecodeErrorZ.mjs';
386 import { TrustedCommitmentTransaction } from '../structs/TrustedCommitmentTransaction.mjs';
387 import { Result_TrustedCommitmentTransactionNoneZ } from '../structs/Result_TrustedCommitmentTransactionNoneZ.mjs';
388 import { Result_CVec_ECDSASignatureZNoneZ } from '../structs/Result_CVec_ECDSASignatureZNoneZ.mjs';
389 import { Option_usizeZ } from '../structs/Option_usizeZ.mjs';
390 import { Result_ShutdownScriptDecodeErrorZ } from '../structs/Result_ShutdownScriptDecodeErrorZ.mjs';
391 import { InvalidShutdownScript } from '../structs/InvalidShutdownScript.mjs';
392 import { Result_ShutdownScriptInvalidShutdownScriptZ } from '../structs/Result_ShutdownScriptInvalidShutdownScriptZ.mjs';
393 import { PaymentPurpose } from '../structs/PaymentPurpose.mjs';
394 import { Result_PaymentPurposeDecodeErrorZ } from '../structs/Result_PaymentPurposeDecodeErrorZ.mjs';
395 import { ClaimedHTLC } from '../structs/ClaimedHTLC.mjs';
396 import { Result_ClaimedHTLCDecodeErrorZ } from '../structs/Result_ClaimedHTLCDecodeErrorZ.mjs';
397 import { PathFailure } from '../structs/PathFailure.mjs';
398 import { Option_PathFailureZ } from '../structs/Option_PathFailureZ.mjs';
399 import { Result_COption_PathFailureZDecodeErrorZ } from '../structs/Result_COption_PathFailureZDecodeErrorZ.mjs';
400 import { UntrustedString } from '../structs/UntrustedString.mjs';
401 import { ClosureReason } from '../structs/ClosureReason.mjs';
402 import { Option_ClosureReasonZ } from '../structs/Option_ClosureReasonZ.mjs';
403 import { Result_COption_ClosureReasonZDecodeErrorZ } from '../structs/Result_COption_ClosureReasonZDecodeErrorZ.mjs';
404 import { HTLCDestination } from '../structs/HTLCDestination.mjs';
405 import { Option_HTLCDestinationZ } from '../structs/Option_HTLCDestinationZ.mjs';
406 import { Result_COption_HTLCDestinationZDecodeErrorZ } from '../structs/Result_COption_HTLCDestinationZDecodeErrorZ.mjs';
407 import { Result_PaymentFailureReasonDecodeErrorZ } from '../structs/Result_PaymentFailureReasonDecodeErrorZ.mjs';
408 import { Option_U128Z } from '../structs/Option_U128Z.mjs';
409 import { Option_PaymentFailureReasonZ } from '../structs/Option_PaymentFailureReasonZ.mjs';
410 import { AnchorDescriptor } from '../structs/AnchorDescriptor.mjs';
411 import { BumpTransactionEvent } from '../structs/BumpTransactionEvent.mjs';
412 import { Event } from '../structs/Event.mjs';
413 import { Option_EventZ } from '../structs/Option_EventZ.mjs';
414 import { Result_COption_EventZDecodeErrorZ } from '../structs/Result_COption_EventZDecodeErrorZ.mjs';
415 import { Bolt11ParseError } from '../structs/Bolt11ParseError.mjs';
416 import { Result_SiPrefixBolt11ParseErrorZ } from '../structs/Result_SiPrefixBolt11ParseErrorZ.mjs';
417 import { ParseOrSemanticError } from '../structs/ParseOrSemanticError.mjs';
418 import { Result_Bolt11InvoiceParseOrSemanticErrorZ } from '../structs/Result_Bolt11InvoiceParseOrSemanticErrorZ.mjs';
419 import { SignedRawBolt11Invoice } from '../structs/SignedRawBolt11Invoice.mjs';
420 import { Result_SignedRawBolt11InvoiceBolt11ParseErrorZ } from '../structs/Result_SignedRawBolt11InvoiceBolt11ParseErrorZ.mjs';
421 import { RawBolt11Invoice } from '../structs/RawBolt11Invoice.mjs';
422 import { Bolt11InvoiceSignature } from '../structs/Bolt11InvoiceSignature.mjs';
423 import { ThreeTuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZ } from '../structs/ThreeTuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZ.mjs';
424 import { PayeePubKey } from '../structs/PayeePubKey.mjs';
425 import { Result_PayeePubKeySecp256k1ErrorZ } from '../structs/Result_PayeePubKeySecp256k1ErrorZ.mjs';
426 import { PrivateRoute } from '../structs/PrivateRoute.mjs';
427 import { PositiveTimestamp } from '../structs/PositiveTimestamp.mjs';
428 import { Result_PositiveTimestampCreationErrorZ } from '../structs/Result_PositiveTimestampCreationErrorZ.mjs';
429 import { Result_NoneBolt11SemanticErrorZ } from '../structs/Result_NoneBolt11SemanticErrorZ.mjs';
430 import { Result_Bolt11InvoiceBolt11SemanticErrorZ } from '../structs/Result_Bolt11InvoiceBolt11SemanticErrorZ.mjs';
431 import { Description } from '../structs/Description.mjs';
432 import { Result_DescriptionCreationErrorZ } from '../structs/Result_DescriptionCreationErrorZ.mjs';
433 import { Result_PrivateRouteCreationErrorZ } from '../structs/Result_PrivateRouteCreationErrorZ.mjs';
434 import { Result_OutPointDecodeErrorZ } from '../structs/Result_OutPointDecodeErrorZ.mjs';
435 import { BigSize } from '../structs/BigSize.mjs';
436 import { Result_BigSizeDecodeErrorZ } from '../structs/Result_BigSizeDecodeErrorZ.mjs';
437 import { Result_HostnameDecodeErrorZ } from '../structs/Result_HostnameDecodeErrorZ.mjs';
438 import { TransactionU16LenLimited } from '../structs/TransactionU16LenLimited.mjs';
439 import { Result_TransactionU16LenLimitedNoneZ } from '../structs/Result_TransactionU16LenLimitedNoneZ.mjs';
440 import { Result_TransactionU16LenLimitedDecodeErrorZ } from '../structs/Result_TransactionU16LenLimitedDecodeErrorZ.mjs';
441 import { Result_UntrustedStringDecodeErrorZ } from '../structs/Result_UntrustedStringDecodeErrorZ.mjs';
442 import { ReceiveTlvs } from '../structs/ReceiveTlvs.mjs';
443 import { Result_ReceiveTlvsDecodeErrorZ } from '../structs/Result_ReceiveTlvsDecodeErrorZ.mjs';
444 import { PaymentRelay } from '../structs/PaymentRelay.mjs';
445 import { Result_PaymentRelayDecodeErrorZ } from '../structs/Result_PaymentRelayDecodeErrorZ.mjs';
446 import { PaymentConstraints } from '../structs/PaymentConstraints.mjs';
447 import { Result_PaymentConstraintsDecodeErrorZ } from '../structs/Result_PaymentConstraintsDecodeErrorZ.mjs';
448 import { PaymentError } from '../structs/PaymentError.mjs';
449 import { Result_ThirtyTwoBytesPaymentErrorZ } from '../structs/Result_ThirtyTwoBytesPaymentErrorZ.mjs';
450 import { Result_NonePaymentErrorZ } from '../structs/Result_NonePaymentErrorZ.mjs';
451 import { ProbingError } from '../structs/ProbingError.mjs';
452 import { Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbingErrorZ } from '../structs/Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbingErrorZ.mjs';
453 import { Result_StrSecp256k1ErrorZ } from '../structs/Result_StrSecp256k1ErrorZ.mjs';
454 import { OnionMessagePath } from '../structs/OnionMessagePath.mjs';
455 import { Result_OnionMessagePathNoneZ } from '../structs/Result_OnionMessagePathNoneZ.mjs';
456 import { TwoTuple_PublicKeyOnionMessageZ } from '../structs/TwoTuple_PublicKeyOnionMessageZ.mjs';
457 import { SendError } from '../structs/SendError.mjs';
458 import { Result_C2Tuple_PublicKeyOnionMessageZSendErrorZ } from '../structs/Result_C2Tuple_PublicKeyOnionMessageZSendErrorZ.mjs';
459 import { ParsedOnionMessageContents } from '../structs/ParsedOnionMessageContents.mjs';
460 import { PeeledOnion } from '../structs/PeeledOnion.mjs';
461 import { Result_PeeledOnionNoneZ } from '../structs/Result_PeeledOnionNoneZ.mjs';
462 import { Result_NoneSendErrorZ } from '../structs/Result_NoneSendErrorZ.mjs';
463 import { Result_BlindedPathNoneZ } from '../structs/Result_BlindedPathNoneZ.mjs';
464 import { Result_C2Tuple_BlindedPayInfoBlindedPathZNoneZ } from '../structs/Result_C2Tuple_BlindedPayInfoBlindedPathZNoneZ.mjs';
465 import { Result_BlindedPathDecodeErrorZ } from '../structs/Result_BlindedPathDecodeErrorZ.mjs';
466 import { Result_BlindedHopDecodeErrorZ } from '../structs/Result_BlindedHopDecodeErrorZ.mjs';
467 import { Result_InvoiceErrorDecodeErrorZ } from '../structs/Result_InvoiceErrorDecodeErrorZ.mjs';
468 import { WatchedOutput } from '../structs/WatchedOutput.mjs';
469 import { Filter, FilterInterface } from '../structs/Filter.mjs';
470 import { Option_FilterZ } from '../structs/Option_FilterZ.mjs';
471 import { LockedChannelMonitor } from '../structs/LockedChannelMonitor.mjs';
472 import { Result_LockedChannelMonitorNoneZ } from '../structs/Result_LockedChannelMonitorNoneZ.mjs';
473 import { MonitorUpdateId } from '../structs/MonitorUpdateId.mjs';
474 import { TwoTuple_OutPointCVec_MonitorUpdateIdZZ } from '../structs/TwoTuple_OutPointCVec_MonitorUpdateIdZZ.mjs';
475 import { KVStore, KVStoreInterface } from '../structs/KVStore.mjs';
476 import { ChannelUsage } from '../structs/ChannelUsage.mjs';
477 import { ProbabilisticScoringFeeParameters } from '../structs/ProbabilisticScoringFeeParameters.mjs';
478 import { ScoreLookUp, ScoreLookUpInterface } from '../structs/ScoreLookUp.mjs';
479 import { ScoreUpdate, ScoreUpdateInterface } from '../structs/ScoreUpdate.mjs';
480 import { LockableScore, LockableScoreInterface } from '../structs/LockableScore.mjs';
481 import { WriteableScore, WriteableScoreInterface } from '../structs/WriteableScore.mjs';
482 import { Persister, PersisterInterface } from '../structs/Persister.mjs';
483 import { MonitorUpdatingPersister } from '../structs/MonitorUpdatingPersister.mjs';
484 import { Persist, PersistInterface } from '../structs/Persist.mjs';
485 import { PrintableString } from '../structs/PrintableString.mjs';
486 import { FutureCallback, FutureCallbackInterface } from '../structs/FutureCallback.mjs';
487 import { Future } from '../structs/Future.mjs';
488 import { ChannelHandshakeConfig } from '../structs/ChannelHandshakeConfig.mjs';
489 import { ChannelHandshakeLimits } from '../structs/ChannelHandshakeLimits.mjs';
490 import { ChannelConfigUpdate } from '../structs/ChannelConfigUpdate.mjs';
491 import { UserConfig } from '../structs/UserConfig.mjs';
492 import { BestBlock } from '../structs/BestBlock.mjs';
493 import { Listen, ListenInterface } from '../structs/Listen.mjs';
494 import { Confirm, ConfirmInterface } from '../structs/Confirm.mjs';
495 import { ChainMonitor } from '../structs/ChainMonitor.mjs';
496 import { EventHandler, EventHandlerInterface } from '../structs/EventHandler.mjs';
497 import { EventsProvider, EventsProviderInterface } from '../structs/EventsProvider.mjs';
498 import { FailureCode } from '../structs/FailureCode.mjs';
499 import { ChainParameters } from '../structs/ChainParameters.mjs';
500 import { MessageSendEventsProvider, MessageSendEventsProviderInterface } from '../structs/MessageSendEventsProvider.mjs';
501 import { OffersMessageHandler, OffersMessageHandlerInterface } from '../structs/OffersMessageHandler.mjs';
502 import { ChannelManagerReadArgs } from '../structs/ChannelManagerReadArgs.mjs';
503 import { ExpandedKey } from '../structs/ExpandedKey.mjs';
504 import { Packet } from '../structs/Packet.mjs';
505 import { RoutingMessageHandler, RoutingMessageHandlerInterface } from '../structs/RoutingMessageHandler.mjs';
506 import { OnionMessageHandler, OnionMessageHandlerInterface } from '../structs/OnionMessageHandler.mjs';
507 import { CustomMessageReader, CustomMessageReaderInterface } from '../structs/CustomMessageReader.mjs';
508 import { CustomMessageHandler, CustomMessageHandlerInterface } from '../structs/CustomMessageHandler.mjs';
509 import { IgnoringMessageHandler } from '../structs/IgnoringMessageHandler.mjs';
510 import { CustomOnionMessageHandler, CustomOnionMessageHandlerInterface } from '../structs/CustomOnionMessageHandler.mjs';
511 import { ErroringMessageHandler } from '../structs/ErroringMessageHandler.mjs';
512 import { MessageHandler } from '../structs/MessageHandler.mjs';
513 import { SocketDescriptor, SocketDescriptorInterface } from '../structs/SocketDescriptor.mjs';
514 import { PeerManager } from '../structs/PeerManager.mjs';
515 import { DirectedChannelTransactionParameters } from '../structs/DirectedChannelTransactionParameters.mjs';
516 import { OfferFeatures } from '../structs/OfferFeatures.mjs';
517 import { InvoiceRequestFeatures } from '../structs/InvoiceRequestFeatures.mjs';
518 import { Amount } from '../structs/Amount.mjs';
519 import { Quantity } from '../structs/Quantity.mjs';
520 import { TaggedHash } from '../structs/TaggedHash.mjs';
521 import { ErroneousField } from '../structs/ErroneousField.mjs';
522 import { P2PGossipSync } from '../structs/P2PGossipSync.mjs';
523 import { ReadOnlyNetworkGraph } from '../structs/ReadOnlyNetworkGraph.mjs';
524 import { DirectedChannelInfo } from '../structs/DirectedChannelInfo.mjs';
525 import { EffectiveCapacity } from '../structs/EffectiveCapacity.mjs';
526 import { DefaultRouter } from '../structs/DefaultRouter.mjs';
527 import { ScorerAccountingForInFlightHtlcs } from '../structs/ScorerAccountingForInFlightHtlcs.mjs';
528 import { Payee } from '../structs/Payee.mjs';
529 import { Score, ScoreInterface } from '../structs/Score.mjs';
530 import { MultiThreadedLockableScore } from '../structs/MultiThreadedLockableScore.mjs';
531 import { MultiThreadedScoreLockRead } from '../structs/MultiThreadedScoreLockRead.mjs';
532 import { MultiThreadedScoreLockWrite } from '../structs/MultiThreadedScoreLockWrite.mjs';
533 import { ProbabilisticScoringDecayParameters } from '../structs/ProbabilisticScoringDecayParameters.mjs';
534 import { KeysManager } from '../structs/KeysManager.mjs';
535 import { PhantomKeysManager } from '../structs/PhantomKeysManager.mjs';
536 import { MessageRouter, MessageRouterInterface } from '../structs/MessageRouter.mjs';
537 import { OnionMessenger } from '../structs/OnionMessenger.mjs';
538 import { DefaultMessageRouter } from '../structs/DefaultMessageRouter.mjs';
539 import { ForwardNode } from '../structs/ForwardNode.mjs';
540 import { ForwardTlvs } from '../structs/ForwardTlvs.mjs';
541 import { CoinSelectionSource, CoinSelectionSourceInterface } from '../structs/CoinSelectionSource.mjs';
542 import { WalletSource, WalletSourceInterface } from '../structs/WalletSource.mjs';
543 import { Wallet } from '../structs/Wallet.mjs';
544 import { BumpTransactionEventHandler } from '../structs/BumpTransactionEventHandler.mjs';
545 import { RapidGossipSync } from '../structs/RapidGossipSync.mjs';
546 import { GossipSync } from '../structs/GossipSync.mjs';
547 import { RawDataPart } from '../structs/RawDataPart.mjs';
548 import { Sha256 } from '../structs/Sha256.mjs';
549 import { ExpiryTime } from '../structs/ExpiryTime.mjs';
550 import { MinFinalCltvExpiryDelta } from '../structs/MinFinalCltvExpiryDelta.mjs';
551 import { Fallback } from '../structs/Fallback.mjs';
552
553
554 import { CommonBase, UInt5, WitnessVersion, UnqualifiedError } from './CommonBase.mjs';
555 import * as bindings from '../bindings.mjs'
556
557
558
559 /** An implementation of ChannelMessageHandler */
560 export interface ChannelMessageHandlerInterface {
561         /**Handle an incoming `open_channel` message from the given peer.
562          */
563         handle_open_channel(their_node_id: Uint8Array, msg: OpenChannel): void;
564         /**Handle an incoming `open_channel2` message from the given peer.
565          */
566         handle_open_channel_v2(their_node_id: Uint8Array, msg: OpenChannelV2): void;
567         /**Handle an incoming `accept_channel` message from the given peer.
568          */
569         handle_accept_channel(their_node_id: Uint8Array, msg: AcceptChannel): void;
570         /**Handle an incoming `accept_channel2` message from the given peer.
571          */
572         handle_accept_channel_v2(their_node_id: Uint8Array, msg: AcceptChannelV2): void;
573         /**Handle an incoming `funding_created` message from the given peer.
574          */
575         handle_funding_created(their_node_id: Uint8Array, msg: FundingCreated): void;
576         /**Handle an incoming `funding_signed` message from the given peer.
577          */
578         handle_funding_signed(their_node_id: Uint8Array, msg: FundingSigned): void;
579         /**Handle an incoming `channel_ready` message from the given peer.
580          */
581         handle_channel_ready(their_node_id: Uint8Array, msg: ChannelReady): void;
582         /**Handle an incoming `shutdown` message from the given peer.
583          */
584         handle_shutdown(their_node_id: Uint8Array, msg: Shutdown): void;
585         /**Handle an incoming `closing_signed` message from the given peer.
586          */
587         handle_closing_signed(their_node_id: Uint8Array, msg: ClosingSigned): void;
588         /**Handle an incoming `tx_add_input message` from the given peer.
589          */
590         handle_tx_add_input(their_node_id: Uint8Array, msg: TxAddInput): void;
591         /**Handle an incoming `tx_add_output` message from the given peer.
592          */
593         handle_tx_add_output(their_node_id: Uint8Array, msg: TxAddOutput): void;
594         /**Handle an incoming `tx_remove_input` message from the given peer.
595          */
596         handle_tx_remove_input(their_node_id: Uint8Array, msg: TxRemoveInput): void;
597         /**Handle an incoming `tx_remove_output` message from the given peer.
598          */
599         handle_tx_remove_output(their_node_id: Uint8Array, msg: TxRemoveOutput): void;
600         /**Handle an incoming `tx_complete message` from the given peer.
601          */
602         handle_tx_complete(their_node_id: Uint8Array, msg: TxComplete): void;
603         /**Handle an incoming `tx_signatures` message from the given peer.
604          */
605         handle_tx_signatures(their_node_id: Uint8Array, msg: TxSignatures): void;
606         /**Handle an incoming `tx_init_rbf` message from the given peer.
607          */
608         handle_tx_init_rbf(their_node_id: Uint8Array, msg: TxInitRbf): void;
609         /**Handle an incoming `tx_ack_rbf` message from the given peer.
610          */
611         handle_tx_ack_rbf(their_node_id: Uint8Array, msg: TxAckRbf): void;
612         /**Handle an incoming `tx_abort message` from the given peer.
613          */
614         handle_tx_abort(their_node_id: Uint8Array, msg: TxAbort): void;
615         /**Handle an incoming `update_add_htlc` message from the given peer.
616          */
617         handle_update_add_htlc(their_node_id: Uint8Array, msg: UpdateAddHTLC): void;
618         /**Handle an incoming `update_fulfill_htlc` message from the given peer.
619          */
620         handle_update_fulfill_htlc(their_node_id: Uint8Array, msg: UpdateFulfillHTLC): void;
621         /**Handle an incoming `update_fail_htlc` message from the given peer.
622          */
623         handle_update_fail_htlc(their_node_id: Uint8Array, msg: UpdateFailHTLC): void;
624         /**Handle an incoming `update_fail_malformed_htlc` message from the given peer.
625          */
626         handle_update_fail_malformed_htlc(their_node_id: Uint8Array, msg: UpdateFailMalformedHTLC): void;
627         /**Handle an incoming `commitment_signed` message from the given peer.
628          */
629         handle_commitment_signed(their_node_id: Uint8Array, msg: CommitmentSigned): void;
630         /**Handle an incoming `revoke_and_ack` message from the given peer.
631          */
632         handle_revoke_and_ack(their_node_id: Uint8Array, msg: RevokeAndACK): void;
633         /**Handle an incoming `update_fee` message from the given peer.
634          */
635         handle_update_fee(their_node_id: Uint8Array, msg: UpdateFee): void;
636         /**Handle an incoming `announcement_signatures` message from the given peer.
637          */
638         handle_announcement_signatures(their_node_id: Uint8Array, msg: AnnouncementSignatures): void;
639         /**Indicates a connection to the peer failed/an existing connection was lost.
640          */
641         peer_disconnected(their_node_id: Uint8Array): void;
642         /**Handle a peer reconnecting, possibly generating `channel_reestablish` message(s).
643          * 
644          * May return an `Err(())` if the features the peer supports are not sufficient to communicate
645          * with us. Implementors should be somewhat conservative about doing so, however, as other
646          * message handlers may still wish to communicate with this peer.
647          */
648         peer_connected(their_node_id: Uint8Array, msg: Init, inbound: boolean): Result_NoneNoneZ;
649         /**Handle an incoming `channel_reestablish` message from the given peer.
650          */
651         handle_channel_reestablish(their_node_id: Uint8Array, msg: ChannelReestablish): void;
652         /**Handle an incoming `channel_update` message from the given peer.
653          */
654         handle_channel_update(their_node_id: Uint8Array, msg: ChannelUpdate): void;
655         /**Handle an incoming `error` message from the given peer.
656          */
657         handle_error(their_node_id: Uint8Array, msg: ErrorMessage): void;
658         /**Gets the node feature flags which this handler itself supports. All available handlers are
659          * queried similarly and their feature flags are OR'd together to form the [`NodeFeatures`]
660          * which are broadcasted in our [`NodeAnnouncement`] message.
661          */
662         provided_node_features(): NodeFeatures;
663         /**Gets the init feature flags which should be sent to the given peer. All available handlers
664          * are queried similarly and their feature flags are OR'd together to form the [`InitFeatures`]
665          * which are sent in our [`Init`] message.
666          * 
667          * Note that this method is called before [`Self::peer_connected`].
668          */
669         provided_init_features(their_node_id: Uint8Array): InitFeatures;
670         /**Gets the chain hashes for this `ChannelMessageHandler` indicating which chains it supports.
671          * 
672          * If it's `None`, then no particular network chain hash compatibility will be enforced when
673          * connecting to peers.
674          */
675         get_chain_hashes(): Option_CVec_ThirtyTwoBytesZZ;
676 }
677
678 class LDKChannelMessageHandlerHolder {
679         held: ChannelMessageHandler|null = null;
680 }
681
682 /**
683  * A trait to describe an object which can receive channel messages.
684  * 
685  * Messages MAY be called in parallel when they originate from different `their_node_ids`, however
686  * they MUST NOT be called in parallel when the two calls have the same `their_node_id`.
687  */
688 export class ChannelMessageHandler extends CommonBase {
689         /* @internal */
690         public bindings_instance: bindings.LDKChannelMessageHandler|null;
691
692         /* @internal */
693         public instance_idx?: number;
694
695         /* @internal */
696         constructor(_dummy: null, ptr: bigint) {
697                 super(ptr, bindings.ChannelMessageHandler_free);
698                 this.bindings_instance = null;
699         }
700
701         /** Creates a new instance of ChannelMessageHandler from a given implementation */
702         public static new_impl(arg: ChannelMessageHandlerInterface, messageSendEventsProvider_impl: MessageSendEventsProviderInterface): ChannelMessageHandler {
703                 const impl_holder: LDKChannelMessageHandlerHolder = new LDKChannelMessageHandlerHolder();
704                 let structImplementation = {
705                         handle_open_channel (their_node_id: number, msg: bigint): void {
706                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
707                                 const msg_hu_conv: OpenChannel = new OpenChannel(null, msg);
708                                 arg.handle_open_channel(their_node_id_conv, msg_hu_conv);
709                         },
710                         handle_open_channel_v2 (their_node_id: number, msg: bigint): void {
711                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
712                                 const msg_hu_conv: OpenChannelV2 = new OpenChannelV2(null, msg);
713                                 arg.handle_open_channel_v2(their_node_id_conv, msg_hu_conv);
714                         },
715                         handle_accept_channel (their_node_id: number, msg: bigint): void {
716                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
717                                 const msg_hu_conv: AcceptChannel = new AcceptChannel(null, msg);
718                                 arg.handle_accept_channel(their_node_id_conv, msg_hu_conv);
719                         },
720                         handle_accept_channel_v2 (their_node_id: number, msg: bigint): void {
721                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
722                                 const msg_hu_conv: AcceptChannelV2 = new AcceptChannelV2(null, msg);
723                                 arg.handle_accept_channel_v2(their_node_id_conv, msg_hu_conv);
724                         },
725                         handle_funding_created (their_node_id: number, msg: bigint): void {
726                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
727                                 const msg_hu_conv: FundingCreated = new FundingCreated(null, msg);
728                                 arg.handle_funding_created(their_node_id_conv, msg_hu_conv);
729                         },
730                         handle_funding_signed (their_node_id: number, msg: bigint): void {
731                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
732                                 const msg_hu_conv: FundingSigned = new FundingSigned(null, msg);
733                                 arg.handle_funding_signed(their_node_id_conv, msg_hu_conv);
734                         },
735                         handle_channel_ready (their_node_id: number, msg: bigint): void {
736                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
737                                 const msg_hu_conv: ChannelReady = new ChannelReady(null, msg);
738                                 arg.handle_channel_ready(their_node_id_conv, msg_hu_conv);
739                         },
740                         handle_shutdown (their_node_id: number, msg: bigint): void {
741                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
742                                 const msg_hu_conv: Shutdown = new Shutdown(null, msg);
743                                 arg.handle_shutdown(their_node_id_conv, msg_hu_conv);
744                         },
745                         handle_closing_signed (their_node_id: number, msg: bigint): void {
746                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
747                                 const msg_hu_conv: ClosingSigned = new ClosingSigned(null, msg);
748                                 arg.handle_closing_signed(their_node_id_conv, msg_hu_conv);
749                         },
750                         handle_tx_add_input (their_node_id: number, msg: bigint): void {
751                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
752                                 const msg_hu_conv: TxAddInput = new TxAddInput(null, msg);
753                                 arg.handle_tx_add_input(their_node_id_conv, msg_hu_conv);
754                         },
755                         handle_tx_add_output (their_node_id: number, msg: bigint): void {
756                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
757                                 const msg_hu_conv: TxAddOutput = new TxAddOutput(null, msg);
758                                 arg.handle_tx_add_output(their_node_id_conv, msg_hu_conv);
759                         },
760                         handle_tx_remove_input (their_node_id: number, msg: bigint): void {
761                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
762                                 const msg_hu_conv: TxRemoveInput = new TxRemoveInput(null, msg);
763                                 arg.handle_tx_remove_input(their_node_id_conv, msg_hu_conv);
764                         },
765                         handle_tx_remove_output (their_node_id: number, msg: bigint): void {
766                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
767                                 const msg_hu_conv: TxRemoveOutput = new TxRemoveOutput(null, msg);
768                                 arg.handle_tx_remove_output(their_node_id_conv, msg_hu_conv);
769                         },
770                         handle_tx_complete (their_node_id: number, msg: bigint): void {
771                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
772                                 const msg_hu_conv: TxComplete = new TxComplete(null, msg);
773                                 arg.handle_tx_complete(their_node_id_conv, msg_hu_conv);
774                         },
775                         handle_tx_signatures (their_node_id: number, msg: bigint): void {
776                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
777                                 const msg_hu_conv: TxSignatures = new TxSignatures(null, msg);
778                                 arg.handle_tx_signatures(their_node_id_conv, msg_hu_conv);
779                         },
780                         handle_tx_init_rbf (their_node_id: number, msg: bigint): void {
781                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
782                                 const msg_hu_conv: TxInitRbf = new TxInitRbf(null, msg);
783                                 arg.handle_tx_init_rbf(their_node_id_conv, msg_hu_conv);
784                         },
785                         handle_tx_ack_rbf (their_node_id: number, msg: bigint): void {
786                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
787                                 const msg_hu_conv: TxAckRbf = new TxAckRbf(null, msg);
788                                 arg.handle_tx_ack_rbf(their_node_id_conv, msg_hu_conv);
789                         },
790                         handle_tx_abort (their_node_id: number, msg: bigint): void {
791                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
792                                 const msg_hu_conv: TxAbort = new TxAbort(null, msg);
793                                 arg.handle_tx_abort(their_node_id_conv, msg_hu_conv);
794                         },
795                         handle_update_add_htlc (their_node_id: number, msg: bigint): void {
796                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
797                                 const msg_hu_conv: UpdateAddHTLC = new UpdateAddHTLC(null, msg);
798                                 arg.handle_update_add_htlc(their_node_id_conv, msg_hu_conv);
799                         },
800                         handle_update_fulfill_htlc (their_node_id: number, msg: bigint): void {
801                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
802                                 const msg_hu_conv: UpdateFulfillHTLC = new UpdateFulfillHTLC(null, msg);
803                                 arg.handle_update_fulfill_htlc(their_node_id_conv, msg_hu_conv);
804                         },
805                         handle_update_fail_htlc (their_node_id: number, msg: bigint): void {
806                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
807                                 const msg_hu_conv: UpdateFailHTLC = new UpdateFailHTLC(null, msg);
808                                 arg.handle_update_fail_htlc(their_node_id_conv, msg_hu_conv);
809                         },
810                         handle_update_fail_malformed_htlc (their_node_id: number, msg: bigint): void {
811                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
812                                 const msg_hu_conv: UpdateFailMalformedHTLC = new UpdateFailMalformedHTLC(null, msg);
813                                 arg.handle_update_fail_malformed_htlc(their_node_id_conv, msg_hu_conv);
814                         },
815                         handle_commitment_signed (their_node_id: number, msg: bigint): void {
816                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
817                                 const msg_hu_conv: CommitmentSigned = new CommitmentSigned(null, msg);
818                                 arg.handle_commitment_signed(their_node_id_conv, msg_hu_conv);
819                         },
820                         handle_revoke_and_ack (their_node_id: number, msg: bigint): void {
821                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
822                                 const msg_hu_conv: RevokeAndACK = new RevokeAndACK(null, msg);
823                                 arg.handle_revoke_and_ack(their_node_id_conv, msg_hu_conv);
824                         },
825                         handle_update_fee (their_node_id: number, msg: bigint): void {
826                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
827                                 const msg_hu_conv: UpdateFee = new UpdateFee(null, msg);
828                                 arg.handle_update_fee(their_node_id_conv, msg_hu_conv);
829                         },
830                         handle_announcement_signatures (their_node_id: number, msg: bigint): void {
831                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
832                                 const msg_hu_conv: AnnouncementSignatures = new AnnouncementSignatures(null, msg);
833                                 arg.handle_announcement_signatures(their_node_id_conv, msg_hu_conv);
834                         },
835                         peer_disconnected (their_node_id: number): void {
836                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
837                                 arg.peer_disconnected(their_node_id_conv);
838                         },
839                         peer_connected (their_node_id: number, msg: bigint, inbound: boolean): bigint {
840                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
841                                 const msg_hu_conv: Init = new Init(null, msg);
842                                 const ret: Result_NoneNoneZ = arg.peer_connected(their_node_id_conv, msg_hu_conv, inbound);
843                                 const result: bigint = ret == null ? 0n : ret.clone_ptr();
844                                 return result;
845                         },
846                         handle_channel_reestablish (their_node_id: number, msg: bigint): void {
847                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
848                                 const msg_hu_conv: ChannelReestablish = new ChannelReestablish(null, msg);
849                                 arg.handle_channel_reestablish(their_node_id_conv, msg_hu_conv);
850                         },
851                         handle_channel_update (their_node_id: number, msg: bigint): void {
852                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
853                                 const msg_hu_conv: ChannelUpdate = new ChannelUpdate(null, msg);
854                                 arg.handle_channel_update(their_node_id_conv, msg_hu_conv);
855                         },
856                         handle_error (their_node_id: number, msg: bigint): void {
857                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
858                                 const msg_hu_conv: ErrorMessage = new ErrorMessage(null, msg);
859                                 arg.handle_error(their_node_id_conv, msg_hu_conv);
860                         },
861                         provided_node_features (): bigint {
862                                 const ret: NodeFeatures = arg.provided_node_features();
863                                 const result: bigint = ret == null ? 0n : ret.clone_ptr();
864                                 return result;
865                         },
866                         provided_init_features (their_node_id: number): bigint {
867                                 const their_node_id_conv: Uint8Array = bindings.decodeUint8Array(their_node_id);
868                                 const ret: InitFeatures = arg.provided_init_features(their_node_id_conv);
869                                 const result: bigint = ret == null ? 0n : ret.clone_ptr();
870                                 return result;
871                         },
872                         get_chain_hashes (): bigint {
873                                 const ret: Option_CVec_ThirtyTwoBytesZZ = arg.get_chain_hashes();
874                                 const result: bigint = ret == null ? 0n : ret.clone_ptr();
875                                 CommonBase.add_ref_from(impl_holder.held, ret);
876                                 return result;
877                         },
878                 } as bindings.LDKChannelMessageHandler;
879                 const messageSendEventsProvider = MessageSendEventsProvider.new_impl(messageSendEventsProvider_impl);
880                 const ptr_idx: [bigint, number] = bindings.LDKChannelMessageHandler_new(structImplementation, messageSendEventsProvider.instance_idx!);
881
882                 impl_holder.held = new ChannelMessageHandler(null, ptr_idx[0]);
883                 impl_holder.held.instance_idx = ptr_idx[1];
884                 impl_holder.held.bindings_instance = structImplementation;
885                 impl_holder.held.ptrs_to.push(messageSendEventsProvider);
886                 return impl_holder.held!;
887         }
888
889         /**
890          * Handle an incoming `open_channel` message from the given peer.
891          */
892         public handle_open_channel(their_node_id: Uint8Array, msg: OpenChannel): void {
893                 bindings.ChannelMessageHandler_handle_open_channel(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
894                 CommonBase.add_ref_from(this, msg);
895         }
896
897         /**
898          * Handle an incoming `open_channel2` message from the given peer.
899          */
900         public handle_open_channel_v2(their_node_id: Uint8Array, msg: OpenChannelV2): void {
901                 bindings.ChannelMessageHandler_handle_open_channel_v2(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
902                 CommonBase.add_ref_from(this, msg);
903         }
904
905         /**
906          * Handle an incoming `accept_channel` message from the given peer.
907          */
908         public handle_accept_channel(their_node_id: Uint8Array, msg: AcceptChannel): void {
909                 bindings.ChannelMessageHandler_handle_accept_channel(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
910                 CommonBase.add_ref_from(this, msg);
911         }
912
913         /**
914          * Handle an incoming `accept_channel2` message from the given peer.
915          */
916         public handle_accept_channel_v2(their_node_id: Uint8Array, msg: AcceptChannelV2): void {
917                 bindings.ChannelMessageHandler_handle_accept_channel_v2(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
918                 CommonBase.add_ref_from(this, msg);
919         }
920
921         /**
922          * Handle an incoming `funding_created` message from the given peer.
923          */
924         public handle_funding_created(their_node_id: Uint8Array, msg: FundingCreated): void {
925                 bindings.ChannelMessageHandler_handle_funding_created(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
926                 CommonBase.add_ref_from(this, msg);
927         }
928
929         /**
930          * Handle an incoming `funding_signed` message from the given peer.
931          */
932         public handle_funding_signed(their_node_id: Uint8Array, msg: FundingSigned): void {
933                 bindings.ChannelMessageHandler_handle_funding_signed(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
934                 CommonBase.add_ref_from(this, msg);
935         }
936
937         /**
938          * Handle an incoming `channel_ready` message from the given peer.
939          */
940         public handle_channel_ready(their_node_id: Uint8Array, msg: ChannelReady): void {
941                 bindings.ChannelMessageHandler_handle_channel_ready(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
942                 CommonBase.add_ref_from(this, msg);
943         }
944
945         /**
946          * Handle an incoming `shutdown` message from the given peer.
947          */
948         public handle_shutdown(their_node_id: Uint8Array, msg: Shutdown): void {
949                 bindings.ChannelMessageHandler_handle_shutdown(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
950                 CommonBase.add_ref_from(this, msg);
951         }
952
953         /**
954          * Handle an incoming `closing_signed` message from the given peer.
955          */
956         public handle_closing_signed(their_node_id: Uint8Array, msg: ClosingSigned): void {
957                 bindings.ChannelMessageHandler_handle_closing_signed(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
958                 CommonBase.add_ref_from(this, msg);
959         }
960
961         /**
962          * Handle an incoming `tx_add_input message` from the given peer.
963          */
964         public handle_tx_add_input(their_node_id: Uint8Array, msg: TxAddInput): void {
965                 bindings.ChannelMessageHandler_handle_tx_add_input(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
966                 CommonBase.add_ref_from(this, msg);
967         }
968
969         /**
970          * Handle an incoming `tx_add_output` message from the given peer.
971          */
972         public handle_tx_add_output(their_node_id: Uint8Array, msg: TxAddOutput): void {
973                 bindings.ChannelMessageHandler_handle_tx_add_output(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
974                 CommonBase.add_ref_from(this, msg);
975         }
976
977         /**
978          * Handle an incoming `tx_remove_input` message from the given peer.
979          */
980         public handle_tx_remove_input(their_node_id: Uint8Array, msg: TxRemoveInput): void {
981                 bindings.ChannelMessageHandler_handle_tx_remove_input(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
982                 CommonBase.add_ref_from(this, msg);
983         }
984
985         /**
986          * Handle an incoming `tx_remove_output` message from the given peer.
987          */
988         public handle_tx_remove_output(their_node_id: Uint8Array, msg: TxRemoveOutput): void {
989                 bindings.ChannelMessageHandler_handle_tx_remove_output(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
990                 CommonBase.add_ref_from(this, msg);
991         }
992
993         /**
994          * Handle an incoming `tx_complete message` from the given peer.
995          */
996         public handle_tx_complete(their_node_id: Uint8Array, msg: TxComplete): void {
997                 bindings.ChannelMessageHandler_handle_tx_complete(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
998                 CommonBase.add_ref_from(this, msg);
999         }
1000
1001         /**
1002          * Handle an incoming `tx_signatures` message from the given peer.
1003          */
1004         public handle_tx_signatures(their_node_id: Uint8Array, msg: TxSignatures): void {
1005                 bindings.ChannelMessageHandler_handle_tx_signatures(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
1006                 CommonBase.add_ref_from(this, msg);
1007         }
1008
1009         /**
1010          * Handle an incoming `tx_init_rbf` message from the given peer.
1011          */
1012         public handle_tx_init_rbf(their_node_id: Uint8Array, msg: TxInitRbf): void {
1013                 bindings.ChannelMessageHandler_handle_tx_init_rbf(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
1014                 CommonBase.add_ref_from(this, msg);
1015         }
1016
1017         /**
1018          * Handle an incoming `tx_ack_rbf` message from the given peer.
1019          */
1020         public handle_tx_ack_rbf(their_node_id: Uint8Array, msg: TxAckRbf): void {
1021                 bindings.ChannelMessageHandler_handle_tx_ack_rbf(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
1022                 CommonBase.add_ref_from(this, msg);
1023         }
1024
1025         /**
1026          * Handle an incoming `tx_abort message` from the given peer.
1027          */
1028         public handle_tx_abort(their_node_id: Uint8Array, msg: TxAbort): void {
1029                 bindings.ChannelMessageHandler_handle_tx_abort(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
1030                 CommonBase.add_ref_from(this, msg);
1031         }
1032
1033         /**
1034          * Handle an incoming `update_add_htlc` message from the given peer.
1035          */
1036         public handle_update_add_htlc(their_node_id: Uint8Array, msg: UpdateAddHTLC): void {
1037                 bindings.ChannelMessageHandler_handle_update_add_htlc(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
1038                 CommonBase.add_ref_from(this, msg);
1039         }
1040
1041         /**
1042          * Handle an incoming `update_fulfill_htlc` message from the given peer.
1043          */
1044         public handle_update_fulfill_htlc(their_node_id: Uint8Array, msg: UpdateFulfillHTLC): void {
1045                 bindings.ChannelMessageHandler_handle_update_fulfill_htlc(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
1046                 CommonBase.add_ref_from(this, msg);
1047         }
1048
1049         /**
1050          * Handle an incoming `update_fail_htlc` message from the given peer.
1051          */
1052         public handle_update_fail_htlc(their_node_id: Uint8Array, msg: UpdateFailHTLC): void {
1053                 bindings.ChannelMessageHandler_handle_update_fail_htlc(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
1054                 CommonBase.add_ref_from(this, msg);
1055         }
1056
1057         /**
1058          * Handle an incoming `update_fail_malformed_htlc` message from the given peer.
1059          */
1060         public handle_update_fail_malformed_htlc(their_node_id: Uint8Array, msg: UpdateFailMalformedHTLC): void {
1061                 bindings.ChannelMessageHandler_handle_update_fail_malformed_htlc(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
1062                 CommonBase.add_ref_from(this, msg);
1063         }
1064
1065         /**
1066          * Handle an incoming `commitment_signed` message from the given peer.
1067          */
1068         public handle_commitment_signed(their_node_id: Uint8Array, msg: CommitmentSigned): void {
1069                 bindings.ChannelMessageHandler_handle_commitment_signed(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
1070                 CommonBase.add_ref_from(this, msg);
1071         }
1072
1073         /**
1074          * Handle an incoming `revoke_and_ack` message from the given peer.
1075          */
1076         public handle_revoke_and_ack(their_node_id: Uint8Array, msg: RevokeAndACK): void {
1077                 bindings.ChannelMessageHandler_handle_revoke_and_ack(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
1078                 CommonBase.add_ref_from(this, msg);
1079         }
1080
1081         /**
1082          * Handle an incoming `update_fee` message from the given peer.
1083          */
1084         public handle_update_fee(their_node_id: Uint8Array, msg: UpdateFee): void {
1085                 bindings.ChannelMessageHandler_handle_update_fee(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
1086                 CommonBase.add_ref_from(this, msg);
1087         }
1088
1089         /**
1090          * Handle an incoming `announcement_signatures` message from the given peer.
1091          */
1092         public handle_announcement_signatures(their_node_id: Uint8Array, msg: AnnouncementSignatures): void {
1093                 bindings.ChannelMessageHandler_handle_announcement_signatures(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
1094                 CommonBase.add_ref_from(this, msg);
1095         }
1096
1097         /**
1098          * Indicates a connection to the peer failed/an existing connection was lost.
1099          */
1100         public peer_disconnected(their_node_id: Uint8Array): void {
1101                 bindings.ChannelMessageHandler_peer_disconnected(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)));
1102         }
1103
1104         /**
1105          * Handle a peer reconnecting, possibly generating `channel_reestablish` message(s).
1106          * 
1107          * May return an `Err(())` if the features the peer supports are not sufficient to communicate
1108          * with us. Implementors should be somewhat conservative about doing so, however, as other
1109          * message handlers may still wish to communicate with this peer.
1110          */
1111         public peer_connected(their_node_id: Uint8Array, msg: Init, inbound: boolean): Result_NoneNoneZ {
1112                 const ret: bigint = bindings.ChannelMessageHandler_peer_connected(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg), inbound);
1113                 const ret_hu_conv: Result_NoneNoneZ = Result_NoneNoneZ.constr_from_ptr(ret);
1114                 CommonBase.add_ref_from(this, msg);
1115                 return ret_hu_conv;
1116         }
1117
1118         /**
1119          * Handle an incoming `channel_reestablish` message from the given peer.
1120          */
1121         public handle_channel_reestablish(their_node_id: Uint8Array, msg: ChannelReestablish): void {
1122                 bindings.ChannelMessageHandler_handle_channel_reestablish(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
1123                 CommonBase.add_ref_from(this, msg);
1124         }
1125
1126         /**
1127          * Handle an incoming `channel_update` message from the given peer.
1128          */
1129         public handle_channel_update(their_node_id: Uint8Array, msg: ChannelUpdate): void {
1130                 bindings.ChannelMessageHandler_handle_channel_update(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
1131                 CommonBase.add_ref_from(this, msg);
1132         }
1133
1134         /**
1135          * Handle an incoming `error` message from the given peer.
1136          */
1137         public handle_error(their_node_id: Uint8Array, msg: ErrorMessage): void {
1138                 bindings.ChannelMessageHandler_handle_error(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
1139                 CommonBase.add_ref_from(this, msg);
1140         }
1141
1142         /**
1143          * Gets the node feature flags which this handler itself supports. All available handlers are
1144          * queried similarly and their feature flags are OR'd together to form the [`NodeFeatures`]
1145          * which are broadcasted in our [`NodeAnnouncement`] message.
1146          */
1147         public provided_node_features(): NodeFeatures {
1148                 const ret: bigint = bindings.ChannelMessageHandler_provided_node_features(this.ptr);
1149                 const ret_hu_conv: NodeFeatures = new NodeFeatures(null, ret);
1150                 CommonBase.add_ref_from(ret_hu_conv, this);
1151                 return ret_hu_conv;
1152         }
1153
1154         /**
1155          * Gets the init feature flags which should be sent to the given peer. All available handlers
1156          * are queried similarly and their feature flags are OR'd together to form the [`InitFeatures`]
1157          * which are sent in our [`Init`] message.
1158          * 
1159          * Note that this method is called before [`Self::peer_connected`].
1160          */
1161         public provided_init_features(their_node_id: Uint8Array): InitFeatures {
1162                 const ret: bigint = bindings.ChannelMessageHandler_provided_init_features(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(their_node_id, 33)));
1163                 const ret_hu_conv: InitFeatures = new InitFeatures(null, ret);
1164                 CommonBase.add_ref_from(ret_hu_conv, this);
1165                 return ret_hu_conv;
1166         }
1167
1168         /**
1169          * Gets the chain hashes for this `ChannelMessageHandler` indicating which chains it supports.
1170          * 
1171          * If it's `None`, then no particular network chain hash compatibility will be enforced when
1172          * connecting to peers.
1173          */
1174         public get_chain_hashes(): Option_CVec_ThirtyTwoBytesZZ {
1175                 const ret: bigint = bindings.ChannelMessageHandler_get_chain_hashes(this.ptr);
1176                 const ret_hu_conv: Option_CVec_ThirtyTwoBytesZZ = Option_CVec_ThirtyTwoBytesZZ.constr_from_ptr(ret);
1177                 CommonBase.add_ref_from(ret_hu_conv, this);
1178                 return ret_hu_conv;
1179         }
1180
1181 }