[C#] Run tests against release library in determinism CI run
[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 { WitnessProgram } from '../structs/WitnessProgram.mjs';
5 import { BlindedFailure } from '../enums/BlindedFailure.mjs';
6 import { Bolt11SemanticError } from '../enums/Bolt11SemanticError.mjs';
7 import { Bolt12SemanticError } from '../enums/Bolt12SemanticError.mjs';
8 import { COption_NoneZ } from '../enums/COption_NoneZ.mjs';
9 import { ChannelMonitorUpdateStatus } from '../enums/ChannelMonitorUpdateStatus.mjs';
10 import { ChannelShutdownState } from '../enums/ChannelShutdownState.mjs';
11 import { ConfirmationTarget } from '../enums/ConfirmationTarget.mjs';
12 import { CreationError } from '../enums/CreationError.mjs';
13 import { Currency } from '../enums/Currency.mjs';
14 import { Direction } from '../enums/Direction.mjs';
15 import { HTLCClaim } from '../enums/HTLCClaim.mjs';
16 import { IOError } from '../enums/IOError.mjs';
17 import { Level } from '../enums/Level.mjs';
18 import { Network } from '../enums/Network.mjs';
19 import { PaymentFailureReason } from '../enums/PaymentFailureReason.mjs';
20 import { Recipient } from '../enums/Recipient.mjs';
21 import { RetryableSendFailure } from '../enums/RetryableSendFailure.mjs';
22 import { Secp256k1Error } from '../enums/Secp256k1Error.mjs';
23 import { ShortChannelIdError } from '../enums/ShortChannelIdError.mjs';
24 import { SiPrefix } from '../enums/SiPrefix.mjs';
25 import { SocketAddressParseError } from '../enums/SocketAddressParseError.mjs';
26 import { UtxoLookupError } from '../enums/UtxoLookupError.mjs';
27 import { Bech32Error } from '../structs/Bech32Error.mjs';
28 import { RefundMaybeWithDerivedMetadataBuilder } from '../structs/RefundMaybeWithDerivedMetadataBuilder.mjs';
29 import { Result_RefundMaybeWithDerivedMetadataBuilderBolt12SemanticErrorZ } from '../structs/Result_RefundMaybeWithDerivedMetadataBuilderBolt12SemanticErrorZ.mjs';
30 import { Refund } from '../structs/Refund.mjs';
31 import { Result_RefundBolt12SemanticErrorZ } from '../structs/Result_RefundBolt12SemanticErrorZ.mjs';
32 import { Option_u64Z } from '../structs/Option_u64Z.mjs';
33 import { BlindedPath } from '../structs/BlindedPath.mjs';
34 import { Bolt12ParseError } from '../structs/Bolt12ParseError.mjs';
35 import { Result_RefundBolt12ParseErrorZ } from '../structs/Result_RefundBolt12ParseErrorZ.mjs';
36 import { Retry } from '../structs/Retry.mjs';
37 import { DecodeError } from '../structs/DecodeError.mjs';
38 import { Result_RetryDecodeErrorZ } from '../structs/Result_RetryDecodeErrorZ.mjs';
39 import { ShutdownScript } from '../structs/ShutdownScript.mjs';
40 import { APIError } from '../structs/APIError.mjs';
41 import { Result_NoneAPIErrorZ } from '../structs/Result_NoneAPIErrorZ.mjs';
42 import { Option_ThirtyTwoBytesZ } from '../structs/Option_ThirtyTwoBytesZ.mjs';
43 import { Option_CVec_u8ZZ } from '../structs/Option_CVec_u8ZZ.mjs';
44 import { RecipientOnionFields } from '../structs/RecipientOnionFields.mjs';
45 import { Result_RecipientOnionFieldsDecodeErrorZ } from '../structs/Result_RecipientOnionFieldsDecodeErrorZ.mjs';
46 import { TwoTuple_u64CVec_u8ZZ } from '../structs/TwoTuple_u64CVec_u8ZZ.mjs';
47 import { Result_RecipientOnionFieldsNoneZ } from '../structs/Result_RecipientOnionFieldsNoneZ.mjs';
48 import { UnsignedBolt12Invoice } from '../structs/UnsignedBolt12Invoice.mjs';
49 import { Result_UnsignedBolt12InvoiceBolt12SemanticErrorZ } from '../structs/Result_UnsignedBolt12InvoiceBolt12SemanticErrorZ.mjs';
50 import { Bolt12Invoice } from '../structs/Bolt12Invoice.mjs';
51 import { Result_Bolt12InvoiceBolt12SemanticErrorZ } from '../structs/Result_Bolt12InvoiceBolt12SemanticErrorZ.mjs';
52 import { Result_SchnorrSignatureNoneZ } from '../structs/Result_SchnorrSignatureNoneZ.mjs';
53 import { Option_CVec_ThirtyTwoBytesZZ } from '../structs/Option_CVec_ThirtyTwoBytesZZ.mjs';
54 import { Amount } from '../structs/Amount.mjs';
55 import { Option_AmountZ } from '../structs/Option_AmountZ.mjs';
56 import { Quantity } from '../structs/Quantity.mjs';
57 import { Option_QuantityZ } from '../structs/Option_QuantityZ.mjs';
58 import { Result_ThirtyTwoBytesNoneZ } from '../structs/Result_ThirtyTwoBytesNoneZ.mjs';
59 import { BlindedPayInfo } from '../structs/BlindedPayInfo.mjs';
60 import { Result_BlindedPayInfoDecodeErrorZ } from '../structs/Result_BlindedPayInfoDecodeErrorZ.mjs';
61 import { DelayedPaymentOutputDescriptor } from '../structs/DelayedPaymentOutputDescriptor.mjs';
62 import { Result_DelayedPaymentOutputDescriptorDecodeErrorZ } from '../structs/Result_DelayedPaymentOutputDescriptorDecodeErrorZ.mjs';
63 import { StaticPaymentOutputDescriptor } from '../structs/StaticPaymentOutputDescriptor.mjs';
64 import { Result_StaticPaymentOutputDescriptorDecodeErrorZ } from '../structs/Result_StaticPaymentOutputDescriptorDecodeErrorZ.mjs';
65 import { OutPoint } from '../structs/OutPoint.mjs';
66 import { SpendableOutputDescriptor } from '../structs/SpendableOutputDescriptor.mjs';
67 import { Result_SpendableOutputDescriptorDecodeErrorZ } from '../structs/Result_SpendableOutputDescriptorDecodeErrorZ.mjs';
68 import { Option_u32Z } from '../structs/Option_u32Z.mjs';
69 import { TwoTuple_CVec_u8Zu64Z } from '../structs/TwoTuple_CVec_u8Zu64Z.mjs';
70 import { Result_C2Tuple_CVec_u8Zu64ZNoneZ } from '../structs/Result_C2Tuple_CVec_u8Zu64ZNoneZ.mjs';
71 import { ChannelDerivationParameters } from '../structs/ChannelDerivationParameters.mjs';
72 import { Result_ChannelDerivationParametersDecodeErrorZ } from '../structs/Result_ChannelDerivationParametersDecodeErrorZ.mjs';
73 import { HTLCDescriptor } from '../structs/HTLCDescriptor.mjs';
74 import { Result_HTLCDescriptorDecodeErrorZ } from '../structs/Result_HTLCDescriptorDecodeErrorZ.mjs';
75 import { Result_NoneNoneZ } from '../structs/Result_NoneNoneZ.mjs';
76 import { Result_PublicKeyNoneZ } from '../structs/Result_PublicKeyNoneZ.mjs';
77 import { Option_BigEndianScalarZ } from '../structs/Option_BigEndianScalarZ.mjs';
78 import { Result_RecoverableSignatureNoneZ } from '../structs/Result_RecoverableSignatureNoneZ.mjs';
79 import { Result_ECDSASignatureNoneZ } from '../structs/Result_ECDSASignatureNoneZ.mjs';
80 import { Result_TransactionNoneZ } from '../structs/Result_TransactionNoneZ.mjs';
81 import { TwoTuple_ECDSASignatureCVec_ECDSASignatureZZ } from '../structs/TwoTuple_ECDSASignatureCVec_ECDSASignatureZZ.mjs';
82 import { Result_C2Tuple_ECDSASignatureCVec_ECDSASignatureZZNoneZ } from '../structs/Result_C2Tuple_ECDSASignatureCVec_ECDSASignatureZZNoneZ.mjs';
83 import { CommitmentTransaction } from '../structs/CommitmentTransaction.mjs';
84 import { HolderCommitmentTransaction } from '../structs/HolderCommitmentTransaction.mjs';
85 import { HTLCOutputInCommitment } from '../structs/HTLCOutputInCommitment.mjs';
86 import { ClosingTransaction } from '../structs/ClosingTransaction.mjs';
87 import { UnsignedChannelAnnouncement } from '../structs/UnsignedChannelAnnouncement.mjs';
88 import { ChannelPublicKeys } from '../structs/ChannelPublicKeys.mjs';
89 import { ChannelTransactionParameters } from '../structs/ChannelTransactionParameters.mjs';
90 import { ChannelSigner, ChannelSignerInterface } from '../structs/ChannelSigner.mjs';
91 import { EcdsaChannelSigner, EcdsaChannelSignerInterface } from '../structs/EcdsaChannelSigner.mjs';
92 import { WriteableEcdsaChannelSigner, WriteableEcdsaChannelSignerInterface } from '../structs/WriteableEcdsaChannelSigner.mjs';
93 import { Result_WriteableEcdsaChannelSignerDecodeErrorZ } from '../structs/Result_WriteableEcdsaChannelSignerDecodeErrorZ.mjs';
94 import { Result_CVec_u8ZNoneZ } from '../structs/Result_CVec_u8ZNoneZ.mjs';
95 import { Result_ShutdownScriptNoneZ } from '../structs/Result_ShutdownScriptNoneZ.mjs';
96 import { Option_u16Z } from '../structs/Option_u16Z.mjs';
97 import { Option_boolZ } from '../structs/Option_boolZ.mjs';
98 import { Result_WitnessNoneZ } from '../structs/Result_WitnessNoneZ.mjs';
99 import { InMemorySigner } from '../structs/InMemorySigner.mjs';
100 import { Result_InMemorySignerDecodeErrorZ } from '../structs/Result_InMemorySignerDecodeErrorZ.mjs';
101 import { ChannelDetails } from '../structs/ChannelDetails.mjs';
102 import { Route } from '../structs/Route.mjs';
103 import { LightningError } from '../structs/LightningError.mjs';
104 import { Result_RouteLightningErrorZ } from '../structs/Result_RouteLightningErrorZ.mjs';
105 import { TwoTuple_BlindedPayInfoBlindedPathZ } from '../structs/TwoTuple_BlindedPayInfoBlindedPathZ.mjs';
106 import { Result_CVec_C2Tuple_BlindedPayInfoBlindedPathZZNoneZ } from '../structs/Result_CVec_C2Tuple_BlindedPayInfoBlindedPathZZNoneZ.mjs';
107 import { OnionMessagePath } from '../structs/OnionMessagePath.mjs';
108 import { Result_OnionMessagePathNoneZ } from '../structs/Result_OnionMessagePathNoneZ.mjs';
109 import { Result_CVec_BlindedPathZNoneZ } from '../structs/Result_CVec_BlindedPathZNoneZ.mjs';
110 import { InFlightHtlcs } from '../structs/InFlightHtlcs.mjs';
111 import { Result_InFlightHtlcsDecodeErrorZ } from '../structs/Result_InFlightHtlcsDecodeErrorZ.mjs';
112 import { RouteHop } from '../structs/RouteHop.mjs';
113 import { Result_RouteHopDecodeErrorZ } from '../structs/Result_RouteHopDecodeErrorZ.mjs';
114 import { BlindedHop } from '../structs/BlindedHop.mjs';
115 import { BlindedTail } from '../structs/BlindedTail.mjs';
116 import { Result_BlindedTailDecodeErrorZ } from '../structs/Result_BlindedTailDecodeErrorZ.mjs';
117 import { Path } from '../structs/Path.mjs';
118 import { Result_RouteDecodeErrorZ } from '../structs/Result_RouteDecodeErrorZ.mjs';
119 import { RouteParameters } from '../structs/RouteParameters.mjs';
120 import { Result_RouteParametersDecodeErrorZ } from '../structs/Result_RouteParametersDecodeErrorZ.mjs';
121 import { PaymentParameters } from '../structs/PaymentParameters.mjs';
122 import { Result_PaymentParametersDecodeErrorZ } from '../structs/Result_PaymentParametersDecodeErrorZ.mjs';
123 import { RouteHint } from '../structs/RouteHint.mjs';
124 import { RouteHintHop } from '../structs/RouteHintHop.mjs';
125 import { Result_RouteHintDecodeErrorZ } from '../structs/Result_RouteHintDecodeErrorZ.mjs';
126 import { Result_RouteHintHopDecodeErrorZ } from '../structs/Result_RouteHintHopDecodeErrorZ.mjs';
127 import { FixedPenaltyScorer } from '../structs/FixedPenaltyScorer.mjs';
128 import { Result_FixedPenaltyScorerDecodeErrorZ } from '../structs/Result_FixedPenaltyScorerDecodeErrorZ.mjs';
129 import { NodeId } from '../structs/NodeId.mjs';
130 import { TwoTuple_u64u64Z } from '../structs/TwoTuple_u64u64Z.mjs';
131 import { Option_C2Tuple_u64u64ZZ } from '../structs/Option_C2Tuple_u64u64ZZ.mjs';
132 import { TwoTuple_Z } from '../structs/TwoTuple_Z.mjs';
133 import { TwoTuple__u1632_u1632Z } from '../structs/TwoTuple__u1632_u1632Z.mjs';
134 import { Option_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ } from '../structs/Option_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ.mjs';
135 import { Option_f64Z } from '../structs/Option_f64Z.mjs';
136 import { Record } from '../structs/Record.mjs';
137 import { Logger, LoggerInterface } from '../structs/Logger.mjs';
138 import { NetworkGraph } from '../structs/NetworkGraph.mjs';
139 import { ProbabilisticScorer } from '../structs/ProbabilisticScorer.mjs';
140 import { Result_ProbabilisticScorerDecodeErrorZ } from '../structs/Result_ProbabilisticScorerDecodeErrorZ.mjs';
141 import { BestBlock } from '../structs/BestBlock.mjs';
142 import { Result_BestBlockDecodeErrorZ } from '../structs/Result_BestBlockDecodeErrorZ.mjs';
143 import { TwoTuple_usizeTransactionZ } from '../structs/TwoTuple_usizeTransactionZ.mjs';
144 import { ThreeTuple_ThirtyTwoBytesu32COption_ThirtyTwoBytesZZ } from '../structs/ThreeTuple_ThirtyTwoBytesu32COption_ThirtyTwoBytesZZ.mjs';
145 import { Result_ChannelMonitorUpdateStatusNoneZ } from '../structs/Result_ChannelMonitorUpdateStatusNoneZ.mjs';
146 import { HTLCUpdate } from '../structs/HTLCUpdate.mjs';
147 import { UntrustedString } from '../structs/UntrustedString.mjs';
148 import { ClosureReason } from '../structs/ClosureReason.mjs';
149 import { ChannelId } from '../structs/ChannelId.mjs';
150 import { MonitorEvent } from '../structs/MonitorEvent.mjs';
151 import { FourTuple_OutPointChannelIdCVec_MonitorEventZPublicKeyZ } from '../structs/FourTuple_OutPointChannelIdCVec_MonitorEventZPublicKeyZ.mjs';
152 import { InitFeatures } from '../structs/InitFeatures.mjs';
153 import { Result_InitFeaturesDecodeErrorZ } from '../structs/Result_InitFeaturesDecodeErrorZ.mjs';
154 import { ChannelFeatures } from '../structs/ChannelFeatures.mjs';
155 import { Result_ChannelFeaturesDecodeErrorZ } from '../structs/Result_ChannelFeaturesDecodeErrorZ.mjs';
156 import { NodeFeatures } from '../structs/NodeFeatures.mjs';
157 import { Result_NodeFeaturesDecodeErrorZ } from '../structs/Result_NodeFeaturesDecodeErrorZ.mjs';
158 import { Bolt11InvoiceFeatures } from '../structs/Bolt11InvoiceFeatures.mjs';
159 import { Result_Bolt11InvoiceFeaturesDecodeErrorZ } from '../structs/Result_Bolt11InvoiceFeaturesDecodeErrorZ.mjs';
160 import { Bolt12InvoiceFeatures } from '../structs/Bolt12InvoiceFeatures.mjs';
161 import { Result_Bolt12InvoiceFeaturesDecodeErrorZ } from '../structs/Result_Bolt12InvoiceFeaturesDecodeErrorZ.mjs';
162 import { BlindedHopFeatures } from '../structs/BlindedHopFeatures.mjs';
163 import { Result_BlindedHopFeaturesDecodeErrorZ } from '../structs/Result_BlindedHopFeaturesDecodeErrorZ.mjs';
164 import { ChannelTypeFeatures } from '../structs/ChannelTypeFeatures.mjs';
165 import { Result_ChannelTypeFeaturesDecodeErrorZ } from '../structs/Result_ChannelTypeFeaturesDecodeErrorZ.mjs';
166 import { OfferId } from '../structs/OfferId.mjs';
167 import { Result_OfferIdDecodeErrorZ } from '../structs/Result_OfferIdDecodeErrorZ.mjs';
168 import { Result_NoneBolt12SemanticErrorZ } from '../structs/Result_NoneBolt12SemanticErrorZ.mjs';
169 import { Offer } from '../structs/Offer.mjs';
170 import { Result_OfferBolt12SemanticErrorZ } from '../structs/Result_OfferBolt12SemanticErrorZ.mjs';
171 import { InvoiceRequestWithDerivedPayerIdBuilder } from '../structs/InvoiceRequestWithDerivedPayerIdBuilder.mjs';
172 import { Result_InvoiceRequestWithDerivedPayerIdBuilderBolt12SemanticErrorZ } from '../structs/Result_InvoiceRequestWithDerivedPayerIdBuilderBolt12SemanticErrorZ.mjs';
173 import { InvoiceRequestWithExplicitPayerIdBuilder } from '../structs/InvoiceRequestWithExplicitPayerIdBuilder.mjs';
174 import { Result_InvoiceRequestWithExplicitPayerIdBuilderBolt12SemanticErrorZ } from '../structs/Result_InvoiceRequestWithExplicitPayerIdBuilderBolt12SemanticErrorZ.mjs';
175 import { Result_OfferBolt12ParseErrorZ } from '../structs/Result_OfferBolt12ParseErrorZ.mjs';
176 import { Result_NodeIdDecodeErrorZ } from '../structs/Result_NodeIdDecodeErrorZ.mjs';
177 import { Result_PublicKeySecp256k1ErrorZ } from '../structs/Result_PublicKeySecp256k1ErrorZ.mjs';
178 import { ChannelUpdate } from '../structs/ChannelUpdate.mjs';
179 import { NetworkUpdate } from '../structs/NetworkUpdate.mjs';
180 import { Option_NetworkUpdateZ } from '../structs/Option_NetworkUpdateZ.mjs';
181 import { Result_COption_NetworkUpdateZDecodeErrorZ } from '../structs/Result_COption_NetworkUpdateZDecodeErrorZ.mjs';
182 import { Result_TxOutUtxoLookupErrorZ } from '../structs/Result_TxOutUtxoLookupErrorZ.mjs';
183 import { UtxoFuture } from '../structs/UtxoFuture.mjs';
184 import { UtxoResult } from '../structs/UtxoResult.mjs';
185 import { UtxoLookup, UtxoLookupInterface } from '../structs/UtxoLookup.mjs';
186 import { Option_UtxoLookupZ } from '../structs/Option_UtxoLookupZ.mjs';
187 import { Result_NoneLightningErrorZ } from '../structs/Result_NoneLightningErrorZ.mjs';
188 import { Result_boolLightningErrorZ } from '../structs/Result_boolLightningErrorZ.mjs';
189 import { ChannelAnnouncement } from '../structs/ChannelAnnouncement.mjs';
190 import { ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ } from '../structs/ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ.mjs';
191 import { Option_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ } from '../structs/Option_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ.mjs';
192 import { AcceptChannel } from '../structs/AcceptChannel.mjs';
193 import { AcceptChannelV2 } from '../structs/AcceptChannelV2.mjs';
194 import { OpenChannel } from '../structs/OpenChannel.mjs';
195 import { OpenChannelV2 } from '../structs/OpenChannelV2.mjs';
196 import { FundingCreated } from '../structs/FundingCreated.mjs';
197 import { FundingSigned } from '../structs/FundingSigned.mjs';
198 import { Stfu } from '../structs/Stfu.mjs';
199 import { Splice } from '../structs/Splice.mjs';
200 import { SpliceAck } from '../structs/SpliceAck.mjs';
201 import { SpliceLocked } from '../structs/SpliceLocked.mjs';
202 import { TxAddInput } from '../structs/TxAddInput.mjs';
203 import { TxAddOutput } from '../structs/TxAddOutput.mjs';
204 import { TxRemoveInput } from '../structs/TxRemoveInput.mjs';
205 import { TxRemoveOutput } from '../structs/TxRemoveOutput.mjs';
206 import { TxComplete } from '../structs/TxComplete.mjs';
207 import { TxSignatures } from '../structs/TxSignatures.mjs';
208 import { TxInitRbf } from '../structs/TxInitRbf.mjs';
209 import { TxAckRbf } from '../structs/TxAckRbf.mjs';
210 import { TxAbort } from '../structs/TxAbort.mjs';
211 import { ChannelReady } from '../structs/ChannelReady.mjs';
212 import { AnnouncementSignatures } from '../structs/AnnouncementSignatures.mjs';
213 import { CommitmentUpdate } from '../structs/CommitmentUpdate.mjs';
214 import { RevokeAndACK } from '../structs/RevokeAndACK.mjs';
215 import { ClosingSigned } from '../structs/ClosingSigned.mjs';
216 import { Shutdown } from '../structs/Shutdown.mjs';
217 import { ChannelReestablish } from '../structs/ChannelReestablish.mjs';
218 import { NodeAnnouncement } from '../structs/NodeAnnouncement.mjs';
219 import { ErrorMessage } from '../structs/ErrorMessage.mjs';
220 import { WarningMessage } from '../structs/WarningMessage.mjs';
221 import { ErrorAction } from '../structs/ErrorAction.mjs';
222 import { QueryChannelRange } from '../structs/QueryChannelRange.mjs';
223 import { QueryShortChannelIds } from '../structs/QueryShortChannelIds.mjs';
224 import { ReplyChannelRange } from '../structs/ReplyChannelRange.mjs';
225 import { GossipTimestampFilter } from '../structs/GossipTimestampFilter.mjs';
226 import { MessageSendEvent } from '../structs/MessageSendEvent.mjs';
227 import { ChannelUpdateInfo } from '../structs/ChannelUpdateInfo.mjs';
228 import { Result_ChannelUpdateInfoDecodeErrorZ } from '../structs/Result_ChannelUpdateInfoDecodeErrorZ.mjs';
229 import { ChannelInfo } from '../structs/ChannelInfo.mjs';
230 import { Result_ChannelInfoDecodeErrorZ } from '../structs/Result_ChannelInfoDecodeErrorZ.mjs';
231 import { RoutingFees } from '../structs/RoutingFees.mjs';
232 import { Result_RoutingFeesDecodeErrorZ } from '../structs/Result_RoutingFeesDecodeErrorZ.mjs';
233 import { Hostname } from '../structs/Hostname.mjs';
234 import { SocketAddress } from '../structs/SocketAddress.mjs';
235 import { NodeAnnouncementInfo } from '../structs/NodeAnnouncementInfo.mjs';
236 import { Result_NodeAnnouncementInfoDecodeErrorZ } from '../structs/Result_NodeAnnouncementInfoDecodeErrorZ.mjs';
237 import { NodeAlias } from '../structs/NodeAlias.mjs';
238 import { Result_NodeAliasDecodeErrorZ } from '../structs/Result_NodeAliasDecodeErrorZ.mjs';
239 import { NodeInfo } from '../structs/NodeInfo.mjs';
240 import { Result_NodeInfoDecodeErrorZ } from '../structs/Result_NodeInfoDecodeErrorZ.mjs';
241 import { Result_NetworkGraphDecodeErrorZ } from '../structs/Result_NetworkGraphDecodeErrorZ.mjs';
242 import { Option_CVec_SocketAddressZZ } from '../structs/Option_CVec_SocketAddressZZ.mjs';
243 import { Result_u64ShortChannelIdErrorZ } from '../structs/Result_u64ShortChannelIdErrorZ.mjs';
244 import { PendingHTLCInfo } from '../structs/PendingHTLCInfo.mjs';
245 import { InboundHTLCErr } from '../structs/InboundHTLCErr.mjs';
246 import { Result_PendingHTLCInfoInboundHTLCErrZ } from '../structs/Result_PendingHTLCInfoInboundHTLCErrZ.mjs';
247 import { Utxo } from '../structs/Utxo.mjs';
248 import { Option_TxOutZ } from '../structs/Option_TxOutZ.mjs';
249 import { Input } from '../structs/Input.mjs';
250 import { CoinSelection } from '../structs/CoinSelection.mjs';
251 import { Result_CoinSelectionNoneZ } from '../structs/Result_CoinSelectionNoneZ.mjs';
252 import { Result_CVec_UtxoZNoneZ } from '../structs/Result_CVec_UtxoZNoneZ.mjs';
253 import { UnknownPaymentContext } from '../structs/UnknownPaymentContext.mjs';
254 import { Bolt12OfferContext } from '../structs/Bolt12OfferContext.mjs';
255 import { Bolt12RefundContext } from '../structs/Bolt12RefundContext.mjs';
256 import { PaymentContext } from '../structs/PaymentContext.mjs';
257 import { Option_PaymentContextZ } from '../structs/Option_PaymentContextZ.mjs';
258 import { TwoTuple_u64u16Z } from '../structs/TwoTuple_u64u16Z.mjs';
259 import { Option_C2Tuple_u64u16ZZ } from '../structs/Option_C2Tuple_u64u16ZZ.mjs';
260 import { Option_ChannelShutdownStateZ } from '../structs/Option_ChannelShutdownStateZ.mjs';
261 import { Result_ChannelIdAPIErrorZ } from '../structs/Result_ChannelIdAPIErrorZ.mjs';
262 import { RecentPaymentDetails } from '../structs/RecentPaymentDetails.mjs';
263 import { PaymentSendFailure } from '../structs/PaymentSendFailure.mjs';
264 import { Result_NonePaymentSendFailureZ } from '../structs/Result_NonePaymentSendFailureZ.mjs';
265 import { Result_NoneRetryableSendFailureZ } from '../structs/Result_NoneRetryableSendFailureZ.mjs';
266 import { Result_ThirtyTwoBytesPaymentSendFailureZ } from '../structs/Result_ThirtyTwoBytesPaymentSendFailureZ.mjs';
267 import { Result_ThirtyTwoBytesRetryableSendFailureZ } from '../structs/Result_ThirtyTwoBytesRetryableSendFailureZ.mjs';
268 import { TwoTuple_ThirtyTwoBytesThirtyTwoBytesZ } from '../structs/TwoTuple_ThirtyTwoBytesThirtyTwoBytesZ.mjs';
269 import { Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZPaymentSendFailureZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZPaymentSendFailureZ.mjs';
270 import { ProbeSendFailure } from '../structs/ProbeSendFailure.mjs';
271 import { Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbeSendFailureZ } from '../structs/Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbeSendFailureZ.mjs';
272 import { TwoTuple_ChannelIdPublicKeyZ } from '../structs/TwoTuple_ChannelIdPublicKeyZ.mjs';
273 import { OfferWithDerivedMetadataBuilder } from '../structs/OfferWithDerivedMetadataBuilder.mjs';
274 import { Result_OfferWithDerivedMetadataBuilderBolt12SemanticErrorZ } from '../structs/Result_OfferWithDerivedMetadataBuilderBolt12SemanticErrorZ.mjs';
275 import { Option_StrZ } from '../structs/Option_StrZ.mjs';
276 import { Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZNoneZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZNoneZ.mjs';
277 import { Result_ThirtyTwoBytesAPIErrorZ } from '../structs/Result_ThirtyTwoBytesAPIErrorZ.mjs';
278 import { InvoiceRequest } from '../structs/InvoiceRequest.mjs';
279 import { InvoiceError } from '../structs/InvoiceError.mjs';
280 import { OffersMessage } from '../structs/OffersMessage.mjs';
281 import { Option_OffersMessageZ } from '../structs/Option_OffersMessageZ.mjs';
282 import { Destination } from '../structs/Destination.mjs';
283 import { ThreeTuple_OffersMessageDestinationBlindedPathZ } from '../structs/ThreeTuple_OffersMessageDestinationBlindedPathZ.mjs';
284 import { CounterpartyForwardingInfo } from '../structs/CounterpartyForwardingInfo.mjs';
285 import { Result_CounterpartyForwardingInfoDecodeErrorZ } from '../structs/Result_CounterpartyForwardingInfoDecodeErrorZ.mjs';
286 import { ChannelCounterparty } from '../structs/ChannelCounterparty.mjs';
287 import { Result_ChannelCounterpartyDecodeErrorZ } from '../structs/Result_ChannelCounterpartyDecodeErrorZ.mjs';
288 import { Result_ChannelDetailsDecodeErrorZ } from '../structs/Result_ChannelDetailsDecodeErrorZ.mjs';
289 import { PhantomRouteHints } from '../structs/PhantomRouteHints.mjs';
290 import { Result_PhantomRouteHintsDecodeErrorZ } from '../structs/Result_PhantomRouteHintsDecodeErrorZ.mjs';
291 import { BlindedForward } from '../structs/BlindedForward.mjs';
292 import { Result_BlindedForwardDecodeErrorZ } from '../structs/Result_BlindedForwardDecodeErrorZ.mjs';
293 import { OnionPacket } from '../structs/OnionPacket.mjs';
294 import { FinalOnionHopData } from '../structs/FinalOnionHopData.mjs';
295 import { PendingHTLCRouting } from '../structs/PendingHTLCRouting.mjs';
296 import { Result_PendingHTLCRoutingDecodeErrorZ } from '../structs/Result_PendingHTLCRoutingDecodeErrorZ.mjs';
297 import { Result_PendingHTLCInfoDecodeErrorZ } from '../structs/Result_PendingHTLCInfoDecodeErrorZ.mjs';
298 import { Result_BlindedFailureDecodeErrorZ } from '../structs/Result_BlindedFailureDecodeErrorZ.mjs';
299 import { Result_ChannelShutdownStateDecodeErrorZ } from '../structs/Result_ChannelShutdownStateDecodeErrorZ.mjs';
300 import { ChannelMonitorUpdate } from '../structs/ChannelMonitorUpdate.mjs';
301 import { Watch, WatchInterface } from '../structs/Watch.mjs';
302 import { BroadcasterInterface, BroadcasterInterfaceInterface } from '../structs/BroadcasterInterface.mjs';
303 import { EntropySource, EntropySourceInterface } from '../structs/EntropySource.mjs';
304 import { UnsignedInvoiceRequest } from '../structs/UnsignedInvoiceRequest.mjs';
305 import { UnsignedChannelUpdate } from '../structs/UnsignedChannelUpdate.mjs';
306 import { UnsignedNodeAnnouncement } from '../structs/UnsignedNodeAnnouncement.mjs';
307 import { UnsignedGossipMessage } from '../structs/UnsignedGossipMessage.mjs';
308 import { NodeSigner, NodeSignerInterface } from '../structs/NodeSigner.mjs';
309 import { SignerProvider, SignerProviderInterface } from '../structs/SignerProvider.mjs';
310 import { FeeEstimator, FeeEstimatorInterface } from '../structs/FeeEstimator.mjs';
311 import { ReceiveTlvs } from '../structs/ReceiveTlvs.mjs';
312 import { MessageRouter, MessageRouterInterface } from '../structs/MessageRouter.mjs';
313 import { Router, RouterInterface } from '../structs/Router.mjs';
314 import { ChannelManager } from '../structs/ChannelManager.mjs';
315 import { TwoTuple_ThirtyTwoBytesChannelManagerZ } from '../structs/TwoTuple_ThirtyTwoBytesChannelManagerZ.mjs';
316 import { Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ.mjs';
317 import { MaxDustHTLCExposure } from '../structs/MaxDustHTLCExposure.mjs';
318 import { Result_MaxDustHTLCExposureDecodeErrorZ } from '../structs/Result_MaxDustHTLCExposureDecodeErrorZ.mjs';
319 import { ChannelConfig } from '../structs/ChannelConfig.mjs';
320 import { Result_ChannelConfigDecodeErrorZ } from '../structs/Result_ChannelConfigDecodeErrorZ.mjs';
321 import { Option_MaxDustHTLCExposureZ } from '../structs/Option_MaxDustHTLCExposureZ.mjs';
322 import { Option_APIErrorZ } from '../structs/Option_APIErrorZ.mjs';
323 import { Result_COption_APIErrorZDecodeErrorZ } from '../structs/Result_COption_APIErrorZDecodeErrorZ.mjs';
324 import { Result_ChannelMonitorUpdateDecodeErrorZ } from '../structs/Result_ChannelMonitorUpdateDecodeErrorZ.mjs';
325 import { Option_MonitorEventZ } from '../structs/Option_MonitorEventZ.mjs';
326 import { Result_COption_MonitorEventZDecodeErrorZ } from '../structs/Result_COption_MonitorEventZDecodeErrorZ.mjs';
327 import { Result_HTLCUpdateDecodeErrorZ } from '../structs/Result_HTLCUpdateDecodeErrorZ.mjs';
328 import { TwoTuple_OutPointCVec_u8ZZ } from '../structs/TwoTuple_OutPointCVec_u8ZZ.mjs';
329 import { TwoTuple_u32CVec_u8ZZ } from '../structs/TwoTuple_u32CVec_u8ZZ.mjs';
330 import { TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ } from '../structs/TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ.mjs';
331 import { TwoTuple_u32TxOutZ } from '../structs/TwoTuple_u32TxOutZ.mjs';
332 import { TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ } from '../structs/TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ.mjs';
333 import { Balance } from '../structs/Balance.mjs';
334 import { TwoTuple_ThirtyTwoBytesChannelMonitorZ } from '../structs/TwoTuple_ThirtyTwoBytesChannelMonitorZ.mjs';
335 import { Result_C2Tuple_ThirtyTwoBytesChannelMonitorZDecodeErrorZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesChannelMonitorZDecodeErrorZ.mjs';
336 import { Type, TypeInterface } from '../structs/Type.mjs';
337 import { TwoTuple_PublicKeyTypeZ } from '../structs/TwoTuple_PublicKeyTypeZ.mjs';
338 import { TwoTuple_PublicKeyCVec_SocketAddressZZ } from '../structs/TwoTuple_PublicKeyCVec_SocketAddressZZ.mjs';
339 import { OnionMessageContents, OnionMessageContentsInterface } from '../structs/OnionMessageContents.mjs';
340 import { Option_OnionMessageContentsZ } from '../structs/Option_OnionMessageContentsZ.mjs';
341 import { Result_COption_OnionMessageContentsZDecodeErrorZ } from '../structs/Result_COption_OnionMessageContentsZDecodeErrorZ.mjs';
342 import { ThreeTuple_OnionMessageContentsDestinationBlindedPathZ } from '../structs/ThreeTuple_OnionMessageContentsDestinationBlindedPathZ.mjs';
343 import { Option_TypeZ } from '../structs/Option_TypeZ.mjs';
344 import { Result_COption_TypeZDecodeErrorZ } from '../structs/Result_COption_TypeZDecodeErrorZ.mjs';
345 import { Option_SocketAddressZ } from '../structs/Option_SocketAddressZ.mjs';
346 import { PeerDetails } from '../structs/PeerDetails.mjs';
347 import { PeerHandleError } from '../structs/PeerHandleError.mjs';
348 import { Result_CVec_u8ZPeerHandleErrorZ } from '../structs/Result_CVec_u8ZPeerHandleErrorZ.mjs';
349 import { Result_NonePeerHandleErrorZ } from '../structs/Result_NonePeerHandleErrorZ.mjs';
350 import { Result_boolPeerHandleErrorZ } from '../structs/Result_boolPeerHandleErrorZ.mjs';
351 import { GraphSyncError } from '../structs/GraphSyncError.mjs';
352 import { Result_u32GraphSyncErrorZ } from '../structs/Result_u32GraphSyncErrorZ.mjs';
353 import { Result_CVec_u8ZIOErrorZ } from '../structs/Result_CVec_u8ZIOErrorZ.mjs';
354 import { Result_NoneIOErrorZ } from '../structs/Result_NoneIOErrorZ.mjs';
355 import { Result_CVec_StrZIOErrorZ } from '../structs/Result_CVec_StrZIOErrorZ.mjs';
356 import { Result_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZ } from '../structs/Result_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZ.mjs';
357 import { Result_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZ.mjs';
358 import { Result_UnsignedInvoiceRequestBolt12SemanticErrorZ } from '../structs/Result_UnsignedInvoiceRequestBolt12SemanticErrorZ.mjs';
359 import { Result_InvoiceRequestBolt12SemanticErrorZ } from '../structs/Result_InvoiceRequestBolt12SemanticErrorZ.mjs';
360 import { Option_SecretKeyZ } from '../structs/Option_SecretKeyZ.mjs';
361 import { InvoiceWithExplicitSigningPubkeyBuilder } from '../structs/InvoiceWithExplicitSigningPubkeyBuilder.mjs';
362 import { Result_InvoiceWithExplicitSigningPubkeyBuilderBolt12SemanticErrorZ } from '../structs/Result_InvoiceWithExplicitSigningPubkeyBuilderBolt12SemanticErrorZ.mjs';
363 import { VerifiedInvoiceRequest } from '../structs/VerifiedInvoiceRequest.mjs';
364 import { Result_VerifiedInvoiceRequestNoneZ } from '../structs/Result_VerifiedInvoiceRequestNoneZ.mjs';
365 import { InvoiceWithDerivedSigningPubkeyBuilder } from '../structs/InvoiceWithDerivedSigningPubkeyBuilder.mjs';
366 import { Result_InvoiceWithDerivedSigningPubkeyBuilderBolt12SemanticErrorZ } from '../structs/Result_InvoiceWithDerivedSigningPubkeyBuilderBolt12SemanticErrorZ.mjs';
367 import { InvoiceRequestFields } from '../structs/InvoiceRequestFields.mjs';
368 import { Result_InvoiceRequestFieldsDecodeErrorZ } from '../structs/Result_InvoiceRequestFieldsDecodeErrorZ.mjs';
369 import { Option_ECDSASignatureZ } from '../structs/Option_ECDSASignatureZ.mjs';
370 import { Option_i64Z } from '../structs/Option_i64Z.mjs';
371 import { Result_SocketAddressDecodeErrorZ } from '../structs/Result_SocketAddressDecodeErrorZ.mjs';
372 import { Result_SocketAddressSocketAddressParseErrorZ } from '../structs/Result_SocketAddressSocketAddressParseErrorZ.mjs';
373 import { UpdateAddHTLC } from '../structs/UpdateAddHTLC.mjs';
374 import { UpdateFulfillHTLC } from '../structs/UpdateFulfillHTLC.mjs';
375 import { UpdateFailHTLC } from '../structs/UpdateFailHTLC.mjs';
376 import { UpdateFailMalformedHTLC } from '../structs/UpdateFailMalformedHTLC.mjs';
377 import { Result_AcceptChannelDecodeErrorZ } from '../structs/Result_AcceptChannelDecodeErrorZ.mjs';
378 import { Result_AcceptChannelV2DecodeErrorZ } from '../structs/Result_AcceptChannelV2DecodeErrorZ.mjs';
379 import { Result_StfuDecodeErrorZ } from '../structs/Result_StfuDecodeErrorZ.mjs';
380 import { Result_SpliceDecodeErrorZ } from '../structs/Result_SpliceDecodeErrorZ.mjs';
381 import { Result_SpliceAckDecodeErrorZ } from '../structs/Result_SpliceAckDecodeErrorZ.mjs';
382 import { Result_SpliceLockedDecodeErrorZ } from '../structs/Result_SpliceLockedDecodeErrorZ.mjs';
383 import { Result_TxAddInputDecodeErrorZ } from '../structs/Result_TxAddInputDecodeErrorZ.mjs';
384 import { Result_TxAddOutputDecodeErrorZ } from '../structs/Result_TxAddOutputDecodeErrorZ.mjs';
385 import { Result_TxRemoveInputDecodeErrorZ } from '../structs/Result_TxRemoveInputDecodeErrorZ.mjs';
386 import { Result_TxRemoveOutputDecodeErrorZ } from '../structs/Result_TxRemoveOutputDecodeErrorZ.mjs';
387 import { Result_TxCompleteDecodeErrorZ } from '../structs/Result_TxCompleteDecodeErrorZ.mjs';
388 import { Result_TxSignaturesDecodeErrorZ } from '../structs/Result_TxSignaturesDecodeErrorZ.mjs';
389 import { Result_TxInitRbfDecodeErrorZ } from '../structs/Result_TxInitRbfDecodeErrorZ.mjs';
390 import { Result_TxAckRbfDecodeErrorZ } from '../structs/Result_TxAckRbfDecodeErrorZ.mjs';
391 import { Result_TxAbortDecodeErrorZ } from '../structs/Result_TxAbortDecodeErrorZ.mjs';
392 import { Result_AnnouncementSignaturesDecodeErrorZ } from '../structs/Result_AnnouncementSignaturesDecodeErrorZ.mjs';
393 import { Result_ChannelReestablishDecodeErrorZ } from '../structs/Result_ChannelReestablishDecodeErrorZ.mjs';
394 import { Result_ClosingSignedDecodeErrorZ } from '../structs/Result_ClosingSignedDecodeErrorZ.mjs';
395 import { ClosingSignedFeeRange } from '../structs/ClosingSignedFeeRange.mjs';
396 import { Result_ClosingSignedFeeRangeDecodeErrorZ } from '../structs/Result_ClosingSignedFeeRangeDecodeErrorZ.mjs';
397 import { CommitmentSigned } from '../structs/CommitmentSigned.mjs';
398 import { Result_CommitmentSignedDecodeErrorZ } from '../structs/Result_CommitmentSignedDecodeErrorZ.mjs';
399 import { Result_FundingCreatedDecodeErrorZ } from '../structs/Result_FundingCreatedDecodeErrorZ.mjs';
400 import { Result_FundingSignedDecodeErrorZ } from '../structs/Result_FundingSignedDecodeErrorZ.mjs';
401 import { Result_ChannelReadyDecodeErrorZ } from '../structs/Result_ChannelReadyDecodeErrorZ.mjs';
402 import { Init } from '../structs/Init.mjs';
403 import { Result_InitDecodeErrorZ } from '../structs/Result_InitDecodeErrorZ.mjs';
404 import { Result_OpenChannelDecodeErrorZ } from '../structs/Result_OpenChannelDecodeErrorZ.mjs';
405 import { Result_OpenChannelV2DecodeErrorZ } from '../structs/Result_OpenChannelV2DecodeErrorZ.mjs';
406 import { Result_RevokeAndACKDecodeErrorZ } from '../structs/Result_RevokeAndACKDecodeErrorZ.mjs';
407 import { Result_ShutdownDecodeErrorZ } from '../structs/Result_ShutdownDecodeErrorZ.mjs';
408 import { Result_UpdateFailHTLCDecodeErrorZ } from '../structs/Result_UpdateFailHTLCDecodeErrorZ.mjs';
409 import { Result_UpdateFailMalformedHTLCDecodeErrorZ } from '../structs/Result_UpdateFailMalformedHTLCDecodeErrorZ.mjs';
410 import { UpdateFee } from '../structs/UpdateFee.mjs';
411 import { Result_UpdateFeeDecodeErrorZ } from '../structs/Result_UpdateFeeDecodeErrorZ.mjs';
412 import { Result_UpdateFulfillHTLCDecodeErrorZ } from '../structs/Result_UpdateFulfillHTLCDecodeErrorZ.mjs';
413 import { Result_OnionPacketDecodeErrorZ } from '../structs/Result_OnionPacketDecodeErrorZ.mjs';
414 import { Result_UpdateAddHTLCDecodeErrorZ } from '../structs/Result_UpdateAddHTLCDecodeErrorZ.mjs';
415 import { OnionMessage } from '../structs/OnionMessage.mjs';
416 import { Result_OnionMessageDecodeErrorZ } from '../structs/Result_OnionMessageDecodeErrorZ.mjs';
417 import { Result_FinalOnionHopDataDecodeErrorZ } from '../structs/Result_FinalOnionHopDataDecodeErrorZ.mjs';
418 import { Ping } from '../structs/Ping.mjs';
419 import { Result_PingDecodeErrorZ } from '../structs/Result_PingDecodeErrorZ.mjs';
420 import { Pong } from '../structs/Pong.mjs';
421 import { Result_PongDecodeErrorZ } from '../structs/Result_PongDecodeErrorZ.mjs';
422 import { Result_UnsignedChannelAnnouncementDecodeErrorZ } from '../structs/Result_UnsignedChannelAnnouncementDecodeErrorZ.mjs';
423 import { Result_ChannelAnnouncementDecodeErrorZ } from '../structs/Result_ChannelAnnouncementDecodeErrorZ.mjs';
424 import { Result_UnsignedChannelUpdateDecodeErrorZ } from '../structs/Result_UnsignedChannelUpdateDecodeErrorZ.mjs';
425 import { Result_ChannelUpdateDecodeErrorZ } from '../structs/Result_ChannelUpdateDecodeErrorZ.mjs';
426 import { Result_ErrorMessageDecodeErrorZ } from '../structs/Result_ErrorMessageDecodeErrorZ.mjs';
427 import { Result_WarningMessageDecodeErrorZ } from '../structs/Result_WarningMessageDecodeErrorZ.mjs';
428 import { Result_UnsignedNodeAnnouncementDecodeErrorZ } from '../structs/Result_UnsignedNodeAnnouncementDecodeErrorZ.mjs';
429 import { Result_NodeAnnouncementDecodeErrorZ } from '../structs/Result_NodeAnnouncementDecodeErrorZ.mjs';
430 import { Result_QueryShortChannelIdsDecodeErrorZ } from '../structs/Result_QueryShortChannelIdsDecodeErrorZ.mjs';
431 import { ReplyShortChannelIdsEnd } from '../structs/ReplyShortChannelIdsEnd.mjs';
432 import { Result_ReplyShortChannelIdsEndDecodeErrorZ } from '../structs/Result_ReplyShortChannelIdsEndDecodeErrorZ.mjs';
433 import { Result_QueryChannelRangeDecodeErrorZ } from '../structs/Result_QueryChannelRangeDecodeErrorZ.mjs';
434 import { Result_ReplyChannelRangeDecodeErrorZ } from '../structs/Result_ReplyChannelRangeDecodeErrorZ.mjs';
435 import { Result_GossipTimestampFilterDecodeErrorZ } from '../structs/Result_GossipTimestampFilterDecodeErrorZ.mjs';
436 import { Bolt11Invoice } from '../structs/Bolt11Invoice.mjs';
437 import { SignOrCreationError } from '../structs/SignOrCreationError.mjs';
438 import { Result_Bolt11InvoiceSignOrCreationErrorZ } from '../structs/Result_Bolt11InvoiceSignOrCreationErrorZ.mjs';
439 import { Result_OffersMessageDecodeErrorZ } from '../structs/Result_OffersMessageDecodeErrorZ.mjs';
440 import { Option_HTLCClaimZ } from '../structs/Option_HTLCClaimZ.mjs';
441 import { CounterpartyCommitmentSecrets } from '../structs/CounterpartyCommitmentSecrets.mjs';
442 import { Result_CounterpartyCommitmentSecretsDecodeErrorZ } from '../structs/Result_CounterpartyCommitmentSecretsDecodeErrorZ.mjs';
443 import { TxCreationKeys } from '../structs/TxCreationKeys.mjs';
444 import { Result_TxCreationKeysDecodeErrorZ } from '../structs/Result_TxCreationKeysDecodeErrorZ.mjs';
445 import { Result_ChannelPublicKeysDecodeErrorZ } from '../structs/Result_ChannelPublicKeysDecodeErrorZ.mjs';
446 import { Result_HTLCOutputInCommitmentDecodeErrorZ } from '../structs/Result_HTLCOutputInCommitmentDecodeErrorZ.mjs';
447 import { CounterpartyChannelTransactionParameters } from '../structs/CounterpartyChannelTransactionParameters.mjs';
448 import { Result_CounterpartyChannelTransactionParametersDecodeErrorZ } from '../structs/Result_CounterpartyChannelTransactionParametersDecodeErrorZ.mjs';
449 import { Result_ChannelTransactionParametersDecodeErrorZ } from '../structs/Result_ChannelTransactionParametersDecodeErrorZ.mjs';
450 import { Result_HolderCommitmentTransactionDecodeErrorZ } from '../structs/Result_HolderCommitmentTransactionDecodeErrorZ.mjs';
451 import { BuiltCommitmentTransaction } from '../structs/BuiltCommitmentTransaction.mjs';
452 import { Result_BuiltCommitmentTransactionDecodeErrorZ } from '../structs/Result_BuiltCommitmentTransactionDecodeErrorZ.mjs';
453 import { TrustedClosingTransaction } from '../structs/TrustedClosingTransaction.mjs';
454 import { Result_TrustedClosingTransactionNoneZ } from '../structs/Result_TrustedClosingTransactionNoneZ.mjs';
455 import { Result_CommitmentTransactionDecodeErrorZ } from '../structs/Result_CommitmentTransactionDecodeErrorZ.mjs';
456 import { TrustedCommitmentTransaction } from '../structs/TrustedCommitmentTransaction.mjs';
457 import { Result_TrustedCommitmentTransactionNoneZ } from '../structs/Result_TrustedCommitmentTransactionNoneZ.mjs';
458 import { Result_CVec_ECDSASignatureZNoneZ } from '../structs/Result_CVec_ECDSASignatureZNoneZ.mjs';
459 import { Option_usizeZ } from '../structs/Option_usizeZ.mjs';
460 import { Result_ShutdownScriptDecodeErrorZ } from '../structs/Result_ShutdownScriptDecodeErrorZ.mjs';
461 import { InvalidShutdownScript } from '../structs/InvalidShutdownScript.mjs';
462 import { Result_ShutdownScriptInvalidShutdownScriptZ } from '../structs/Result_ShutdownScriptInvalidShutdownScriptZ.mjs';
463 import { PaymentPurpose } from '../structs/PaymentPurpose.mjs';
464 import { Result_PaymentPurposeDecodeErrorZ } from '../structs/Result_PaymentPurposeDecodeErrorZ.mjs';
465 import { ClaimedHTLC } from '../structs/ClaimedHTLC.mjs';
466 import { Result_ClaimedHTLCDecodeErrorZ } from '../structs/Result_ClaimedHTLCDecodeErrorZ.mjs';
467 import { PathFailure } from '../structs/PathFailure.mjs';
468 import { Option_PathFailureZ } from '../structs/Option_PathFailureZ.mjs';
469 import { Result_COption_PathFailureZDecodeErrorZ } from '../structs/Result_COption_PathFailureZDecodeErrorZ.mjs';
470 import { Option_ClosureReasonZ } from '../structs/Option_ClosureReasonZ.mjs';
471 import { Result_COption_ClosureReasonZDecodeErrorZ } from '../structs/Result_COption_ClosureReasonZDecodeErrorZ.mjs';
472 import { HTLCDestination } from '../structs/HTLCDestination.mjs';
473 import { Option_HTLCDestinationZ } from '../structs/Option_HTLCDestinationZ.mjs';
474 import { Result_COption_HTLCDestinationZDecodeErrorZ } from '../structs/Result_COption_HTLCDestinationZDecodeErrorZ.mjs';
475 import { Result_PaymentFailureReasonDecodeErrorZ } from '../structs/Result_PaymentFailureReasonDecodeErrorZ.mjs';
476 import { Option_U128Z } from '../structs/Option_U128Z.mjs';
477 import { Option_PaymentFailureReasonZ } from '../structs/Option_PaymentFailureReasonZ.mjs';
478 import { AnchorDescriptor } from '../structs/AnchorDescriptor.mjs';
479 import { BumpTransactionEvent } from '../structs/BumpTransactionEvent.mjs';
480 import { Event } from '../structs/Event.mjs';
481 import { Option_EventZ } from '../structs/Option_EventZ.mjs';
482 import { Result_COption_EventZDecodeErrorZ } from '../structs/Result_COption_EventZDecodeErrorZ.mjs';
483 import { Bolt11ParseError } from '../structs/Bolt11ParseError.mjs';
484 import { Result_SiPrefixBolt11ParseErrorZ } from '../structs/Result_SiPrefixBolt11ParseErrorZ.mjs';
485 import { ParseOrSemanticError } from '../structs/ParseOrSemanticError.mjs';
486 import { Result_Bolt11InvoiceParseOrSemanticErrorZ } from '../structs/Result_Bolt11InvoiceParseOrSemanticErrorZ.mjs';
487 import { SignedRawBolt11Invoice } from '../structs/SignedRawBolt11Invoice.mjs';
488 import { Result_SignedRawBolt11InvoiceBolt11ParseErrorZ } from '../structs/Result_SignedRawBolt11InvoiceBolt11ParseErrorZ.mjs';
489 import { RawBolt11Invoice } from '../structs/RawBolt11Invoice.mjs';
490 import { Bolt11InvoiceSignature } from '../structs/Bolt11InvoiceSignature.mjs';
491 import { ThreeTuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZ } from '../structs/ThreeTuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZ.mjs';
492 import { PayeePubKey } from '../structs/PayeePubKey.mjs';
493 import { Result_PayeePubKeySecp256k1ErrorZ } from '../structs/Result_PayeePubKeySecp256k1ErrorZ.mjs';
494 import { PrivateRoute } from '../structs/PrivateRoute.mjs';
495 import { PositiveTimestamp } from '../structs/PositiveTimestamp.mjs';
496 import { Result_PositiveTimestampCreationErrorZ } from '../structs/Result_PositiveTimestampCreationErrorZ.mjs';
497 import { Result_NoneBolt11SemanticErrorZ } from '../structs/Result_NoneBolt11SemanticErrorZ.mjs';
498 import { Result_Bolt11InvoiceBolt11SemanticErrorZ } from '../structs/Result_Bolt11InvoiceBolt11SemanticErrorZ.mjs';
499 import { Description } from '../structs/Description.mjs';
500 import { Result_DescriptionCreationErrorZ } from '../structs/Result_DescriptionCreationErrorZ.mjs';
501 import { Result_PrivateRouteCreationErrorZ } from '../structs/Result_PrivateRouteCreationErrorZ.mjs';
502 import { Result_OutPointDecodeErrorZ } from '../structs/Result_OutPointDecodeErrorZ.mjs';
503 import { BigSize } from '../structs/BigSize.mjs';
504 import { Result_BigSizeDecodeErrorZ } from '../structs/Result_BigSizeDecodeErrorZ.mjs';
505 import { Result_HostnameDecodeErrorZ } from '../structs/Result_HostnameDecodeErrorZ.mjs';
506 import { TransactionU16LenLimited } from '../structs/TransactionU16LenLimited.mjs';
507 import { Result_TransactionU16LenLimitedNoneZ } from '../structs/Result_TransactionU16LenLimitedNoneZ.mjs';
508 import { Result_TransactionU16LenLimitedDecodeErrorZ } from '../structs/Result_TransactionU16LenLimitedDecodeErrorZ.mjs';
509 import { Result_UntrustedStringDecodeErrorZ } from '../structs/Result_UntrustedStringDecodeErrorZ.mjs';
510 import { Result_ChannelIdDecodeErrorZ } from '../structs/Result_ChannelIdDecodeErrorZ.mjs';
511 import { TwoTuple__u832u16Z } from '../structs/TwoTuple__u832u16Z.mjs';
512 import { PaymentRelay } from '../structs/PaymentRelay.mjs';
513 import { Result_PaymentRelayDecodeErrorZ } from '../structs/Result_PaymentRelayDecodeErrorZ.mjs';
514 import { PaymentConstraints } from '../structs/PaymentConstraints.mjs';
515 import { Result_PaymentConstraintsDecodeErrorZ } from '../structs/Result_PaymentConstraintsDecodeErrorZ.mjs';
516 import { Result_PaymentContextDecodeErrorZ } from '../structs/Result_PaymentContextDecodeErrorZ.mjs';
517 import { Result_UnknownPaymentContextDecodeErrorZ } from '../structs/Result_UnknownPaymentContextDecodeErrorZ.mjs';
518 import { Result_Bolt12OfferContextDecodeErrorZ } from '../structs/Result_Bolt12OfferContextDecodeErrorZ.mjs';
519 import { Result_Bolt12RefundContextDecodeErrorZ } from '../structs/Result_Bolt12RefundContextDecodeErrorZ.mjs';
520 import { Result_StrSecp256k1ErrorZ } from '../structs/Result_StrSecp256k1ErrorZ.mjs';
521 import { ThreeTuple_ThirtyTwoBytesRecipientOnionFieldsRouteParametersZ } from '../structs/ThreeTuple_ThirtyTwoBytesRecipientOnionFieldsRouteParametersZ.mjs';
522 import { Result_C3Tuple_ThirtyTwoBytesRecipientOnionFieldsRouteParametersZNoneZ } from '../structs/Result_C3Tuple_ThirtyTwoBytesRecipientOnionFieldsRouteParametersZNoneZ.mjs';
523 import { ThreeTuple_PublicKeyOnionMessageCOption_CVec_SocketAddressZZZ } from '../structs/ThreeTuple_PublicKeyOnionMessageCOption_CVec_SocketAddressZZZ.mjs';
524 import { SendError } from '../structs/SendError.mjs';
525 import { Result_C3Tuple_PublicKeyOnionMessageCOption_CVec_SocketAddressZZZSendErrorZ } from '../structs/Result_C3Tuple_PublicKeyOnionMessageCOption_CVec_SocketAddressZZZSendErrorZ.mjs';
526 import { NextMessageHop } from '../structs/NextMessageHop.mjs';
527 import { ParsedOnionMessageContents } from '../structs/ParsedOnionMessageContents.mjs';
528 import { PeeledOnion } from '../structs/PeeledOnion.mjs';
529 import { Result_PeeledOnionNoneZ } from '../structs/Result_PeeledOnionNoneZ.mjs';
530 import { SendSuccess } from '../structs/SendSuccess.mjs';
531 import { Result_SendSuccessSendErrorZ } from '../structs/Result_SendSuccessSendErrorZ.mjs';
532 import { Result_BlindedPathNoneZ } from '../structs/Result_BlindedPathNoneZ.mjs';
533 import { Result_C2Tuple_BlindedPayInfoBlindedPathZNoneZ } from '../structs/Result_C2Tuple_BlindedPayInfoBlindedPathZNoneZ.mjs';
534 import { ForwardNode } from '../structs/ForwardNode.mjs';
535 import { Result_BlindedPathDecodeErrorZ } from '../structs/Result_BlindedPathDecodeErrorZ.mjs';
536 import { Result_BlindedHopDecodeErrorZ } from '../structs/Result_BlindedHopDecodeErrorZ.mjs';
537 import { Result_InvoiceErrorDecodeErrorZ } from '../structs/Result_InvoiceErrorDecodeErrorZ.mjs';
538 import { TrackedSpendableOutput } from '../structs/TrackedSpendableOutput.mjs';
539 import { Result_TrackedSpendableOutputDecodeErrorZ } from '../structs/Result_TrackedSpendableOutputDecodeErrorZ.mjs';
540 import { OutputSpendStatus } from '../structs/OutputSpendStatus.mjs';
541 import { Result_OutputSpendStatusDecodeErrorZ } from '../structs/Result_OutputSpendStatusDecodeErrorZ.mjs';
542 import { WatchedOutput } from '../structs/WatchedOutput.mjs';
543 import { Filter, FilterInterface } from '../structs/Filter.mjs';
544 import { Option_FilterZ } from '../structs/Option_FilterZ.mjs';
545 import { ChangeDestinationSource, ChangeDestinationSourceInterface } from '../structs/ChangeDestinationSource.mjs';
546 import { KVStore, KVStoreInterface } from '../structs/KVStore.mjs';
547 import { OutputSpender, OutputSpenderInterface } from '../structs/OutputSpender.mjs';
548 import { OutputSweeper } from '../structs/OutputSweeper.mjs';
549 import { Result_OutputSweeperDecodeErrorZ } from '../structs/Result_OutputSweeperDecodeErrorZ.mjs';
550 import { TwoTuple_BestBlockOutputSweeperZ } from '../structs/TwoTuple_BestBlockOutputSweeperZ.mjs';
551 import { Result_C2Tuple_BestBlockOutputSweeperZDecodeErrorZ } from '../structs/Result_C2Tuple_BestBlockOutputSweeperZDecodeErrorZ.mjs';
552 import { DelayedPaymentBasepoint } from '../structs/DelayedPaymentBasepoint.mjs';
553 import { Result_DelayedPaymentBasepointDecodeErrorZ } from '../structs/Result_DelayedPaymentBasepointDecodeErrorZ.mjs';
554 import { DelayedPaymentKey } from '../structs/DelayedPaymentKey.mjs';
555 import { Result_DelayedPaymentKeyDecodeErrorZ } from '../structs/Result_DelayedPaymentKeyDecodeErrorZ.mjs';
556 import { HtlcBasepoint } from '../structs/HtlcBasepoint.mjs';
557 import { Result_HtlcBasepointDecodeErrorZ } from '../structs/Result_HtlcBasepointDecodeErrorZ.mjs';
558 import { HtlcKey } from '../structs/HtlcKey.mjs';
559 import { Result_HtlcKeyDecodeErrorZ } from '../structs/Result_HtlcKeyDecodeErrorZ.mjs';
560 import { RevocationBasepoint } from '../structs/RevocationBasepoint.mjs';
561 import { Result_RevocationBasepointDecodeErrorZ } from '../structs/Result_RevocationBasepointDecodeErrorZ.mjs';
562 import { RevocationKey } from '../structs/RevocationKey.mjs';
563 import { Result_RevocationKeyDecodeErrorZ } from '../structs/Result_RevocationKeyDecodeErrorZ.mjs';
564 import { LockedChannelMonitor } from '../structs/LockedChannelMonitor.mjs';
565 import { Result_LockedChannelMonitorNoneZ } from '../structs/Result_LockedChannelMonitorNoneZ.mjs';
566 import { TwoTuple_OutPointChannelIdZ } from '../structs/TwoTuple_OutPointChannelIdZ.mjs';
567 import { MonitorUpdateId } from '../structs/MonitorUpdateId.mjs';
568 import { TwoTuple_OutPointCVec_MonitorUpdateIdZZ } from '../structs/TwoTuple_OutPointCVec_MonitorUpdateIdZZ.mjs';
569 import { FirstHopCandidate } from '../structs/FirstHopCandidate.mjs';
570 import { PublicHopCandidate } from '../structs/PublicHopCandidate.mjs';
571 import { PrivateHopCandidate } from '../structs/PrivateHopCandidate.mjs';
572 import { BlindedPathCandidate } from '../structs/BlindedPathCandidate.mjs';
573 import { OneHopBlindedPathCandidate } from '../structs/OneHopBlindedPathCandidate.mjs';
574 import { CandidateRouteHop } from '../structs/CandidateRouteHop.mjs';
575 import { ChannelUsage } from '../structs/ChannelUsage.mjs';
576 import { ProbabilisticScoringFeeParameters } from '../structs/ProbabilisticScoringFeeParameters.mjs';
577 import { ScoreLookUp, ScoreLookUpInterface } from '../structs/ScoreLookUp.mjs';
578 import { ScoreUpdate, ScoreUpdateInterface } from '../structs/ScoreUpdate.mjs';
579 import { LockableScore, LockableScoreInterface } from '../structs/LockableScore.mjs';
580 import { WriteableScore, WriteableScoreInterface } from '../structs/WriteableScore.mjs';
581 import { Persister, PersisterInterface } from '../structs/Persister.mjs';
582 import { MonitorUpdatingPersister } from '../structs/MonitorUpdatingPersister.mjs';
583 import { Persist, PersistInterface } from '../structs/Persist.mjs';
584 import { PrintableString } from '../structs/PrintableString.mjs';
585 import { Listen, ListenInterface } from '../structs/Listen.mjs';
586 import { Confirm, ConfirmInterface } from '../structs/Confirm.mjs';
587 import { SpendingDelay } from '../structs/SpendingDelay.mjs';
588 import { FutureCallback, FutureCallbackInterface } from '../structs/FutureCallback.mjs';
589 import { Future } from '../structs/Future.mjs';
590 import { ChannelHandshakeConfig } from '../structs/ChannelHandshakeConfig.mjs';
591 import { ChannelHandshakeLimits } from '../structs/ChannelHandshakeLimits.mjs';
592 import { ChannelConfigUpdate } from '../structs/ChannelConfigUpdate.mjs';
593 import { UserConfig } from '../structs/UserConfig.mjs';
594 import { ChainMonitor } from '../structs/ChainMonitor.mjs';
595 import { EventHandler, EventHandlerInterface } from '../structs/EventHandler.mjs';
596 import { EventsProvider, EventsProviderInterface } from '../structs/EventsProvider.mjs';
597 import { FailureCode } from '../structs/FailureCode.mjs';
598 import { ChainParameters } from '../structs/ChainParameters.mjs';
599 import { MessageSendEventsProvider, MessageSendEventsProviderInterface } from '../structs/MessageSendEventsProvider.mjs';
600 import { ChannelMessageHandler, ChannelMessageHandlerInterface } from '../structs/ChannelMessageHandler.mjs';
601 import { OffersMessageHandler, OffersMessageHandlerInterface } from '../structs/OffersMessageHandler.mjs';
602 import { NodeIdLookUp, NodeIdLookUpInterface } from '../structs/NodeIdLookUp.mjs';
603 import { ChannelManagerReadArgs } from '../structs/ChannelManagerReadArgs.mjs';
604 import { ExpandedKey } from '../structs/ExpandedKey.mjs';
605 import { CommonOpenChannelFields } from '../structs/CommonOpenChannelFields.mjs';
606 import { CommonAcceptChannelFields } from '../structs/CommonAcceptChannelFields.mjs';
607 import { Packet } from '../structs/Packet.mjs';
608 import { RoutingMessageHandler, RoutingMessageHandlerInterface } from '../structs/RoutingMessageHandler.mjs';
609 import { OnionMessageHandler, OnionMessageHandlerInterface } from '../structs/OnionMessageHandler.mjs';
610 import { TrampolineOnionPacket } from '../structs/TrampolineOnionPacket.mjs';
611 import { CustomMessageReader, CustomMessageReaderInterface } from '../structs/CustomMessageReader.mjs';
612 import { CustomMessageHandler, CustomMessageHandlerInterface } from '../structs/CustomMessageHandler.mjs';
613 import { IgnoringMessageHandler } from '../structs/IgnoringMessageHandler.mjs';
614 import { CustomOnionMessageHandler, CustomOnionMessageHandlerInterface } from '../structs/CustomOnionMessageHandler.mjs';
615 import { ErroringMessageHandler } from '../structs/ErroringMessageHandler.mjs';
616 import { MessageHandler } from '../structs/MessageHandler.mjs';
617 import { SocketDescriptor, SocketDescriptorInterface } from '../structs/SocketDescriptor.mjs';
618 import { PeerManager } from '../structs/PeerManager.mjs';
619 import { DirectedChannelTransactionParameters } from '../structs/DirectedChannelTransactionParameters.mjs';
620 import { OfferFeatures } from '../structs/OfferFeatures.mjs';
621 import { InvoiceRequestFeatures } from '../structs/InvoiceRequestFeatures.mjs';
622 import { OfferWithExplicitMetadataBuilder } from '../structs/OfferWithExplicitMetadataBuilder.mjs';
623 import { SignBolt12InvoiceFn, SignBolt12InvoiceFnInterface } from '../structs/SignBolt12InvoiceFn.mjs';
624 import { TaggedHash } from '../structs/TaggedHash.mjs';
625 import { ErroneousField } from '../structs/ErroneousField.mjs';
626 import { SignInvoiceRequestFn, SignInvoiceRequestFnInterface } from '../structs/SignInvoiceRequestFn.mjs';
627 import { SignError } from '../structs/SignError.mjs';
628 import { P2PGossipSync } from '../structs/P2PGossipSync.mjs';
629 import { ReadOnlyNetworkGraph } from '../structs/ReadOnlyNetworkGraph.mjs';
630 import { DirectedChannelInfo } from '../structs/DirectedChannelInfo.mjs';
631 import { EffectiveCapacity } from '../structs/EffectiveCapacity.mjs';
632 import { DefaultRouter } from '../structs/DefaultRouter.mjs';
633 import { ScorerAccountingForInFlightHtlcs } from '../structs/ScorerAccountingForInFlightHtlcs.mjs';
634 import { Payee } from '../structs/Payee.mjs';
635 import { Score, ScoreInterface } from '../structs/Score.mjs';
636 import { MultiThreadedLockableScore } from '../structs/MultiThreadedLockableScore.mjs';
637 import { MultiThreadedScoreLockRead } from '../structs/MultiThreadedScoreLockRead.mjs';
638 import { MultiThreadedScoreLockWrite } from '../structs/MultiThreadedScoreLockWrite.mjs';
639 import { ProbabilisticScoringDecayParameters } from '../structs/ProbabilisticScoringDecayParameters.mjs';
640 import { KeysManager } from '../structs/KeysManager.mjs';
641 import { PhantomKeysManager } from '../structs/PhantomKeysManager.mjs';
642 import { RandomBytes } from '../structs/RandomBytes.mjs';
643 import { OnionMessenger } from '../structs/OnionMessenger.mjs';
644 import { DefaultMessageRouter } from '../structs/DefaultMessageRouter.mjs';
645 import { IntroductionNode } from '../structs/IntroductionNode.mjs';
646 import { EmptyNodeIdLookUp } from '../structs/EmptyNodeIdLookUp.mjs';
647 import { ForwardTlvs } from '../structs/ForwardTlvs.mjs';
648 import { CoinSelectionSource, CoinSelectionSourceInterface } from '../structs/CoinSelectionSource.mjs';
649 import { WalletSource, WalletSourceInterface } from '../structs/WalletSource.mjs';
650 import { Wallet } from '../structs/Wallet.mjs';
651 import { BumpTransactionEventHandler } from '../structs/BumpTransactionEventHandler.mjs';
652 import { RapidGossipSync } from '../structs/RapidGossipSync.mjs';
653 import { GossipSync } from '../structs/GossipSync.mjs';
654 import { RawDataPart } from '../structs/RawDataPart.mjs';
655 import { Sha256 } from '../structs/Sha256.mjs';
656 import { ExpiryTime } from '../structs/ExpiryTime.mjs';
657 import { MinFinalCltvExpiryDelta } from '../structs/MinFinalCltvExpiryDelta.mjs';
658 import { Fallback } from '../structs/Fallback.mjs';
659
660 import { CommonBase, UInt5, WitnessVersion, UnqualifiedError } from './CommonBase.mjs';
661 import * as bindings from '../bindings.mjs'
662
663
664 /**
665  * A ChannelMonitor handles chain events (blocks connected and disconnected) and generates
666  * on-chain transactions to ensure no loss of funds occurs.
667  * 
668  * You MUST ensure that no ChannelMonitors for a given channel anywhere contain out-of-date
669  * information and are actively monitoring the chain.
670  * 
671  * Note that the deserializer is only implemented for (BlockHash, ChannelMonitor), which
672  * tells you the last block hash which was block_connect()ed. You MUST rescan any blocks along
673  * the \"reorg path\" (ie disconnecting blocks until you find a common ancestor from both the
674  * returned block hash and the the current chain and then reconnecting blocks to get to the
675  * best chain) upon deserializing the object!
676  */
677 export class ChannelMonitor extends CommonBase {
678         /* @internal */
679         public constructor(_dummy: null, ptr: bigint) {
680                 super(ptr, bindings.ChannelMonitor_free);
681         }
682
683         public clone_ptr(): bigint {
684                 const ret: bigint = bindings.ChannelMonitor_clone_ptr(this.ptr);
685                 return ret;
686         }
687
688         /**
689          * Creates a copy of the ChannelMonitor
690          */
691         public clone(): ChannelMonitor {
692                 const ret: bigint = bindings.ChannelMonitor_clone(this.ptr);
693                 const ret_hu_conv: ChannelMonitor = new ChannelMonitor(null, ret);
694                 CommonBase.add_ref_from(ret_hu_conv, this);
695                 return ret_hu_conv;
696         }
697
698         /**
699          * Serialize the ChannelMonitor object into a byte array which can be read by ChannelMonitor_read
700          */
701         public write(): Uint8Array {
702                 const ret: number = bindings.ChannelMonitor_write(this.ptr);
703                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
704                 return ret_conv;
705         }
706
707         /**
708          * Updates a ChannelMonitor on the basis of some new information provided by the Channel
709          * itself.
710          * 
711          * panics if the given update is not the next update by update_id.
712          */
713         public update_monitor(updates: ChannelMonitorUpdate, broadcaster: BroadcasterInterface, fee_estimator: FeeEstimator, logger: Logger): Result_NoneNoneZ {
714                 const ret: bigint = bindings.ChannelMonitor_update_monitor(this.ptr, CommonBase.get_ptr_of(updates), CommonBase.get_ptr_of(broadcaster), CommonBase.get_ptr_of(fee_estimator), CommonBase.get_ptr_of(logger));
715                 const ret_hu_conv: Result_NoneNoneZ = Result_NoneNoneZ.constr_from_ptr(ret);
716                 CommonBase.add_ref_from(this, updates);
717                 CommonBase.add_ref_from(this, broadcaster);
718                 CommonBase.add_ref_from(this, fee_estimator);
719                 CommonBase.add_ref_from(this, logger);
720                 return ret_hu_conv;
721         }
722
723         /**
724          * Gets the update_id from the latest ChannelMonitorUpdate which was applied to this
725          * ChannelMonitor.
726          */
727         public get_latest_update_id(): bigint {
728                 const ret: bigint = bindings.ChannelMonitor_get_latest_update_id(this.ptr);
729                 return ret;
730         }
731
732         /**
733          * Gets the funding transaction outpoint of the channel this ChannelMonitor is monitoring for.
734          */
735         public get_funding_txo(): TwoTuple_OutPointCVec_u8ZZ {
736                 const ret: bigint = bindings.ChannelMonitor_get_funding_txo(this.ptr);
737                 const ret_hu_conv: TwoTuple_OutPointCVec_u8ZZ = new TwoTuple_OutPointCVec_u8ZZ(null, ret);
738                 CommonBase.add_ref_from(ret_hu_conv, this);
739                 return ret_hu_conv;
740         }
741
742         /**
743          * Gets the channel_id of the channel this ChannelMonitor is monitoring for.
744          */
745         public channel_id(): ChannelId {
746                 const ret: bigint = bindings.ChannelMonitor_channel_id(this.ptr);
747                 const ret_hu_conv: ChannelId = new ChannelId(null, ret);
748                 CommonBase.add_ref_from(ret_hu_conv, this);
749                 return ret_hu_conv;
750         }
751
752         /**
753          * Gets a list of txids, with their output scripts (in the order they appear in the
754          * transaction), which we must learn about spends of via block_connected().
755          */
756         public get_outputs_to_watch(): TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ[] {
757                 const ret: number = bindings.ChannelMonitor_get_outputs_to_watch(this.ptr);
758                 const ret_conv_52_len: number = bindings.getArrayLength(ret);
759                 const ret_conv_52_arr: TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ[] = new Array(ret_conv_52_len).fill(null);
760                 for (var a = 0; a < ret_conv_52_len; a++) {
761                         const ret_conv_52: bigint = bindings.getU64ArrayElem(ret, a);
762                         const ret_conv_52_hu_conv: TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ = new TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ(null, ret_conv_52);
763                         CommonBase.add_ref_from(ret_conv_52_hu_conv, this);
764                         ret_conv_52_arr[a] = ret_conv_52_hu_conv;
765                 }
766                 bindings.freeWasmMemory(ret)
767                 return ret_conv_52_arr;
768         }
769
770         /**
771          * Loads the funding txo and outputs to watch into the given `chain::Filter` by repeatedly
772          * calling `chain::Filter::register_output` and `chain::Filter::register_tx` until all outputs
773          * have been registered.
774          */
775         public load_outputs_to_watch(filter: Filter, logger: Logger): void {
776                 bindings.ChannelMonitor_load_outputs_to_watch(this.ptr, CommonBase.get_ptr_of(filter), CommonBase.get_ptr_of(logger));
777                 CommonBase.add_ref_from(this, filter);
778                 CommonBase.add_ref_from(this, logger);
779         }
780
781         /**
782          * Get the list of HTLCs who's status has been updated on chain. This should be called by
783          * ChannelManager via [`chain::Watch::release_pending_monitor_events`].
784          */
785         public get_and_clear_pending_monitor_events(): MonitorEvent[] {
786                 const ret: number = bindings.ChannelMonitor_get_and_clear_pending_monitor_events(this.ptr);
787                 const ret_conv_14_len: number = bindings.getArrayLength(ret);
788                 const ret_conv_14_arr: MonitorEvent[] = new Array(ret_conv_14_len).fill(null);
789                 for (var o = 0; o < ret_conv_14_len; o++) {
790                         const ret_conv_14: bigint = bindings.getU64ArrayElem(ret, o);
791                         const ret_conv_14_hu_conv: MonitorEvent = MonitorEvent.constr_from_ptr(ret_conv_14);
792                         CommonBase.add_ref_from(ret_conv_14_hu_conv, this);
793                         ret_conv_14_arr[o] = ret_conv_14_hu_conv;
794                 }
795                 bindings.freeWasmMemory(ret)
796                 return ret_conv_14_arr;
797         }
798
799         /**
800          * Processes [`SpendableOutputs`] events produced from each [`ChannelMonitor`] upon maturity.
801          * 
802          * For channels featuring anchor outputs, this method will also process [`BumpTransaction`]
803          * events produced from each [`ChannelMonitor`] while there is a balance to claim onchain
804          * within each channel. As the confirmation of a commitment transaction may be critical to the
805          * safety of funds, we recommend invoking this every 30 seconds, or lower if running in an
806          * environment with spotty connections, like on mobile.
807          * 
808          * An [`EventHandler`] may safely call back to the provider, though this shouldn't be needed in
809          * order to handle these events.
810          * 
811          * [`SpendableOutputs`]: crate::events::Event::SpendableOutputs
812          * [`BumpTransaction`]: crate::events::Event::BumpTransaction
813          */
814         public process_pending_events(handler: EventHandler): void {
815                 bindings.ChannelMonitor_process_pending_events(this.ptr, CommonBase.get_ptr_of(handler));
816                 CommonBase.add_ref_from(this, handler);
817         }
818
819         /**
820          * Gets the counterparty's initial commitment transaction. The returned commitment
821          * transaction is unsigned. This is intended to be called during the initial persistence of
822          * the monitor (inside an implementation of [`Persist::persist_new_channel`]), to allow for
823          * watchtowers in the persistence pipeline to have enough data to form justice transactions.
824          * 
825          * This is similar to [`Self::counterparty_commitment_txs_from_update`], except
826          * that for the initial commitment transaction, we don't have a corresponding update.
827          * 
828          * This will only return `Some` for channel monitors that have been created after upgrading
829          * to LDK 0.0.117+.
830          * 
831          * [`Persist::persist_new_channel`]: crate::chain::chainmonitor::Persist::persist_new_channel
832          * 
833          * Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent None
834          */
835         public initial_counterparty_commitment_tx(): CommitmentTransaction {
836                 const ret: bigint = bindings.ChannelMonitor_initial_counterparty_commitment_tx(this.ptr);
837                 const ret_hu_conv: CommitmentTransaction = new CommitmentTransaction(null, ret);
838                 CommonBase.add_ref_from(ret_hu_conv, this);
839                 return ret_hu_conv;
840         }
841
842         /**
843          * Gets all of the counterparty commitment transactions provided by the given update. This
844          * may be empty if the update doesn't include any new counterparty commitments. Returned
845          * commitment transactions are unsigned.
846          * 
847          * This is provided so that watchtower clients in the persistence pipeline are able to build
848          * justice transactions for each counterparty commitment upon each update. It's intended to be
849          * used within an implementation of [`Persist::update_persisted_channel`], which is provided
850          * with a monitor and an update. Once revoked, signing a justice transaction can be done using
851          * [`Self::sign_to_local_justice_tx`].
852          * 
853          * It is expected that a watchtower client may use this method to retrieve the latest counterparty
854          * commitment transaction(s), and then hold the necessary data until a later update in which
855          * the monitor has been updated with the corresponding revocation data, at which point the
856          * monitor can sign the justice transaction.
857          * 
858          * This will only return a non-empty list for monitor updates that have been created after
859          * upgrading to LDK 0.0.117+. Note that no restriction lies on the monitors themselves, which
860          * may have been created prior to upgrading.
861          * 
862          * [`Persist::update_persisted_channel`]: crate::chain::chainmonitor::Persist::update_persisted_channel
863          */
864         public counterparty_commitment_txs_from_update(update: ChannelMonitorUpdate): CommitmentTransaction[] {
865                 const ret: number = bindings.ChannelMonitor_counterparty_commitment_txs_from_update(this.ptr, CommonBase.get_ptr_of(update));
866                 const ret_conv_23_len: number = bindings.getArrayLength(ret);
867                 const ret_conv_23_arr: CommitmentTransaction[] = new Array(ret_conv_23_len).fill(null);
868                 for (var x = 0; x < ret_conv_23_len; x++) {
869                         const ret_conv_23: bigint = bindings.getU64ArrayElem(ret, x);
870                         const ret_conv_23_hu_conv: CommitmentTransaction = new CommitmentTransaction(null, ret_conv_23);
871                         CommonBase.add_ref_from(ret_conv_23_hu_conv, this);
872                         ret_conv_23_arr[x] = ret_conv_23_hu_conv;
873                 }
874                 bindings.freeWasmMemory(ret)
875                 CommonBase.add_ref_from(this, update);
876                 return ret_conv_23_arr;
877         }
878
879         /**
880          * Wrapper around [`EcdsaChannelSigner::sign_justice_revoked_output`] to make
881          * signing the justice transaction easier for implementors of
882          * [`chain::chainmonitor::Persist`]. On success this method returns the provided transaction
883          * signing the input at `input_idx`. This method will only produce a valid signature for
884          * a transaction spending the `to_local` output of a commitment transaction, i.e. this cannot
885          * be used for revoked HTLC outputs.
886          * 
887          * `Value` is the value of the output being spent by the input at `input_idx`, committed
888          * in the BIP 143 signature.
889          * 
890          * This method will only succeed if this monitor has received the revocation secret for the
891          * provided `commitment_number`. If a commitment number is provided that does not correspond
892          * to the commitment transaction being revoked, this will return a signed transaction, but
893          * the signature will not be valid.
894          * 
895          * [`EcdsaChannelSigner::sign_justice_revoked_output`]: crate::sign::ecdsa::EcdsaChannelSigner::sign_justice_revoked_output
896          * [`Persist`]: crate::chain::chainmonitor::Persist
897          */
898         public sign_to_local_justice_tx(justice_tx: Uint8Array, input_idx: number, value: bigint, commitment_number: bigint): Result_TransactionNoneZ {
899                 const ret: bigint = bindings.ChannelMonitor_sign_to_local_justice_tx(this.ptr, bindings.encodeUint8Array(justice_tx), input_idx, value, commitment_number);
900                 const ret_hu_conv: Result_TransactionNoneZ = Result_TransactionNoneZ.constr_from_ptr(ret);
901                 return ret_hu_conv;
902         }
903
904         /**
905          * Gets the `node_id` of the counterparty for this channel.
906          * 
907          * Will be `None` for channels constructed on LDK versions prior to 0.0.110 and always `Some`
908          * otherwise.
909          * 
910          * Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent None
911          */
912         public get_counterparty_node_id(): Uint8Array {
913                 const ret: number = bindings.ChannelMonitor_get_counterparty_node_id(this.ptr);
914                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
915                 return ret_conv;
916         }
917
918         /**
919          * You may use this to broadcast the latest local commitment transaction, either because
920          * a monitor update failed or because we've fallen behind (i.e. we've received proof that our
921          * counterparty side knows a revocation secret we gave them that they shouldn't know).
922          * 
923          * Broadcasting these transactions in this manner is UNSAFE, as they allow counterparty
924          * side to punish you. Nevertheless you may want to broadcast them if counterparty doesn't
925          * close channel with their commitment transaction after a substantial amount of time. Best
926          * may be to contact the other node operator out-of-band to coordinate other options available
927          * to you.
928          */
929         public broadcast_latest_holder_commitment_txn(broadcaster: BroadcasterInterface, fee_estimator: FeeEstimator, logger: Logger): void {
930                 bindings.ChannelMonitor_broadcast_latest_holder_commitment_txn(this.ptr, CommonBase.get_ptr_of(broadcaster), CommonBase.get_ptr_of(fee_estimator), CommonBase.get_ptr_of(logger));
931                 CommonBase.add_ref_from(this, broadcaster);
932                 CommonBase.add_ref_from(this, fee_estimator);
933                 CommonBase.add_ref_from(this, logger);
934         }
935
936         /**
937          * Processes transactions in a newly connected block, which may result in any of the following:
938          * - update the monitor's state against resolved HTLCs
939          * - punish the counterparty in the case of seeing a revoked commitment transaction
940          * - force close the channel and claim/timeout incoming/outgoing HTLCs if near expiration
941          * - detect settled outputs for later spending
942          * - schedule and bump any in-flight claims
943          * 
944          * Returns any new outputs to watch from `txdata`; after called, these are also included in
945          * [`get_outputs_to_watch`].
946          * 
947          * [`get_outputs_to_watch`]: #method.get_outputs_to_watch
948          */
949         public block_connected(header: Uint8Array, txdata: TwoTuple_usizeTransactionZ[], height: number, broadcaster: BroadcasterInterface, fee_estimator: FeeEstimator, logger: Logger): TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ[] {
950                 const ret: number = bindings.ChannelMonitor_block_connected(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(header, 80)), bindings.encodeUint64Array(txdata.map(txdata_conv_28 => CommonBase.get_ptr_of(txdata_conv_28))), height, CommonBase.get_ptr_of(broadcaster), CommonBase.get_ptr_of(fee_estimator), CommonBase.get_ptr_of(logger));
951                 const ret_conv_49_len: number = bindings.getArrayLength(ret);
952                 const ret_conv_49_arr: TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ[] = new Array(ret_conv_49_len).fill(null);
953                 for (var x = 0; x < ret_conv_49_len; x++) {
954                         const ret_conv_49: bigint = bindings.getU64ArrayElem(ret, x);
955                         const ret_conv_49_hu_conv: TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ = new TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ(null, ret_conv_49);
956                         CommonBase.add_ref_from(ret_conv_49_hu_conv, this);
957                         ret_conv_49_arr[x] = ret_conv_49_hu_conv;
958                 }
959                 bindings.freeWasmMemory(ret)
960                 CommonBase.add_ref_from(this, broadcaster);
961                 CommonBase.add_ref_from(this, fee_estimator);
962                 CommonBase.add_ref_from(this, logger);
963                 return ret_conv_49_arr;
964         }
965
966         /**
967          * Determines if the disconnected block contained any transactions of interest and updates
968          * appropriately.
969          */
970         public block_disconnected(header: Uint8Array, height: number, broadcaster: BroadcasterInterface, fee_estimator: FeeEstimator, logger: Logger): void {
971                 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));
972                 CommonBase.add_ref_from(this, broadcaster);
973                 CommonBase.add_ref_from(this, fee_estimator);
974                 CommonBase.add_ref_from(this, logger);
975         }
976
977         /**
978          * Processes transactions confirmed in a block with the given header and height, returning new
979          * outputs to watch. See [`block_connected`] for details.
980          * 
981          * Used instead of [`block_connected`] by clients that are notified of transactions rather than
982          * blocks. See [`chain::Confirm`] for calling expectations.
983          * 
984          * [`block_connected`]: Self::block_connected
985          */
986         public transactions_confirmed(header: Uint8Array, txdata: TwoTuple_usizeTransactionZ[], height: number, broadcaster: BroadcasterInterface, fee_estimator: FeeEstimator, logger: Logger): TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ[] {
987                 const ret: number = bindings.ChannelMonitor_transactions_confirmed(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(header, 80)), bindings.encodeUint64Array(txdata.map(txdata_conv_28 => CommonBase.get_ptr_of(txdata_conv_28))), height, CommonBase.get_ptr_of(broadcaster), CommonBase.get_ptr_of(fee_estimator), CommonBase.get_ptr_of(logger));
988                 const ret_conv_49_len: number = bindings.getArrayLength(ret);
989                 const ret_conv_49_arr: TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ[] = new Array(ret_conv_49_len).fill(null);
990                 for (var x = 0; x < ret_conv_49_len; x++) {
991                         const ret_conv_49: bigint = bindings.getU64ArrayElem(ret, x);
992                         const ret_conv_49_hu_conv: TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ = new TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ(null, ret_conv_49);
993                         CommonBase.add_ref_from(ret_conv_49_hu_conv, this);
994                         ret_conv_49_arr[x] = ret_conv_49_hu_conv;
995                 }
996                 bindings.freeWasmMemory(ret)
997                 CommonBase.add_ref_from(this, broadcaster);
998                 CommonBase.add_ref_from(this, fee_estimator);
999                 CommonBase.add_ref_from(this, logger);
1000                 return ret_conv_49_arr;
1001         }
1002
1003         /**
1004          * Processes a transaction that was reorganized out of the chain.
1005          * 
1006          * Used instead of [`block_disconnected`] by clients that are notified of transactions rather
1007          * than blocks. See [`chain::Confirm`] for calling expectations.
1008          * 
1009          * [`block_disconnected`]: Self::block_disconnected
1010          */
1011         public transaction_unconfirmed(txid: Uint8Array, broadcaster: BroadcasterInterface, fee_estimator: FeeEstimator, logger: Logger): void {
1012                 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));
1013                 CommonBase.add_ref_from(this, broadcaster);
1014                 CommonBase.add_ref_from(this, fee_estimator);
1015                 CommonBase.add_ref_from(this, logger);
1016         }
1017
1018         /**
1019          * Updates the monitor with the current best chain tip, returning new outputs to watch. See
1020          * [`block_connected`] for details.
1021          * 
1022          * Used instead of [`block_connected`] by clients that are notified of transactions rather than
1023          * blocks. See [`chain::Confirm`] for calling expectations.
1024          * 
1025          * [`block_connected`]: Self::block_connected
1026          */
1027         public best_block_updated(header: Uint8Array, height: number, broadcaster: BroadcasterInterface, fee_estimator: FeeEstimator, logger: Logger): TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ[] {
1028                 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));
1029                 const ret_conv_49_len: number = bindings.getArrayLength(ret);
1030                 const ret_conv_49_arr: TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ[] = new Array(ret_conv_49_len).fill(null);
1031                 for (var x = 0; x < ret_conv_49_len; x++) {
1032                         const ret_conv_49: bigint = bindings.getU64ArrayElem(ret, x);
1033                         const ret_conv_49_hu_conv: TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ = new TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ(null, ret_conv_49);
1034                         CommonBase.add_ref_from(ret_conv_49_hu_conv, this);
1035                         ret_conv_49_arr[x] = ret_conv_49_hu_conv;
1036                 }
1037                 bindings.freeWasmMemory(ret)
1038                 CommonBase.add_ref_from(this, broadcaster);
1039                 CommonBase.add_ref_from(this, fee_estimator);
1040                 CommonBase.add_ref_from(this, logger);
1041                 return ret_conv_49_arr;
1042         }
1043
1044         /**
1045          * Returns the set of txids that should be monitored for re-organization out of the chain.
1046          */
1047         public get_relevant_txids(): ThreeTuple_ThirtyTwoBytesu32COption_ThirtyTwoBytesZZ[] {
1048                 const ret: number = bindings.ChannelMonitor_get_relevant_txids(this.ptr);
1049                 const ret_conv_54_len: number = bindings.getArrayLength(ret);
1050                 const ret_conv_54_arr: ThreeTuple_ThirtyTwoBytesu32COption_ThirtyTwoBytesZZ[] = new Array(ret_conv_54_len).fill(null);
1051                 for (var c = 0; c < ret_conv_54_len; c++) {
1052                         const ret_conv_54: bigint = bindings.getU64ArrayElem(ret, c);
1053                         const ret_conv_54_hu_conv: ThreeTuple_ThirtyTwoBytesu32COption_ThirtyTwoBytesZZ = new ThreeTuple_ThirtyTwoBytesu32COption_ThirtyTwoBytesZZ(null, ret_conv_54);
1054                         CommonBase.add_ref_from(ret_conv_54_hu_conv, this);
1055                         ret_conv_54_arr[c] = ret_conv_54_hu_conv;
1056                 }
1057                 bindings.freeWasmMemory(ret)
1058                 return ret_conv_54_arr;
1059         }
1060
1061         /**
1062          * Gets the latest best block which was connected either via the [`chain::Listen`] or
1063          * [`chain::Confirm`] interfaces.
1064          */
1065         public current_best_block(): BestBlock {
1066                 const ret: bigint = bindings.ChannelMonitor_current_best_block(this.ptr);
1067                 const ret_hu_conv: BestBlock = new BestBlock(null, ret);
1068                 CommonBase.add_ref_from(ret_hu_conv, this);
1069                 return ret_hu_conv;
1070         }
1071
1072         /**
1073          * Triggers rebroadcasts/fee-bumps of pending claims from a force-closed channel. This is
1074          * crucial in preventing certain classes of pinning attacks, detecting substantial mempool
1075          * feerate changes between blocks, and ensuring reliability if broadcasting fails. We recommend
1076          * invoking this every 30 seconds, or lower if running in an environment with spotty
1077          * connections, like on mobile.
1078          */
1079         public rebroadcast_pending_claims(broadcaster: BroadcasterInterface, fee_estimator: FeeEstimator, logger: Logger): void {
1080                 bindings.ChannelMonitor_rebroadcast_pending_claims(this.ptr, CommonBase.get_ptr_of(broadcaster), CommonBase.get_ptr_of(fee_estimator), CommonBase.get_ptr_of(logger));
1081                 CommonBase.add_ref_from(this, broadcaster);
1082                 CommonBase.add_ref_from(this, fee_estimator);
1083                 CommonBase.add_ref_from(this, logger);
1084         }
1085
1086         /**
1087          * Triggers rebroadcasts of pending claims from a force-closed channel after a transaction
1088          * signature generation failure.
1089          */
1090         public signer_unblocked(broadcaster: BroadcasterInterface, fee_estimator: FeeEstimator, logger: Logger): void {
1091                 bindings.ChannelMonitor_signer_unblocked(this.ptr, CommonBase.get_ptr_of(broadcaster), CommonBase.get_ptr_of(fee_estimator), CommonBase.get_ptr_of(logger));
1092                 CommonBase.add_ref_from(this, broadcaster);
1093                 CommonBase.add_ref_from(this, fee_estimator);
1094                 CommonBase.add_ref_from(this, logger);
1095         }
1096
1097         /**
1098          * Returns the descriptors for relevant outputs (i.e., those that we can spend) within the
1099          * transaction if they exist and the transaction has at least [`ANTI_REORG_DELAY`]
1100          * confirmations. For [`SpendableOutputDescriptor::DelayedPaymentOutput`] descriptors to be
1101          * returned, the transaction must have at least `max(ANTI_REORG_DELAY, to_self_delay)`
1102          * confirmations.
1103          * 
1104          * Descriptors returned by this method are primarily exposed via [`Event::SpendableOutputs`]
1105          * once they are no longer under reorg risk. This method serves as a way to retrieve these
1106          * descriptors at a later time, either for historical purposes, or to replay any
1107          * missed/unhandled descriptors. For the purpose of gathering historical records, if the
1108          * channel close has fully resolved (i.e., [`ChannelMonitor::get_claimable_balances`] returns
1109          * an empty set), you can retrieve all spendable outputs by providing all descendant spending
1110          * transactions starting from the channel's funding transaction and going down three levels.
1111          * 
1112          * `tx` is a transaction we'll scan the outputs of. Any transaction can be provided. If any
1113          * outputs which can be spent by us are found, at least one descriptor is returned.
1114          * 
1115          * `confirmation_height` must be the height of the block in which `tx` was included in.
1116          */
1117         public get_spendable_outputs(tx: Uint8Array, confirmation_height: number): SpendableOutputDescriptor[] {
1118                 const ret: number = bindings.ChannelMonitor_get_spendable_outputs(this.ptr, bindings.encodeUint8Array(tx), confirmation_height);
1119                 const ret_conv_27_len: number = bindings.getArrayLength(ret);
1120                 const ret_conv_27_arr: SpendableOutputDescriptor[] = new Array(ret_conv_27_len).fill(null);
1121                 for (var b = 0; b < ret_conv_27_len; b++) {
1122                         const ret_conv_27: bigint = bindings.getU64ArrayElem(ret, b);
1123                         const ret_conv_27_hu_conv: SpendableOutputDescriptor = SpendableOutputDescriptor.constr_from_ptr(ret_conv_27);
1124                         CommonBase.add_ref_from(ret_conv_27_hu_conv, this);
1125                         ret_conv_27_arr[b] = ret_conv_27_hu_conv;
1126                 }
1127                 bindings.freeWasmMemory(ret)
1128                 return ret_conv_27_arr;
1129         }
1130
1131         /**
1132          * Checks if the monitor is fully resolved. Resolved monitor is one that has claimed all of
1133          * its outputs and balances (i.e. [`Self::get_claimable_balances`] returns an empty set).
1134          * 
1135          * This function returns true only if [`Self::get_claimable_balances`] has been empty for at least
1136          * 4032 blocks as an additional protection against any bugs resulting in spuriously empty balance sets.
1137          */
1138         public is_fully_resolved(logger: Logger): boolean {
1139                 const ret: boolean = bindings.ChannelMonitor_is_fully_resolved(this.ptr, CommonBase.get_ptr_of(logger));
1140                 CommonBase.add_ref_from(this, logger);
1141                 return ret;
1142         }
1143
1144         /**
1145          * Gets the balances in this channel which are either claimable by us if we were to
1146          * force-close the channel now or which are claimable on-chain (possibly awaiting
1147          * confirmation).
1148          * 
1149          * Any balances in the channel which are available on-chain (excluding on-chain fees) are
1150          * included here until an [`Event::SpendableOutputs`] event has been generated for the
1151          * balance, or until our counterparty has claimed the balance and accrued several
1152          * confirmations on the claim transaction.
1153          * 
1154          * Note that for `ChannelMonitors` which track a channel which went on-chain with versions of
1155          * LDK prior to 0.0.111, not all or excess balances may be included.
1156          * 
1157          * See [`Balance`] for additional details on the types of claimable balances which
1158          * may be returned here and their meanings.
1159          */
1160         public get_claimable_balances(): Balance[] {
1161                 const ret: number = bindings.ChannelMonitor_get_claimable_balances(this.ptr);
1162                 const ret_conv_9_len: number = bindings.getArrayLength(ret);
1163                 const ret_conv_9_arr: Balance[] = new Array(ret_conv_9_len).fill(null);
1164                 for (var j = 0; j < ret_conv_9_len; j++) {
1165                         const ret_conv_9: bigint = bindings.getU64ArrayElem(ret, j);
1166                         const ret_conv_9_hu_conv: Balance = Balance.constr_from_ptr(ret_conv_9);
1167                         CommonBase.add_ref_from(ret_conv_9_hu_conv, this);
1168                         ret_conv_9_arr[j] = ret_conv_9_hu_conv;
1169                 }
1170                 bindings.freeWasmMemory(ret)
1171                 return ret_conv_9_arr;
1172         }
1173
1174 }