[TS] Update auto-generated bindings to LDK 0.0.118
[ldk-java] / ts / structs / ChannelMonitor.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 { ChannelMonitorUpdate } from '../structs/ChannelMonitorUpdate.mjs';
247 import { Watch, WatchInterface } from '../structs/Watch.mjs';
248 import { BroadcasterInterface, BroadcasterInterfaceInterface } from '../structs/BroadcasterInterface.mjs';
249 import { EntropySource, EntropySourceInterface } from '../structs/EntropySource.mjs';
250 import { UnsignedInvoiceRequest } from '../structs/UnsignedInvoiceRequest.mjs';
251 import { UnsignedBolt12Invoice } from '../structs/UnsignedBolt12Invoice.mjs';
252 import { UnsignedChannelUpdate } from '../structs/UnsignedChannelUpdate.mjs';
253 import { UnsignedNodeAnnouncement } from '../structs/UnsignedNodeAnnouncement.mjs';
254 import { UnsignedGossipMessage } from '../structs/UnsignedGossipMessage.mjs';
255 import { NodeSigner, NodeSignerInterface } from '../structs/NodeSigner.mjs';
256 import { SignerProvider, SignerProviderInterface } from '../structs/SignerProvider.mjs';
257 import { FeeEstimator, FeeEstimatorInterface } from '../structs/FeeEstimator.mjs';
258 import { Router, RouterInterface } from '../structs/Router.mjs';
259 import { ChannelManager } from '../structs/ChannelManager.mjs';
260 import { TwoTuple_ThirtyTwoBytesChannelManagerZ } from '../structs/TwoTuple_ThirtyTwoBytesChannelManagerZ.mjs';
261 import { Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ.mjs';
262 import { MaxDustHTLCExposure } from '../structs/MaxDustHTLCExposure.mjs';
263 import { Result_MaxDustHTLCExposureDecodeErrorZ } from '../structs/Result_MaxDustHTLCExposureDecodeErrorZ.mjs';
264 import { ChannelConfig } from '../structs/ChannelConfig.mjs';
265 import { Result_ChannelConfigDecodeErrorZ } from '../structs/Result_ChannelConfigDecodeErrorZ.mjs';
266 import { Option_MaxDustHTLCExposureZ } from '../structs/Option_MaxDustHTLCExposureZ.mjs';
267 import { Option_APIErrorZ } from '../structs/Option_APIErrorZ.mjs';
268 import { Result_COption_APIErrorZDecodeErrorZ } from '../structs/Result_COption_APIErrorZDecodeErrorZ.mjs';
269 import { Result_ChannelMonitorUpdateDecodeErrorZ } from '../structs/Result_ChannelMonitorUpdateDecodeErrorZ.mjs';
270 import { Option_MonitorEventZ } from '../structs/Option_MonitorEventZ.mjs';
271 import { Result_COption_MonitorEventZDecodeErrorZ } from '../structs/Result_COption_MonitorEventZDecodeErrorZ.mjs';
272 import { Result_HTLCUpdateDecodeErrorZ } from '../structs/Result_HTLCUpdateDecodeErrorZ.mjs';
273 import { TwoTuple_OutPointCVec_u8ZZ } from '../structs/TwoTuple_OutPointCVec_u8ZZ.mjs';
274 import { TwoTuple_u32CVec_u8ZZ } from '../structs/TwoTuple_u32CVec_u8ZZ.mjs';
275 import { TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ } from '../structs/TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ.mjs';
276 import { TwoTuple_u32TxOutZ } from '../structs/TwoTuple_u32TxOutZ.mjs';
277 import { TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ } from '../structs/TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ.mjs';
278 import { Balance } from '../structs/Balance.mjs';
279 import { TwoTuple_ThirtyTwoBytesChannelMonitorZ } from '../structs/TwoTuple_ThirtyTwoBytesChannelMonitorZ.mjs';
280 import { Result_C2Tuple_ThirtyTwoBytesChannelMonitorZDecodeErrorZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesChannelMonitorZDecodeErrorZ.mjs';
281 import { Type, TypeInterface } from '../structs/Type.mjs';
282 import { TwoTuple_PublicKeyTypeZ } from '../structs/TwoTuple_PublicKeyTypeZ.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';
287 import { Option_TypeZ } from '../structs/Option_TypeZ.mjs';
288 import { Result_COption_TypeZDecodeErrorZ } from '../structs/Result_COption_TypeZDecodeErrorZ.mjs';
289 import { Option_SocketAddressZ } from '../structs/Option_SocketAddressZ.mjs';
290 import { TwoTuple_PublicKeyCOption_SocketAddressZZ } from '../structs/TwoTuple_PublicKeyCOption_SocketAddressZZ.mjs';
291 import { PeerHandleError } from '../structs/PeerHandleError.mjs';
292 import { Result_CVec_u8ZPeerHandleErrorZ } from '../structs/Result_CVec_u8ZPeerHandleErrorZ.mjs';
293 import { Result_NonePeerHandleErrorZ } from '../structs/Result_NonePeerHandleErrorZ.mjs';
294 import { Result_boolPeerHandleErrorZ } from '../structs/Result_boolPeerHandleErrorZ.mjs';
295 import { GraphSyncError } from '../structs/GraphSyncError.mjs';
296 import { Result_u32GraphSyncErrorZ } from '../structs/Result_u32GraphSyncErrorZ.mjs';
297 import { Result_CVec_u8ZIOErrorZ } from '../structs/Result_CVec_u8ZIOErrorZ.mjs';
298 import { Result_NoneIOErrorZ } from '../structs/Result_NoneIOErrorZ.mjs';
299 import { Result_CVec_StrZIOErrorZ } from '../structs/Result_CVec_StrZIOErrorZ.mjs';
300 import { Result_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZ } from '../structs/Result_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZ.mjs';
301 import { Result_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZ.mjs';
302 import { Option_SecretKeyZ } from '../structs/Option_SecretKeyZ.mjs';
303 import { VerifiedInvoiceRequest } from '../structs/VerifiedInvoiceRequest.mjs';
304 import { Result_VerifiedInvoiceRequestNoneZ } from '../structs/Result_VerifiedInvoiceRequestNoneZ.mjs';
305 import { Option_i64Z } from '../structs/Option_i64Z.mjs';
306 import { Result_SocketAddressDecodeErrorZ } from '../structs/Result_SocketAddressDecodeErrorZ.mjs';
307 import { Result_SocketAddressSocketAddressParseErrorZ } from '../structs/Result_SocketAddressSocketAddressParseErrorZ.mjs';
308 import { UpdateAddHTLC } from '../structs/UpdateAddHTLC.mjs';
309 import { UpdateFulfillHTLC } from '../structs/UpdateFulfillHTLC.mjs';
310 import { UpdateFailHTLC } from '../structs/UpdateFailHTLC.mjs';
311 import { UpdateFailMalformedHTLC } from '../structs/UpdateFailMalformedHTLC.mjs';
312 import { Result_AcceptChannelDecodeErrorZ } from '../structs/Result_AcceptChannelDecodeErrorZ.mjs';
313 import { Result_AcceptChannelV2DecodeErrorZ } from '../structs/Result_AcceptChannelV2DecodeErrorZ.mjs';
314 import { Result_TxAddInputDecodeErrorZ } from '../structs/Result_TxAddInputDecodeErrorZ.mjs';
315 import { Result_TxAddOutputDecodeErrorZ } from '../structs/Result_TxAddOutputDecodeErrorZ.mjs';
316 import { Result_TxRemoveInputDecodeErrorZ } from '../structs/Result_TxRemoveInputDecodeErrorZ.mjs';
317 import { Result_TxRemoveOutputDecodeErrorZ } from '../structs/Result_TxRemoveOutputDecodeErrorZ.mjs';
318 import { Result_TxCompleteDecodeErrorZ } from '../structs/Result_TxCompleteDecodeErrorZ.mjs';
319 import { Result_TxSignaturesDecodeErrorZ } from '../structs/Result_TxSignaturesDecodeErrorZ.mjs';
320 import { Result_TxInitRbfDecodeErrorZ } from '../structs/Result_TxInitRbfDecodeErrorZ.mjs';
321 import { Result_TxAckRbfDecodeErrorZ } from '../structs/Result_TxAckRbfDecodeErrorZ.mjs';
322 import { Result_TxAbortDecodeErrorZ } from '../structs/Result_TxAbortDecodeErrorZ.mjs';
323 import { Result_AnnouncementSignaturesDecodeErrorZ } from '../structs/Result_AnnouncementSignaturesDecodeErrorZ.mjs';
324 import { Result_ChannelReestablishDecodeErrorZ } from '../structs/Result_ChannelReestablishDecodeErrorZ.mjs';
325 import { Result_ClosingSignedDecodeErrorZ } from '../structs/Result_ClosingSignedDecodeErrorZ.mjs';
326 import { ClosingSignedFeeRange } from '../structs/ClosingSignedFeeRange.mjs';
327 import { Result_ClosingSignedFeeRangeDecodeErrorZ } from '../structs/Result_ClosingSignedFeeRangeDecodeErrorZ.mjs';
328 import { CommitmentSigned } from '../structs/CommitmentSigned.mjs';
329 import { Result_CommitmentSignedDecodeErrorZ } from '../structs/Result_CommitmentSignedDecodeErrorZ.mjs';
330 import { Result_FundingCreatedDecodeErrorZ } from '../structs/Result_FundingCreatedDecodeErrorZ.mjs';
331 import { Result_FundingSignedDecodeErrorZ } from '../structs/Result_FundingSignedDecodeErrorZ.mjs';
332 import { Result_ChannelReadyDecodeErrorZ } from '../structs/Result_ChannelReadyDecodeErrorZ.mjs';
333 import { Init } from '../structs/Init.mjs';
334 import { Result_InitDecodeErrorZ } from '../structs/Result_InitDecodeErrorZ.mjs';
335 import { Result_OpenChannelDecodeErrorZ } from '../structs/Result_OpenChannelDecodeErrorZ.mjs';
336 import { Result_OpenChannelV2DecodeErrorZ } from '../structs/Result_OpenChannelV2DecodeErrorZ.mjs';
337 import { Result_RevokeAndACKDecodeErrorZ } from '../structs/Result_RevokeAndACKDecodeErrorZ.mjs';
338 import { Result_ShutdownDecodeErrorZ } from '../structs/Result_ShutdownDecodeErrorZ.mjs';
339 import { Result_UpdateFailHTLCDecodeErrorZ } from '../structs/Result_UpdateFailHTLCDecodeErrorZ.mjs';
340 import { Result_UpdateFailMalformedHTLCDecodeErrorZ } from '../structs/Result_UpdateFailMalformedHTLCDecodeErrorZ.mjs';
341 import { UpdateFee } from '../structs/UpdateFee.mjs';
342 import { Result_UpdateFeeDecodeErrorZ } from '../structs/Result_UpdateFeeDecodeErrorZ.mjs';
343 import { Result_UpdateFulfillHTLCDecodeErrorZ } from '../structs/Result_UpdateFulfillHTLCDecodeErrorZ.mjs';
344 import { Result_UpdateAddHTLCDecodeErrorZ } from '../structs/Result_UpdateAddHTLCDecodeErrorZ.mjs';
345 import { OnionMessage } from '../structs/OnionMessage.mjs';
346 import { Result_OnionMessageDecodeErrorZ } from '../structs/Result_OnionMessageDecodeErrorZ.mjs';
347 import { Ping } from '../structs/Ping.mjs';
348 import { Result_PingDecodeErrorZ } from '../structs/Result_PingDecodeErrorZ.mjs';
349 import { Pong } from '../structs/Pong.mjs';
350 import { Result_PongDecodeErrorZ } from '../structs/Result_PongDecodeErrorZ.mjs';
351 import { Result_UnsignedChannelAnnouncementDecodeErrorZ } from '../structs/Result_UnsignedChannelAnnouncementDecodeErrorZ.mjs';
352 import { Result_ChannelAnnouncementDecodeErrorZ } from '../structs/Result_ChannelAnnouncementDecodeErrorZ.mjs';
353 import { Result_UnsignedChannelUpdateDecodeErrorZ } from '../structs/Result_UnsignedChannelUpdateDecodeErrorZ.mjs';
354 import { Result_ChannelUpdateDecodeErrorZ } from '../structs/Result_ChannelUpdateDecodeErrorZ.mjs';
355 import { Result_ErrorMessageDecodeErrorZ } from '../structs/Result_ErrorMessageDecodeErrorZ.mjs';
356 import { Result_WarningMessageDecodeErrorZ } from '../structs/Result_WarningMessageDecodeErrorZ.mjs';
357 import { Result_UnsignedNodeAnnouncementDecodeErrorZ } from '../structs/Result_UnsignedNodeAnnouncementDecodeErrorZ.mjs';
358 import { Result_NodeAnnouncementDecodeErrorZ } from '../structs/Result_NodeAnnouncementDecodeErrorZ.mjs';
359 import { Result_QueryShortChannelIdsDecodeErrorZ } from '../structs/Result_QueryShortChannelIdsDecodeErrorZ.mjs';
360 import { ReplyShortChannelIdsEnd } from '../structs/ReplyShortChannelIdsEnd.mjs';
361 import { Result_ReplyShortChannelIdsEndDecodeErrorZ } from '../structs/Result_ReplyShortChannelIdsEndDecodeErrorZ.mjs';
362 import { Result_QueryChannelRangeDecodeErrorZ } from '../structs/Result_QueryChannelRangeDecodeErrorZ.mjs';
363 import { Result_ReplyChannelRangeDecodeErrorZ } from '../structs/Result_ReplyChannelRangeDecodeErrorZ.mjs';
364 import { Result_GossipTimestampFilterDecodeErrorZ } from '../structs/Result_GossipTimestampFilterDecodeErrorZ.mjs';
365 import { Bolt11Invoice } from '../structs/Bolt11Invoice.mjs';
366 import { SignOrCreationError } from '../structs/SignOrCreationError.mjs';
367 import { Result_Bolt11InvoiceSignOrCreationErrorZ } from '../structs/Result_Bolt11InvoiceSignOrCreationErrorZ.mjs';
368 import { Result_OffersMessageDecodeErrorZ } from '../structs/Result_OffersMessageDecodeErrorZ.mjs';
369 import { Option_HTLCClaimZ } from '../structs/Option_HTLCClaimZ.mjs';
370 import { CounterpartyCommitmentSecrets } from '../structs/CounterpartyCommitmentSecrets.mjs';
371 import { Result_CounterpartyCommitmentSecretsDecodeErrorZ } from '../structs/Result_CounterpartyCommitmentSecretsDecodeErrorZ.mjs';
372 import { TxCreationKeys } from '../structs/TxCreationKeys.mjs';
373 import { Result_TxCreationKeysDecodeErrorZ } from '../structs/Result_TxCreationKeysDecodeErrorZ.mjs';
374 import { Result_ChannelPublicKeysDecodeErrorZ } from '../structs/Result_ChannelPublicKeysDecodeErrorZ.mjs';
375 import { Result_HTLCOutputInCommitmentDecodeErrorZ } from '../structs/Result_HTLCOutputInCommitmentDecodeErrorZ.mjs';
376 import { CounterpartyChannelTransactionParameters } from '../structs/CounterpartyChannelTransactionParameters.mjs';
377 import { Result_CounterpartyChannelTransactionParametersDecodeErrorZ } from '../structs/Result_CounterpartyChannelTransactionParametersDecodeErrorZ.mjs';
378 import { Result_ChannelTransactionParametersDecodeErrorZ } from '../structs/Result_ChannelTransactionParametersDecodeErrorZ.mjs';
379 import { Result_HolderCommitmentTransactionDecodeErrorZ } from '../structs/Result_HolderCommitmentTransactionDecodeErrorZ.mjs';
380 import { BuiltCommitmentTransaction } from '../structs/BuiltCommitmentTransaction.mjs';
381 import { Result_BuiltCommitmentTransactionDecodeErrorZ } from '../structs/Result_BuiltCommitmentTransactionDecodeErrorZ.mjs';
382 import { TrustedClosingTransaction } from '../structs/TrustedClosingTransaction.mjs';
383 import { Result_TrustedClosingTransactionNoneZ } from '../structs/Result_TrustedClosingTransactionNoneZ.mjs';
384 import { Result_CommitmentTransactionDecodeErrorZ } from '../structs/Result_CommitmentTransactionDecodeErrorZ.mjs';
385 import { TrustedCommitmentTransaction } from '../structs/TrustedCommitmentTransaction.mjs';
386 import { Result_TrustedCommitmentTransactionNoneZ } from '../structs/Result_TrustedCommitmentTransactionNoneZ.mjs';
387 import { Result_CVec_ECDSASignatureZNoneZ } from '../structs/Result_CVec_ECDSASignatureZNoneZ.mjs';
388 import { Option_usizeZ } from '../structs/Option_usizeZ.mjs';
389 import { Result_ShutdownScriptDecodeErrorZ } from '../structs/Result_ShutdownScriptDecodeErrorZ.mjs';
390 import { InvalidShutdownScript } from '../structs/InvalidShutdownScript.mjs';
391 import { Result_ShutdownScriptInvalidShutdownScriptZ } from '../structs/Result_ShutdownScriptInvalidShutdownScriptZ.mjs';
392 import { PaymentPurpose } from '../structs/PaymentPurpose.mjs';
393 import { Result_PaymentPurposeDecodeErrorZ } from '../structs/Result_PaymentPurposeDecodeErrorZ.mjs';
394 import { ClaimedHTLC } from '../structs/ClaimedHTLC.mjs';
395 import { Result_ClaimedHTLCDecodeErrorZ } from '../structs/Result_ClaimedHTLCDecodeErrorZ.mjs';
396 import { PathFailure } from '../structs/PathFailure.mjs';
397 import { Option_PathFailureZ } from '../structs/Option_PathFailureZ.mjs';
398 import { Result_COption_PathFailureZDecodeErrorZ } from '../structs/Result_COption_PathFailureZDecodeErrorZ.mjs';
399 import { UntrustedString } from '../structs/UntrustedString.mjs';
400 import { ClosureReason } from '../structs/ClosureReason.mjs';
401 import { Option_ClosureReasonZ } from '../structs/Option_ClosureReasonZ.mjs';
402 import { Result_COption_ClosureReasonZDecodeErrorZ } from '../structs/Result_COption_ClosureReasonZDecodeErrorZ.mjs';
403 import { HTLCDestination } from '../structs/HTLCDestination.mjs';
404 import { Option_HTLCDestinationZ } from '../structs/Option_HTLCDestinationZ.mjs';
405 import { Result_COption_HTLCDestinationZDecodeErrorZ } from '../structs/Result_COption_HTLCDestinationZDecodeErrorZ.mjs';
406 import { Result_PaymentFailureReasonDecodeErrorZ } from '../structs/Result_PaymentFailureReasonDecodeErrorZ.mjs';
407 import { Option_U128Z } from '../structs/Option_U128Z.mjs';
408 import { Option_PaymentFailureReasonZ } from '../structs/Option_PaymentFailureReasonZ.mjs';
409 import { AnchorDescriptor } from '../structs/AnchorDescriptor.mjs';
410 import { BumpTransactionEvent } from '../structs/BumpTransactionEvent.mjs';
411 import { Event } from '../structs/Event.mjs';
412 import { Option_EventZ } from '../structs/Option_EventZ.mjs';
413 import { Result_COption_EventZDecodeErrorZ } from '../structs/Result_COption_EventZDecodeErrorZ.mjs';
414 import { Bolt11ParseError } from '../structs/Bolt11ParseError.mjs';
415 import { Result_SiPrefixBolt11ParseErrorZ } from '../structs/Result_SiPrefixBolt11ParseErrorZ.mjs';
416 import { ParseOrSemanticError } from '../structs/ParseOrSemanticError.mjs';
417 import { Result_Bolt11InvoiceParseOrSemanticErrorZ } from '../structs/Result_Bolt11InvoiceParseOrSemanticErrorZ.mjs';
418 import { SignedRawBolt11Invoice } from '../structs/SignedRawBolt11Invoice.mjs';
419 import { Result_SignedRawBolt11InvoiceBolt11ParseErrorZ } from '../structs/Result_SignedRawBolt11InvoiceBolt11ParseErrorZ.mjs';
420 import { RawBolt11Invoice } from '../structs/RawBolt11Invoice.mjs';
421 import { Bolt11InvoiceSignature } from '../structs/Bolt11InvoiceSignature.mjs';
422 import { ThreeTuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZ } from '../structs/ThreeTuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZ.mjs';
423 import { PayeePubKey } from '../structs/PayeePubKey.mjs';
424 import { Result_PayeePubKeySecp256k1ErrorZ } from '../structs/Result_PayeePubKeySecp256k1ErrorZ.mjs';
425 import { PrivateRoute } from '../structs/PrivateRoute.mjs';
426 import { PositiveTimestamp } from '../structs/PositiveTimestamp.mjs';
427 import { Result_PositiveTimestampCreationErrorZ } from '../structs/Result_PositiveTimestampCreationErrorZ.mjs';
428 import { Result_NoneBolt11SemanticErrorZ } from '../structs/Result_NoneBolt11SemanticErrorZ.mjs';
429 import { Result_Bolt11InvoiceBolt11SemanticErrorZ } from '../structs/Result_Bolt11InvoiceBolt11SemanticErrorZ.mjs';
430 import { Description } from '../structs/Description.mjs';
431 import { Result_DescriptionCreationErrorZ } from '../structs/Result_DescriptionCreationErrorZ.mjs';
432 import { Result_PrivateRouteCreationErrorZ } from '../structs/Result_PrivateRouteCreationErrorZ.mjs';
433 import { Result_OutPointDecodeErrorZ } from '../structs/Result_OutPointDecodeErrorZ.mjs';
434 import { BigSize } from '../structs/BigSize.mjs';
435 import { Result_BigSizeDecodeErrorZ } from '../structs/Result_BigSizeDecodeErrorZ.mjs';
436 import { Result_HostnameDecodeErrorZ } from '../structs/Result_HostnameDecodeErrorZ.mjs';
437 import { TransactionU16LenLimited } from '../structs/TransactionU16LenLimited.mjs';
438 import { Result_TransactionU16LenLimitedNoneZ } from '../structs/Result_TransactionU16LenLimitedNoneZ.mjs';
439 import { Result_TransactionU16LenLimitedDecodeErrorZ } from '../structs/Result_TransactionU16LenLimitedDecodeErrorZ.mjs';
440 import { Result_UntrustedStringDecodeErrorZ } from '../structs/Result_UntrustedStringDecodeErrorZ.mjs';
441 import { ReceiveTlvs } from '../structs/ReceiveTlvs.mjs';
442 import { Result_ReceiveTlvsDecodeErrorZ } from '../structs/Result_ReceiveTlvsDecodeErrorZ.mjs';
443 import { PaymentRelay } from '../structs/PaymentRelay.mjs';
444 import { Result_PaymentRelayDecodeErrorZ } from '../structs/Result_PaymentRelayDecodeErrorZ.mjs';
445 import { PaymentConstraints } from '../structs/PaymentConstraints.mjs';
446 import { Result_PaymentConstraintsDecodeErrorZ } from '../structs/Result_PaymentConstraintsDecodeErrorZ.mjs';
447 import { PaymentError } from '../structs/PaymentError.mjs';
448 import { Result_ThirtyTwoBytesPaymentErrorZ } from '../structs/Result_ThirtyTwoBytesPaymentErrorZ.mjs';
449 import { Result_NonePaymentErrorZ } from '../structs/Result_NonePaymentErrorZ.mjs';
450 import { ProbingError } from '../structs/ProbingError.mjs';
451 import { Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbingErrorZ } from '../structs/Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbingErrorZ.mjs';
452 import { Result_StrSecp256k1ErrorZ } from '../structs/Result_StrSecp256k1ErrorZ.mjs';
453 import { OnionMessagePath } from '../structs/OnionMessagePath.mjs';
454 import { Result_OnionMessagePathNoneZ } from '../structs/Result_OnionMessagePathNoneZ.mjs';
455 import { TwoTuple_PublicKeyOnionMessageZ } from '../structs/TwoTuple_PublicKeyOnionMessageZ.mjs';
456 import { SendError } from '../structs/SendError.mjs';
457 import { 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';
461 import { Result_NoneSendErrorZ } from '../structs/Result_NoneSendErrorZ.mjs';
462 import { Result_BlindedPathNoneZ } from '../structs/Result_BlindedPathNoneZ.mjs';
463 import { Result_C2Tuple_BlindedPayInfoBlindedPathZNoneZ } from '../structs/Result_C2Tuple_BlindedPayInfoBlindedPathZNoneZ.mjs';
464 import { Result_BlindedPathDecodeErrorZ } from '../structs/Result_BlindedPathDecodeErrorZ.mjs';
465 import { Result_BlindedHopDecodeErrorZ } from '../structs/Result_BlindedHopDecodeErrorZ.mjs';
466 import { Result_InvoiceErrorDecodeErrorZ } from '../structs/Result_InvoiceErrorDecodeErrorZ.mjs';
467 import { WatchedOutput } from '../structs/WatchedOutput.mjs';
468 import { Filter, FilterInterface } from '../structs/Filter.mjs';
469 import { Option_FilterZ } from '../structs/Option_FilterZ.mjs';
470 import { LockedChannelMonitor } from '../structs/LockedChannelMonitor.mjs';
471 import { Result_LockedChannelMonitorNoneZ } from '../structs/Result_LockedChannelMonitorNoneZ.mjs';
472 import { MonitorUpdateId } from '../structs/MonitorUpdateId.mjs';
473 import { TwoTuple_OutPointCVec_MonitorUpdateIdZZ } from '../structs/TwoTuple_OutPointCVec_MonitorUpdateIdZZ.mjs';
474 import { KVStore, KVStoreInterface } from '../structs/KVStore.mjs';
475 import { ChannelUsage } from '../structs/ChannelUsage.mjs';
476 import { ProbabilisticScoringFeeParameters } from '../structs/ProbabilisticScoringFeeParameters.mjs';
477 import { ScoreLookUp, ScoreLookUpInterface } from '../structs/ScoreLookUp.mjs';
478 import { ScoreUpdate, ScoreUpdateInterface } from '../structs/ScoreUpdate.mjs';
479 import { LockableScore, LockableScoreInterface } from '../structs/LockableScore.mjs';
480 import { WriteableScore, WriteableScoreInterface } from '../structs/WriteableScore.mjs';
481 import { Persister, PersisterInterface } from '../structs/Persister.mjs';
482 import { MonitorUpdatingPersister } from '../structs/MonitorUpdatingPersister.mjs';
483 import { Persist, PersistInterface } from '../structs/Persist.mjs';
484 import { PrintableString } from '../structs/PrintableString.mjs';
485 import { FutureCallback, FutureCallbackInterface } from '../structs/FutureCallback.mjs';
486 import { Future } from '../structs/Future.mjs';
487 import { ChannelHandshakeConfig } from '../structs/ChannelHandshakeConfig.mjs';
488 import { ChannelHandshakeLimits } from '../structs/ChannelHandshakeLimits.mjs';
489 import { ChannelConfigUpdate } from '../structs/ChannelConfigUpdate.mjs';
490 import { UserConfig } from '../structs/UserConfig.mjs';
491 import { BestBlock } from '../structs/BestBlock.mjs';
492 import { Listen, ListenInterface } from '../structs/Listen.mjs';
493 import { Confirm, ConfirmInterface } from '../structs/Confirm.mjs';
494 import { ChainMonitor } from '../structs/ChainMonitor.mjs';
495 import { EventHandler, EventHandlerInterface } from '../structs/EventHandler.mjs';
496 import { EventsProvider, EventsProviderInterface } from '../structs/EventsProvider.mjs';
497 import { FailureCode } from '../structs/FailureCode.mjs';
498 import { ChainParameters } from '../structs/ChainParameters.mjs';
499 import { MessageSendEventsProvider, MessageSendEventsProviderInterface } from '../structs/MessageSendEventsProvider.mjs';
500 import { ChannelMessageHandler, ChannelMessageHandlerInterface } from '../structs/ChannelMessageHandler.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 import { CommonBase, UInt5, WitnessVersion, UnqualifiedError } from './CommonBase.mjs';
554 import * as bindings from '../bindings.mjs'
555
556
557 /**
558  * A ChannelMonitor handles chain events (blocks connected and disconnected) and generates
559  * on-chain transactions to ensure no loss of funds occurs.
560  * 
561  * You MUST ensure that no ChannelMonitors for a given channel anywhere contain out-of-date
562  * information and are actively monitoring the chain.
563  * 
564  * Note that the deserializer is only implemented for (BlockHash, ChannelMonitor), which
565  * tells you the last block hash which was block_connect()ed. You MUST rescan any blocks along
566  * the \"reorg path\" (ie disconnecting blocks until you find a common ancestor from both the
567  * returned block hash and the the current chain and then reconnecting blocks to get to the
568  * best chain) upon deserializing the object!
569  */
570 export class ChannelMonitor extends CommonBase {
571         /* @internal */
572         public constructor(_dummy: null, ptr: bigint) {
573                 super(ptr, bindings.ChannelMonitor_free);
574         }
575
576         public clone_ptr(): bigint {
577                 const ret: bigint = bindings.ChannelMonitor_clone_ptr(this.ptr);
578                 return ret;
579         }
580
581         /**
582          * Creates a copy of the ChannelMonitor
583          */
584         public clone(): ChannelMonitor {
585                 const ret: bigint = bindings.ChannelMonitor_clone(this.ptr);
586                 const ret_hu_conv: ChannelMonitor = new ChannelMonitor(null, ret);
587                 CommonBase.add_ref_from(ret_hu_conv, this);
588                 return ret_hu_conv;
589         }
590
591         /**
592          * Serialize the ChannelMonitor object into a byte array which can be read by ChannelMonitor_read
593          */
594         public write(): Uint8Array {
595                 const ret: number = bindings.ChannelMonitor_write(this.ptr);
596                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
597                 return ret_conv;
598         }
599
600         /**
601          * Updates a ChannelMonitor on the basis of some new information provided by the Channel
602          * itself.
603          * 
604          * panics if the given update is not the next update by update_id.
605          */
606         public update_monitor(updates: ChannelMonitorUpdate, broadcaster: BroadcasterInterface, fee_estimator: FeeEstimator, logger: Logger): Result_NoneNoneZ {
607                 const ret: bigint = bindings.ChannelMonitor_update_monitor(this.ptr, updates == null ? 0n : CommonBase.get_ptr_of(updates), CommonBase.get_ptr_of(broadcaster), CommonBase.get_ptr_of(fee_estimator), CommonBase.get_ptr_of(logger));
608                 const ret_hu_conv: Result_NoneNoneZ = Result_NoneNoneZ.constr_from_ptr(ret);
609                 CommonBase.add_ref_from(this, updates);
610                 CommonBase.add_ref_from(this, broadcaster);
611                 CommonBase.add_ref_from(this, fee_estimator);
612                 CommonBase.add_ref_from(this, logger);
613                 return ret_hu_conv;
614         }
615
616         /**
617          * Gets the update_id from the latest ChannelMonitorUpdate which was applied to this
618          * ChannelMonitor.
619          */
620         public get_latest_update_id(): bigint {
621                 const ret: bigint = bindings.ChannelMonitor_get_latest_update_id(this.ptr);
622                 return ret;
623         }
624
625         /**
626          * Gets the funding transaction outpoint of the channel this ChannelMonitor is monitoring for.
627          */
628         public get_funding_txo(): TwoTuple_OutPointCVec_u8ZZ {
629                 const ret: bigint = bindings.ChannelMonitor_get_funding_txo(this.ptr);
630                 const ret_hu_conv: TwoTuple_OutPointCVec_u8ZZ = new TwoTuple_OutPointCVec_u8ZZ(null, ret);
631                 CommonBase.add_ref_from(ret_hu_conv, this);
632                 return ret_hu_conv;
633         }
634
635         /**
636          * Gets a list of txids, with their output scripts (in the order they appear in the
637          * transaction), which we must learn about spends of via block_connected().
638          */
639         public get_outputs_to_watch(): TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ[] {
640                 const ret: number = bindings.ChannelMonitor_get_outputs_to_watch(this.ptr);
641                 const ret_conv_52_len: number = bindings.getArrayLength(ret);
642                 const ret_conv_52_arr: TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ[] = new Array(ret_conv_52_len).fill(null);
643                 for (var a = 0; a < ret_conv_52_len; a++) {
644                         const ret_conv_52: bigint = bindings.getU64ArrayElem(ret, a);
645                         const ret_conv_52_hu_conv: TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ = new TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ(null, ret_conv_52);
646                         CommonBase.add_ref_from(ret_conv_52_hu_conv, this);
647                         ret_conv_52_arr[a] = ret_conv_52_hu_conv;
648                 }
649                 bindings.freeWasmMemory(ret)
650                 return ret_conv_52_arr;
651         }
652
653         /**
654          * Loads the funding txo and outputs to watch into the given `chain::Filter` by repeatedly
655          * calling `chain::Filter::register_output` and `chain::Filter::register_tx` until all outputs
656          * have been registered.
657          */
658         public load_outputs_to_watch(filter: Filter): void {
659                 bindings.ChannelMonitor_load_outputs_to_watch(this.ptr, CommonBase.get_ptr_of(filter));
660                 CommonBase.add_ref_from(this, filter);
661         }
662
663         /**
664          * Get the list of HTLCs who's status has been updated on chain. This should be called by
665          * ChannelManager via [`chain::Watch::release_pending_monitor_events`].
666          */
667         public get_and_clear_pending_monitor_events(): MonitorEvent[] {
668                 const ret: number = bindings.ChannelMonitor_get_and_clear_pending_monitor_events(this.ptr);
669                 const ret_conv_14_len: number = bindings.getArrayLength(ret);
670                 const ret_conv_14_arr: MonitorEvent[] = new Array(ret_conv_14_len).fill(null);
671                 for (var o = 0; o < ret_conv_14_len; o++) {
672                         const ret_conv_14: bigint = bindings.getU64ArrayElem(ret, o);
673                         const ret_conv_14_hu_conv: MonitorEvent = MonitorEvent.constr_from_ptr(ret_conv_14);
674                         CommonBase.add_ref_from(ret_conv_14_hu_conv, this);
675                         ret_conv_14_arr[o] = ret_conv_14_hu_conv;
676                 }
677                 bindings.freeWasmMemory(ret)
678                 return ret_conv_14_arr;
679         }
680
681         /**
682          * Processes [`SpendableOutputs`] events produced from each [`ChannelMonitor`] upon maturity.
683          * 
684          * For channels featuring anchor outputs, this method will also process [`BumpTransaction`]
685          * events produced from each [`ChannelMonitor`] while there is a balance to claim onchain
686          * within each channel. As the confirmation of a commitment transaction may be critical to the
687          * safety of funds, we recommend invoking this every 30 seconds, or lower if running in an
688          * environment with spotty connections, like on mobile.
689          * 
690          * An [`EventHandler`] may safely call back to the provider, though this shouldn't be needed in
691          * order to handle these events.
692          * 
693          * [`SpendableOutputs`]: crate::events::Event::SpendableOutputs
694          * [`BumpTransaction`]: crate::events::Event::BumpTransaction
695          */
696         public process_pending_events(handler: EventHandler): void {
697                 bindings.ChannelMonitor_process_pending_events(this.ptr, CommonBase.get_ptr_of(handler));
698                 CommonBase.add_ref_from(this, handler);
699         }
700
701         /**
702          * Gets the counterparty's initial commitment transaction. The returned commitment
703          * transaction is unsigned. This is intended to be called during the initial persistence of
704          * the monitor (inside an implementation of [`Persist::persist_new_channel`]), to allow for
705          * watchtowers in the persistence pipeline to have enough data to form justice transactions.
706          * 
707          * This is similar to [`Self::counterparty_commitment_txs_from_update`], except
708          * that for the initial commitment transaction, we don't have a corresponding update.
709          * 
710          * This will only return `Some` for channel monitors that have been created after upgrading
711          * to LDK 0.0.117+.
712          * 
713          * [`Persist::persist_new_channel`]: crate::chain::chainmonitor::Persist::persist_new_channel
714          * 
715          * Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent None
716          */
717         public initial_counterparty_commitment_tx(): CommitmentTransaction {
718                 const ret: bigint = bindings.ChannelMonitor_initial_counterparty_commitment_tx(this.ptr);
719                 const ret_hu_conv: CommitmentTransaction = new CommitmentTransaction(null, ret);
720                 CommonBase.add_ref_from(ret_hu_conv, this);
721                 return ret_hu_conv;
722         }
723
724         /**
725          * Gets all of the counterparty commitment transactions provided by the given update. This
726          * may be empty if the update doesn't include any new counterparty commitments. Returned
727          * commitment transactions are unsigned.
728          * 
729          * This is provided so that watchtower clients in the persistence pipeline are able to build
730          * justice transactions for each counterparty commitment upon each update. It's intended to be
731          * used within an implementation of [`Persist::update_persisted_channel`], which is provided
732          * with a monitor and an update. Once revoked, signing a justice transaction can be done using
733          * [`Self::sign_to_local_justice_tx`].
734          * 
735          * It is expected that a watchtower client may use this method to retrieve the latest counterparty
736          * commitment transaction(s), and then hold the necessary data until a later update in which
737          * the monitor has been updated with the corresponding revocation data, at which point the
738          * monitor can sign the justice transaction.
739          * 
740          * This will only return a non-empty list for monitor updates that have been created after
741          * upgrading to LDK 0.0.117+. Note that no restriction lies on the monitors themselves, which
742          * may have been created prior to upgrading.
743          * 
744          * [`Persist::update_persisted_channel`]: crate::chain::chainmonitor::Persist::update_persisted_channel
745          */
746         public counterparty_commitment_txs_from_update(update: ChannelMonitorUpdate): CommitmentTransaction[] {
747                 const ret: number = bindings.ChannelMonitor_counterparty_commitment_txs_from_update(this.ptr, update == null ? 0n : CommonBase.get_ptr_of(update));
748                 const ret_conv_23_len: number = bindings.getArrayLength(ret);
749                 const ret_conv_23_arr: CommitmentTransaction[] = new Array(ret_conv_23_len).fill(null);
750                 for (var x = 0; x < ret_conv_23_len; x++) {
751                         const ret_conv_23: bigint = bindings.getU64ArrayElem(ret, x);
752                         const ret_conv_23_hu_conv: CommitmentTransaction = new CommitmentTransaction(null, ret_conv_23);
753                         CommonBase.add_ref_from(ret_conv_23_hu_conv, this);
754                         ret_conv_23_arr[x] = ret_conv_23_hu_conv;
755                 }
756                 bindings.freeWasmMemory(ret)
757                 CommonBase.add_ref_from(this, update);
758                 return ret_conv_23_arr;
759         }
760
761         /**
762          * Wrapper around [`EcdsaChannelSigner::sign_justice_revoked_output`] to make
763          * signing the justice transaction easier for implementors of
764          * [`chain::chainmonitor::Persist`]. On success this method returns the provided transaction
765          * signing the input at `input_idx`. This method will only produce a valid signature for
766          * a transaction spending the `to_local` output of a commitment transaction, i.e. this cannot
767          * be used for revoked HTLC outputs.
768          * 
769          * `Value` is the value of the output being spent by the input at `input_idx`, committed
770          * in the BIP 143 signature.
771          * 
772          * This method will only succeed if this monitor has received the revocation secret for the
773          * provided `commitment_number`. If a commitment number is provided that does not correspond
774          * to the commitment transaction being revoked, this will return a signed transaction, but
775          * the signature will not be valid.
776          * 
777          * [`EcdsaChannelSigner::sign_justice_revoked_output`]: crate::sign::EcdsaChannelSigner::sign_justice_revoked_output
778          * [`Persist`]: crate::chain::chainmonitor::Persist
779          */
780         public sign_to_local_justice_tx(justice_tx: Uint8Array, input_idx: number, value: bigint, commitment_number: bigint): Result_TransactionNoneZ {
781                 const ret: bigint = bindings.ChannelMonitor_sign_to_local_justice_tx(this.ptr, bindings.encodeUint8Array(justice_tx), input_idx, value, commitment_number);
782                 const ret_hu_conv: Result_TransactionNoneZ = Result_TransactionNoneZ.constr_from_ptr(ret);
783                 return ret_hu_conv;
784         }
785
786         /**
787          * Gets the `node_id` of the counterparty for this channel.
788          * 
789          * Will be `None` for channels constructed on LDK versions prior to 0.0.110 and always `Some`
790          * otherwise.
791          * 
792          * Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent None
793          */
794         public get_counterparty_node_id(): Uint8Array {
795                 const ret: number = bindings.ChannelMonitor_get_counterparty_node_id(this.ptr);
796                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
797                 return ret_conv;
798         }
799
800         /**
801          * Used by [`ChannelManager`] deserialization to broadcast the latest holder state if its copy
802          * of the channel state was out-of-date.
803          * 
804          * You may also use this to broadcast the latest local commitment transaction, either because
805          * a monitor update failed or because we've fallen behind (i.e. we've received proof that our
806          * counterparty side knows a revocation secret we gave them that they shouldn't know).
807          * 
808          * Broadcasting these transactions in the second case is UNSAFE, as they allow counterparty
809          * side to punish you. Nevertheless you may want to broadcast them if counterparty doesn't
810          * close channel with their commitment transaction after a substantial amount of time. Best
811          * may be to contact the other node operator out-of-band to coordinate other options available
812          * to you.
813          * 
814          * [`ChannelManager`]: crate::ln::channelmanager::ChannelManager
815          */
816         public get_latest_holder_commitment_txn(logger: Logger): Uint8Array[] {
817                 const ret: number = bindings.ChannelMonitor_get_latest_holder_commitment_txn(this.ptr, CommonBase.get_ptr_of(logger));
818                 const ret_conv_12_len: number = bindings.getArrayLength(ret);
819                 const ret_conv_12_arr: Uint8Array[] = new Array(ret_conv_12_len).fill(null);
820                 for (var m = 0; m < ret_conv_12_len; m++) {
821                         const ret_conv_12: number = bindings.getU32ArrayElem(ret, m);
822                         const ret_conv_12_conv: Uint8Array = bindings.decodeUint8Array(ret_conv_12);
823                         ret_conv_12_arr[m] = ret_conv_12_conv;
824                 }
825                 bindings.freeWasmMemory(ret)
826                 CommonBase.add_ref_from(this, logger);
827                 return ret_conv_12_arr;
828         }
829
830         /**
831          * Processes transactions in a newly connected block, which may result in any of the following:
832          * - update the monitor's state against resolved HTLCs
833          * - punish the counterparty in the case of seeing a revoked commitment transaction
834          * - force close the channel and claim/timeout incoming/outgoing HTLCs if near expiration
835          * - detect settled outputs for later spending
836          * - schedule and bump any in-flight claims
837          * 
838          * Returns any new outputs to watch from `txdata`; after called, these are also included in
839          * [`get_outputs_to_watch`].
840          * 
841          * [`get_outputs_to_watch`]: #method.get_outputs_to_watch
842          */
843         public block_connected(header: Uint8Array, txdata: TwoTuple_usizeTransactionZ[], height: number, broadcaster: BroadcasterInterface, fee_estimator: FeeEstimator, logger: Logger): TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ[] {
844                 const ret: number = bindings.ChannelMonitor_block_connected(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(header, 80)), bindings.encodeUint64Array(txdata.map(txdata_conv_28 => txdata_conv_28 != null ? CommonBase.get_ptr_of(txdata_conv_28) : 0n)), height, CommonBase.get_ptr_of(broadcaster), CommonBase.get_ptr_of(fee_estimator), CommonBase.get_ptr_of(logger));
845                 const ret_conv_49_len: number = bindings.getArrayLength(ret);
846                 const ret_conv_49_arr: TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ[] = new Array(ret_conv_49_len).fill(null);
847                 for (var x = 0; x < ret_conv_49_len; x++) {
848                         const ret_conv_49: bigint = bindings.getU64ArrayElem(ret, x);
849                         const ret_conv_49_hu_conv: TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ = new TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ(null, ret_conv_49);
850                         CommonBase.add_ref_from(ret_conv_49_hu_conv, this);
851                         ret_conv_49_arr[x] = ret_conv_49_hu_conv;
852                 }
853                 bindings.freeWasmMemory(ret)
854                 CommonBase.add_ref_from(this, broadcaster);
855                 CommonBase.add_ref_from(this, fee_estimator);
856                 CommonBase.add_ref_from(this, logger);
857                 return ret_conv_49_arr;
858         }
859
860         /**
861          * Determines if the disconnected block contained any transactions of interest and updates
862          * appropriately.
863          */
864         public block_disconnected(header: Uint8Array, height: number, broadcaster: BroadcasterInterface, fee_estimator: FeeEstimator, logger: Logger): void {
865                 bindings.ChannelMonitor_block_disconnected(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(header, 80)), height, CommonBase.get_ptr_of(broadcaster), CommonBase.get_ptr_of(fee_estimator), CommonBase.get_ptr_of(logger));
866                 CommonBase.add_ref_from(this, broadcaster);
867                 CommonBase.add_ref_from(this, fee_estimator);
868                 CommonBase.add_ref_from(this, logger);
869         }
870
871         /**
872          * Processes transactions confirmed in a block with the given header and height, returning new
873          * outputs to watch. See [`block_connected`] for details.
874          * 
875          * Used instead of [`block_connected`] by clients that are notified of transactions rather than
876          * blocks. See [`chain::Confirm`] for calling expectations.
877          * 
878          * [`block_connected`]: Self::block_connected
879          */
880         public transactions_confirmed(header: Uint8Array, txdata: TwoTuple_usizeTransactionZ[], height: number, broadcaster: BroadcasterInterface, fee_estimator: FeeEstimator, logger: Logger): TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ[] {
881                 const ret: number = bindings.ChannelMonitor_transactions_confirmed(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(header, 80)), bindings.encodeUint64Array(txdata.map(txdata_conv_28 => txdata_conv_28 != null ? CommonBase.get_ptr_of(txdata_conv_28) : 0n)), height, CommonBase.get_ptr_of(broadcaster), CommonBase.get_ptr_of(fee_estimator), CommonBase.get_ptr_of(logger));
882                 const ret_conv_49_len: number = bindings.getArrayLength(ret);
883                 const ret_conv_49_arr: TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ[] = new Array(ret_conv_49_len).fill(null);
884                 for (var x = 0; x < ret_conv_49_len; x++) {
885                         const ret_conv_49: bigint = bindings.getU64ArrayElem(ret, x);
886                         const ret_conv_49_hu_conv: TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ = new TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ(null, ret_conv_49);
887                         CommonBase.add_ref_from(ret_conv_49_hu_conv, this);
888                         ret_conv_49_arr[x] = ret_conv_49_hu_conv;
889                 }
890                 bindings.freeWasmMemory(ret)
891                 CommonBase.add_ref_from(this, broadcaster);
892                 CommonBase.add_ref_from(this, fee_estimator);
893                 CommonBase.add_ref_from(this, logger);
894                 return ret_conv_49_arr;
895         }
896
897         /**
898          * Processes a transaction that was reorganized out of the chain.
899          * 
900          * Used instead of [`block_disconnected`] by clients that are notified of transactions rather
901          * than blocks. See [`chain::Confirm`] for calling expectations.
902          * 
903          * [`block_disconnected`]: Self::block_disconnected
904          */
905         public transaction_unconfirmed(txid: Uint8Array, broadcaster: BroadcasterInterface, fee_estimator: FeeEstimator, logger: Logger): void {
906                 bindings.ChannelMonitor_transaction_unconfirmed(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(txid, 32)), CommonBase.get_ptr_of(broadcaster), CommonBase.get_ptr_of(fee_estimator), CommonBase.get_ptr_of(logger));
907                 CommonBase.add_ref_from(this, broadcaster);
908                 CommonBase.add_ref_from(this, fee_estimator);
909                 CommonBase.add_ref_from(this, logger);
910         }
911
912         /**
913          * Updates the monitor with the current best chain tip, returning new outputs to watch. See
914          * [`block_connected`] for details.
915          * 
916          * Used instead of [`block_connected`] by clients that are notified of transactions rather than
917          * blocks. See [`chain::Confirm`] for calling expectations.
918          * 
919          * [`block_connected`]: Self::block_connected
920          */
921         public best_block_updated(header: Uint8Array, height: number, broadcaster: BroadcasterInterface, fee_estimator: FeeEstimator, logger: Logger): TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ[] {
922                 const ret: number = bindings.ChannelMonitor_best_block_updated(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(header, 80)), height, CommonBase.get_ptr_of(broadcaster), CommonBase.get_ptr_of(fee_estimator), CommonBase.get_ptr_of(logger));
923                 const ret_conv_49_len: number = bindings.getArrayLength(ret);
924                 const ret_conv_49_arr: TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ[] = new Array(ret_conv_49_len).fill(null);
925                 for (var x = 0; x < ret_conv_49_len; x++) {
926                         const ret_conv_49: bigint = bindings.getU64ArrayElem(ret, x);
927                         const ret_conv_49_hu_conv: TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ = new TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ(null, ret_conv_49);
928                         CommonBase.add_ref_from(ret_conv_49_hu_conv, this);
929                         ret_conv_49_arr[x] = ret_conv_49_hu_conv;
930                 }
931                 bindings.freeWasmMemory(ret)
932                 CommonBase.add_ref_from(this, broadcaster);
933                 CommonBase.add_ref_from(this, fee_estimator);
934                 CommonBase.add_ref_from(this, logger);
935                 return ret_conv_49_arr;
936         }
937
938         /**
939          * Returns the set of txids that should be monitored for re-organization out of the chain.
940          */
941         public get_relevant_txids(): TwoTuple_ThirtyTwoBytesCOption_ThirtyTwoBytesZZ[] {
942                 const ret: number = bindings.ChannelMonitor_get_relevant_txids(this.ptr);
943                 const ret_conv_49_len: number = bindings.getArrayLength(ret);
944                 const ret_conv_49_arr: TwoTuple_ThirtyTwoBytesCOption_ThirtyTwoBytesZZ[] = new Array(ret_conv_49_len).fill(null);
945                 for (var x = 0; x < ret_conv_49_len; x++) {
946                         const ret_conv_49: bigint = bindings.getU64ArrayElem(ret, x);
947                         const ret_conv_49_hu_conv: TwoTuple_ThirtyTwoBytesCOption_ThirtyTwoBytesZZ = new TwoTuple_ThirtyTwoBytesCOption_ThirtyTwoBytesZZ(null, ret_conv_49);
948                         CommonBase.add_ref_from(ret_conv_49_hu_conv, this);
949                         ret_conv_49_arr[x] = ret_conv_49_hu_conv;
950                 }
951                 bindings.freeWasmMemory(ret)
952                 return ret_conv_49_arr;
953         }
954
955         /**
956          * Gets the latest best block which was connected either via the [`chain::Listen`] or
957          * [`chain::Confirm`] interfaces.
958          */
959         public current_best_block(): BestBlock {
960                 const ret: bigint = bindings.ChannelMonitor_current_best_block(this.ptr);
961                 const ret_hu_conv: BestBlock = new BestBlock(null, ret);
962                 CommonBase.add_ref_from(ret_hu_conv, this);
963                 return ret_hu_conv;
964         }
965
966         /**
967          * Triggers rebroadcasts/fee-bumps of pending claims from a force-closed channel. This is
968          * crucial in preventing certain classes of pinning attacks, detecting substantial mempool
969          * feerate changes between blocks, and ensuring reliability if broadcasting fails. We recommend
970          * invoking this every 30 seconds, or lower if running in an environment with spotty
971          * connections, like on mobile.
972          */
973         public rebroadcast_pending_claims(broadcaster: BroadcasterInterface, fee_estimator: FeeEstimator, logger: Logger): void {
974                 bindings.ChannelMonitor_rebroadcast_pending_claims(this.ptr, CommonBase.get_ptr_of(broadcaster), CommonBase.get_ptr_of(fee_estimator), CommonBase.get_ptr_of(logger));
975                 CommonBase.add_ref_from(this, broadcaster);
976                 CommonBase.add_ref_from(this, fee_estimator);
977                 CommonBase.add_ref_from(this, logger);
978         }
979
980         /**
981          * Returns the descriptors for relevant outputs (i.e., those that we can spend) within the
982          * transaction if they exist and the transaction has at least [`ANTI_REORG_DELAY`]
983          * confirmations. For [`SpendableOutputDescriptor::DelayedPaymentOutput`] descriptors to be
984          * returned, the transaction must have at least `max(ANTI_REORG_DELAY, to_self_delay)`
985          * confirmations.
986          * 
987          * Descriptors returned by this method are primarily exposed via [`Event::SpendableOutputs`]
988          * once they are no longer under reorg risk. This method serves as a way to retrieve these
989          * descriptors at a later time, either for historical purposes, or to replay any
990          * missed/unhandled descriptors. For the purpose of gathering historical records, if the
991          * channel close has fully resolved (i.e., [`ChannelMonitor::get_claimable_balances`] returns
992          * an empty set), you can retrieve all spendable outputs by providing all descendant spending
993          * transactions starting from the channel's funding transaction and going down three levels.
994          * 
995          * `tx` is a transaction we'll scan the outputs of. Any transaction can be provided. If any
996          * outputs which can be spent by us are found, at least one descriptor is returned.
997          * 
998          * `confirmation_height` must be the height of the block in which `tx` was included in.
999          */
1000         public get_spendable_outputs(tx: Uint8Array, confirmation_height: number): SpendableOutputDescriptor[] {
1001                 const ret: number = bindings.ChannelMonitor_get_spendable_outputs(this.ptr, bindings.encodeUint8Array(tx), confirmation_height);
1002                 const ret_conv_27_len: number = bindings.getArrayLength(ret);
1003                 const ret_conv_27_arr: SpendableOutputDescriptor[] = new Array(ret_conv_27_len).fill(null);
1004                 for (var b = 0; b < ret_conv_27_len; b++) {
1005                         const ret_conv_27: bigint = bindings.getU64ArrayElem(ret, b);
1006                         const ret_conv_27_hu_conv: SpendableOutputDescriptor = SpendableOutputDescriptor.constr_from_ptr(ret_conv_27);
1007                         CommonBase.add_ref_from(ret_conv_27_hu_conv, this);
1008                         ret_conv_27_arr[b] = ret_conv_27_hu_conv;
1009                 }
1010                 bindings.freeWasmMemory(ret)
1011                 return ret_conv_27_arr;
1012         }
1013
1014         /**
1015          * Gets the balances in this channel which are either claimable by us if we were to
1016          * force-close the channel now or which are claimable on-chain (possibly awaiting
1017          * confirmation).
1018          * 
1019          * Any balances in the channel which are available on-chain (excluding on-chain fees) are
1020          * included here until an [`Event::SpendableOutputs`] event has been generated for the
1021          * balance, or until our counterparty has claimed the balance and accrued several
1022          * confirmations on the claim transaction.
1023          * 
1024          * Note that for `ChannelMonitors` which track a channel which went on-chain with versions of
1025          * LDK prior to 0.0.111, not all or excess balances may be included.
1026          * 
1027          * See [`Balance`] for additional details on the types of claimable balances which
1028          * may be returned here and their meanings.
1029          */
1030         public get_claimable_balances(): Balance[] {
1031                 const ret: number = bindings.ChannelMonitor_get_claimable_balances(this.ptr);
1032                 const ret_conv_9_len: number = bindings.getArrayLength(ret);
1033                 const ret_conv_9_arr: Balance[] = new Array(ret_conv_9_len).fill(null);
1034                 for (var j = 0; j < ret_conv_9_len; j++) {
1035                         const ret_conv_9: bigint = bindings.getU64ArrayElem(ret, j);
1036                         const ret_conv_9_hu_conv: Balance = Balance.constr_from_ptr(ret_conv_9);
1037                         CommonBase.add_ref_from(ret_conv_9_hu_conv, this);
1038                         ret_conv_9_arr[j] = ret_conv_9_hu_conv;
1039                 }
1040                 bindings.freeWasmMemory(ret)
1041                 return ret_conv_9_arr;
1042         }
1043
1044 }