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