[TS] Update auto-generated bindings to 0.0.116
[ldk-java] / ts / structs / EcdsaChannelSigner.mts
1 import { TxOut } from '../structs/TxOut.mjs';
2 import { TxIn } from '../structs/TxIn.mjs';
3 import { BigEndianScalar } from '../structs/BigEndianScalar.mjs';
4 import { Bolt11SemanticError } from '../enums/Bolt11SemanticError.mjs';
5 import { Bolt12SemanticError } from '../enums/Bolt12SemanticError.mjs';
6 import { COption_NoneZ } from '../enums/COption_NoneZ.mjs';
7 import { ChannelMonitorUpdateStatus } from '../enums/ChannelMonitorUpdateStatus.mjs';
8 import { ChannelShutdownState } from '../enums/ChannelShutdownState.mjs';
9 import { ConfirmationTarget } from '../enums/ConfirmationTarget.mjs';
10 import { CreationError } from '../enums/CreationError.mjs';
11 import { Currency } from '../enums/Currency.mjs';
12 import { FailureCode } from '../enums/FailureCode.mjs';
13 import { HTLCClaim } from '../enums/HTLCClaim.mjs';
14 import { IOError } from '../enums/IOError.mjs';
15 import { Level } from '../enums/Level.mjs';
16 import { Network } from '../enums/Network.mjs';
17 import { PaymentFailureReason } from '../enums/PaymentFailureReason.mjs';
18 import { Recipient } from '../enums/Recipient.mjs';
19 import { RetryableSendFailure } from '../enums/RetryableSendFailure.mjs';
20 import { Secp256k1Error } from '../enums/Secp256k1Error.mjs';
21 import { SiPrefix } from '../enums/SiPrefix.mjs';
22 import { UtxoLookupError } from '../enums/UtxoLookupError.mjs';
23 import { Bech32Error } from '../structs/Bech32Error.mjs';
24 import { Option_DurationZ } from '../structs/Option_DurationZ.mjs';
25 import { BlindedPath } from '../structs/BlindedPath.mjs';
26 import { Option_u64Z } from '../structs/Option_u64Z.mjs';
27 import { Refund } from '../structs/Refund.mjs';
28 import { Bolt12ParseError } from '../structs/Bolt12ParseError.mjs';
29 import { Result_RefundBolt12ParseErrorZ } from '../structs/Result_RefundBolt12ParseErrorZ.mjs';
30 import { ShutdownScript } from '../structs/ShutdownScript.mjs';
31 import { APIError } from '../structs/APIError.mjs';
32 import { Result_NoneAPIErrorZ } from '../structs/Result_NoneAPIErrorZ.mjs';
33 import { Option_PaymentSecretZ } from '../structs/Option_PaymentSecretZ.mjs';
34 import { Option_CVec_u8ZZ } from '../structs/Option_CVec_u8ZZ.mjs';
35 import { RecipientOnionFields } from '../structs/RecipientOnionFields.mjs';
36 import { DecodeError } from '../structs/DecodeError.mjs';
37 import { Result_RecipientOnionFieldsDecodeErrorZ } from '../structs/Result_RecipientOnionFieldsDecodeErrorZ.mjs';
38 import { InvoiceRequest } from '../structs/InvoiceRequest.mjs';
39 import { Bolt12Invoice } from '../structs/Bolt12Invoice.mjs';
40 import { InvoiceError } from '../structs/InvoiceError.mjs';
41 import { OffersMessage } from '../structs/OffersMessage.mjs';
42 import { Option_OffersMessageZ } from '../structs/Option_OffersMessageZ.mjs';
43 import { Result_OffersMessageDecodeErrorZ } from '../structs/Result_OffersMessageDecodeErrorZ.mjs';
44 import { Option_HTLCClaimZ } from '../structs/Option_HTLCClaimZ.mjs';
45 import { Result_NoneNoneZ } from '../structs/Result_NoneNoneZ.mjs';
46 import { CounterpartyCommitmentSecrets } from '../structs/CounterpartyCommitmentSecrets.mjs';
47 import { Result_CounterpartyCommitmentSecretsDecodeErrorZ } from '../structs/Result_CounterpartyCommitmentSecretsDecodeErrorZ.mjs';
48 import { TxCreationKeys } from '../structs/TxCreationKeys.mjs';
49 import { Result_TxCreationKeysDecodeErrorZ } from '../structs/Result_TxCreationKeysDecodeErrorZ.mjs';
50 import { ChannelPublicKeys } from '../structs/ChannelPublicKeys.mjs';
51 import { Result_ChannelPublicKeysDecodeErrorZ } from '../structs/Result_ChannelPublicKeysDecodeErrorZ.mjs';
52 import { Option_u32Z } from '../structs/Option_u32Z.mjs';
53 import { HTLCOutputInCommitment } from '../structs/HTLCOutputInCommitment.mjs';
54 import { Result_HTLCOutputInCommitmentDecodeErrorZ } from '../structs/Result_HTLCOutputInCommitmentDecodeErrorZ.mjs';
55 import { Option_PaymentPreimageZ } from '../structs/Option_PaymentPreimageZ.mjs';
56 import { CounterpartyChannelTransactionParameters } from '../structs/CounterpartyChannelTransactionParameters.mjs';
57 import { Result_CounterpartyChannelTransactionParametersDecodeErrorZ } from '../structs/Result_CounterpartyChannelTransactionParametersDecodeErrorZ.mjs';
58 import { ChannelTransactionParameters } from '../structs/ChannelTransactionParameters.mjs';
59 import { Result_ChannelTransactionParametersDecodeErrorZ } from '../structs/Result_ChannelTransactionParametersDecodeErrorZ.mjs';
60 import { HolderCommitmentTransaction } from '../structs/HolderCommitmentTransaction.mjs';
61 import { Result_HolderCommitmentTransactionDecodeErrorZ } from '../structs/Result_HolderCommitmentTransactionDecodeErrorZ.mjs';
62 import { BuiltCommitmentTransaction } from '../structs/BuiltCommitmentTransaction.mjs';
63 import { Result_BuiltCommitmentTransactionDecodeErrorZ } from '../structs/Result_BuiltCommitmentTransactionDecodeErrorZ.mjs';
64 import { TrustedClosingTransaction } from '../structs/TrustedClosingTransaction.mjs';
65 import { Result_TrustedClosingTransactionNoneZ } from '../structs/Result_TrustedClosingTransactionNoneZ.mjs';
66 import { CommitmentTransaction } from '../structs/CommitmentTransaction.mjs';
67 import { Result_CommitmentTransactionDecodeErrorZ } from '../structs/Result_CommitmentTransactionDecodeErrorZ.mjs';
68 import { TrustedCommitmentTransaction } from '../structs/TrustedCommitmentTransaction.mjs';
69 import { Result_TrustedCommitmentTransactionNoneZ } from '../structs/Result_TrustedCommitmentTransactionNoneZ.mjs';
70 import { Result_CVec_SignatureZNoneZ } from '../structs/Result_CVec_SignatureZNoneZ.mjs';
71 import { Result_ShutdownScriptDecodeErrorZ } from '../structs/Result_ShutdownScriptDecodeErrorZ.mjs';
72 import { InvalidShutdownScript } from '../structs/InvalidShutdownScript.mjs';
73 import { Result_ShutdownScriptInvalidShutdownScriptZ } from '../structs/Result_ShutdownScriptInvalidShutdownScriptZ.mjs';
74 import { BlindedPayInfo } from '../structs/BlindedPayInfo.mjs';
75 import { Result_BlindedPayInfoDecodeErrorZ } from '../structs/Result_BlindedPayInfoDecodeErrorZ.mjs';
76 import { DelayedPaymentOutputDescriptor } from '../structs/DelayedPaymentOutputDescriptor.mjs';
77 import { Result_DelayedPaymentOutputDescriptorDecodeErrorZ } from '../structs/Result_DelayedPaymentOutputDescriptorDecodeErrorZ.mjs';
78 import { StaticPaymentOutputDescriptor } from '../structs/StaticPaymentOutputDescriptor.mjs';
79 import { Result_StaticPaymentOutputDescriptorDecodeErrorZ } from '../structs/Result_StaticPaymentOutputDescriptorDecodeErrorZ.mjs';
80 import { OutPoint } from '../structs/OutPoint.mjs';
81 import { SpendableOutputDescriptor } from '../structs/SpendableOutputDescriptor.mjs';
82 import { Result_SpendableOutputDescriptorDecodeErrorZ } from '../structs/Result_SpendableOutputDescriptorDecodeErrorZ.mjs';
83 import { Option_PackedLockTimeZ } from '../structs/Option_PackedLockTimeZ.mjs';
84 import { TwoTuple_PartiallySignedTransactionusizeZ } from '../structs/TwoTuple_PartiallySignedTransactionusizeZ.mjs';
85 import { Result_C2Tuple_PartiallySignedTransactionusizeZNoneZ } from '../structs/Result_C2Tuple_PartiallySignedTransactionusizeZNoneZ.mjs';
86 import { TwoTuple_SignatureCVec_SignatureZZ } from '../structs/TwoTuple_SignatureCVec_SignatureZZ.mjs';
87 import { Result_C2Tuple_SignatureCVec_SignatureZZNoneZ } from '../structs/Result_C2Tuple_SignatureCVec_SignatureZZNoneZ.mjs';
88 import { Result_SignatureNoneZ } from '../structs/Result_SignatureNoneZ.mjs';
89 import { Result_PublicKeyNoneZ } from '../structs/Result_PublicKeyNoneZ.mjs';
90 import { Option_ScalarZ } from '../structs/Option_ScalarZ.mjs';
91 import { Result_SharedSecretNoneZ } from '../structs/Result_SharedSecretNoneZ.mjs';
92 import { Result_RecoverableSignatureNoneZ } from '../structs/Result_RecoverableSignatureNoneZ.mjs';
93 import { HTLCDescriptor } from '../structs/HTLCDescriptor.mjs';
94 import { ClosingTransaction } from '../structs/ClosingTransaction.mjs';
95 import { UnsignedChannelAnnouncement } from '../structs/UnsignedChannelAnnouncement.mjs';
96 import { ChannelSigner, ChannelSignerInterface } from '../structs/ChannelSigner.mjs';
97 import { WriteableEcdsaChannelSigner, WriteableEcdsaChannelSignerInterface } from '../structs/WriteableEcdsaChannelSigner.mjs';
98 import { Result_WriteableEcdsaChannelSignerDecodeErrorZ } from '../structs/Result_WriteableEcdsaChannelSignerDecodeErrorZ.mjs';
99 import { Result_ScriptNoneZ } from '../structs/Result_ScriptNoneZ.mjs';
100 import { Result_ShutdownScriptNoneZ } from '../structs/Result_ShutdownScriptNoneZ.mjs';
101 import { Result_CVec_CVec_u8ZZNoneZ } from '../structs/Result_CVec_CVec_u8ZZNoneZ.mjs';
102 import { InMemorySigner } from '../structs/InMemorySigner.mjs';
103 import { Result_InMemorySignerDecodeErrorZ } from '../structs/Result_InMemorySignerDecodeErrorZ.mjs';
104 import { Result_PartiallySignedTransactionNoneZ } from '../structs/Result_PartiallySignedTransactionNoneZ.mjs';
105 import { Result_TransactionNoneZ } from '../structs/Result_TransactionNoneZ.mjs';
106 import { ChannelDetails } from '../structs/ChannelDetails.mjs';
107 import { Route } from '../structs/Route.mjs';
108 import { LightningError } from '../structs/LightningError.mjs';
109 import { Result_RouteLightningErrorZ } from '../structs/Result_RouteLightningErrorZ.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 { TwoTuple_BlindedPayInfoBlindedPathZ } from '../structs/TwoTuple_BlindedPayInfoBlindedPathZ.mjs';
124 import { RouteHint } from '../structs/RouteHint.mjs';
125 import { RouteHintHop } from '../structs/RouteHintHop.mjs';
126 import { Result_RouteHintDecodeErrorZ } from '../structs/Result_RouteHintDecodeErrorZ.mjs';
127 import { Result_RouteHintHopDecodeErrorZ } from '../structs/Result_RouteHintHopDecodeErrorZ.mjs';
128 import { TwoTuple_usizeTransactionZ } from '../structs/TwoTuple_usizeTransactionZ.mjs';
129 import { Option_BlockHashZ } from '../structs/Option_BlockHashZ.mjs';
130 import { TwoTuple_TxidCOption_BlockHashZZ } from '../structs/TwoTuple_TxidCOption_BlockHashZZ.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 { FixedPenaltyScorer } from '../structs/FixedPenaltyScorer.mjs';
135 import { Result_FixedPenaltyScorerDecodeErrorZ } from '../structs/Result_FixedPenaltyScorerDecodeErrorZ.mjs';
136 import { NodeId } from '../structs/NodeId.mjs';
137 import { TwoTuple_u64u64Z } from '../structs/TwoTuple_u64u64Z.mjs';
138 import { Option_C2Tuple_u64u64ZZ } from '../structs/Option_C2Tuple_u64u64ZZ.mjs';
139 import { TwoTuple_Z } from '../structs/TwoTuple_Z.mjs';
140 import { TwoTuple__u168_u168Z } from '../structs/TwoTuple__u168_u168Z.mjs';
141 import { Option_C2Tuple_EightU16sEightU16sZZ } from '../structs/Option_C2Tuple_EightU16sEightU16sZZ.mjs';
142 import { Record } from '../structs/Record.mjs';
143 import { Logger, LoggerInterface } from '../structs/Logger.mjs';
144 import { NetworkGraph } from '../structs/NetworkGraph.mjs';
145 import { ProbabilisticScorer } from '../structs/ProbabilisticScorer.mjs';
146 import { Result_ProbabilisticScorerDecodeErrorZ } from '../structs/Result_ProbabilisticScorerDecodeErrorZ.mjs';
147 import { InitFeatures } from '../structs/InitFeatures.mjs';
148 import { Result_InitFeaturesDecodeErrorZ } from '../structs/Result_InitFeaturesDecodeErrorZ.mjs';
149 import { ChannelFeatures } from '../structs/ChannelFeatures.mjs';
150 import { Result_ChannelFeaturesDecodeErrorZ } from '../structs/Result_ChannelFeaturesDecodeErrorZ.mjs';
151 import { NodeFeatures } from '../structs/NodeFeatures.mjs';
152 import { Result_NodeFeaturesDecodeErrorZ } from '../structs/Result_NodeFeaturesDecodeErrorZ.mjs';
153 import { Bolt11InvoiceFeatures } from '../structs/Bolt11InvoiceFeatures.mjs';
154 import { Result_Bolt11InvoiceFeaturesDecodeErrorZ } from '../structs/Result_Bolt11InvoiceFeaturesDecodeErrorZ.mjs';
155 import { Bolt12InvoiceFeatures } from '../structs/Bolt12InvoiceFeatures.mjs';
156 import { Result_Bolt12InvoiceFeaturesDecodeErrorZ } from '../structs/Result_Bolt12InvoiceFeaturesDecodeErrorZ.mjs';
157 import { BlindedHopFeatures } from '../structs/BlindedHopFeatures.mjs';
158 import { Result_BlindedHopFeaturesDecodeErrorZ } from '../structs/Result_BlindedHopFeaturesDecodeErrorZ.mjs';
159 import { ChannelTypeFeatures } from '../structs/ChannelTypeFeatures.mjs';
160 import { Result_ChannelTypeFeaturesDecodeErrorZ } from '../structs/Result_ChannelTypeFeaturesDecodeErrorZ.mjs';
161 import { PaymentPurpose } from '../structs/PaymentPurpose.mjs';
162 import { Result_PaymentPurposeDecodeErrorZ } from '../structs/Result_PaymentPurposeDecodeErrorZ.mjs';
163 import { ChannelUpdate } from '../structs/ChannelUpdate.mjs';
164 import { NetworkUpdate } from '../structs/NetworkUpdate.mjs';
165 import { Option_NetworkUpdateZ } from '../structs/Option_NetworkUpdateZ.mjs';
166 import { PathFailure } from '../structs/PathFailure.mjs';
167 import { Option_PathFailureZ } from '../structs/Option_PathFailureZ.mjs';
168 import { Result_COption_PathFailureZDecodeErrorZ } from '../structs/Result_COption_PathFailureZDecodeErrorZ.mjs';
169 import { UntrustedString } from '../structs/UntrustedString.mjs';
170 import { ClosureReason } from '../structs/ClosureReason.mjs';
171 import { Option_ClosureReasonZ } from '../structs/Option_ClosureReasonZ.mjs';
172 import { Result_COption_ClosureReasonZDecodeErrorZ } from '../structs/Result_COption_ClosureReasonZDecodeErrorZ.mjs';
173 import { HTLCDestination } from '../structs/HTLCDestination.mjs';
174 import { Option_HTLCDestinationZ } from '../structs/Option_HTLCDestinationZ.mjs';
175 import { Result_COption_HTLCDestinationZDecodeErrorZ } from '../structs/Result_COption_HTLCDestinationZDecodeErrorZ.mjs';
176 import { Result_PaymentFailureReasonDecodeErrorZ } from '../structs/Result_PaymentFailureReasonDecodeErrorZ.mjs';
177 import { Option_u128Z } from '../structs/Option_u128Z.mjs';
178 import { Option_PaymentIdZ } from '../structs/Option_PaymentIdZ.mjs';
179 import { Option_PaymentFailureReasonZ } from '../structs/Option_PaymentFailureReasonZ.mjs';
180 import { Option_PaymentHashZ } from '../structs/Option_PaymentHashZ.mjs';
181 import { AnchorDescriptor } from '../structs/AnchorDescriptor.mjs';
182 import { BumpTransactionEvent } from '../structs/BumpTransactionEvent.mjs';
183 import { Event } from '../structs/Event.mjs';
184 import { Option_EventZ } from '../structs/Option_EventZ.mjs';
185 import { Result_COption_EventZDecodeErrorZ } from '../structs/Result_COption_EventZDecodeErrorZ.mjs';
186 import { AcceptChannel } from '../structs/AcceptChannel.mjs';
187 import { AcceptChannelV2 } from '../structs/AcceptChannelV2.mjs';
188 import { OpenChannel } from '../structs/OpenChannel.mjs';
189 import { OpenChannelV2 } from '../structs/OpenChannelV2.mjs';
190 import { FundingCreated } from '../structs/FundingCreated.mjs';
191 import { FundingSigned } from '../structs/FundingSigned.mjs';
192 import { TxAddInput } from '../structs/TxAddInput.mjs';
193 import { TxAddOutput } from '../structs/TxAddOutput.mjs';
194 import { TxRemoveInput } from '../structs/TxRemoveInput.mjs';
195 import { TxRemoveOutput } from '../structs/TxRemoveOutput.mjs';
196 import { TxComplete } from '../structs/TxComplete.mjs';
197 import { TxSignatures } from '../structs/TxSignatures.mjs';
198 import { TxInitRbf } from '../structs/TxInitRbf.mjs';
199 import { TxAckRbf } from '../structs/TxAckRbf.mjs';
200 import { ChannelReady } from '../structs/ChannelReady.mjs';
201 import { AnnouncementSignatures } from '../structs/AnnouncementSignatures.mjs';
202 import { CommitmentUpdate } from '../structs/CommitmentUpdate.mjs';
203 import { RevokeAndACK } from '../structs/RevokeAndACK.mjs';
204 import { ClosingSigned } from '../structs/ClosingSigned.mjs';
205 import { Shutdown } from '../structs/Shutdown.mjs';
206 import { ChannelReestablish } from '../structs/ChannelReestablish.mjs';
207 import { ChannelAnnouncement } from '../structs/ChannelAnnouncement.mjs';
208 import { NodeAnnouncement } from '../structs/NodeAnnouncement.mjs';
209 import { ErrorMessage } from '../structs/ErrorMessage.mjs';
210 import { WarningMessage } from '../structs/WarningMessage.mjs';
211 import { ErrorAction } from '../structs/ErrorAction.mjs';
212 import { QueryChannelRange } from '../structs/QueryChannelRange.mjs';
213 import { QueryShortChannelIds } from '../structs/QueryShortChannelIds.mjs';
214 import { ReplyChannelRange } from '../structs/ReplyChannelRange.mjs';
215 import { GossipTimestampFilter } from '../structs/GossipTimestampFilter.mjs';
216 import { MessageSendEvent } from '../structs/MessageSendEvent.mjs';
217 import { Offer } from '../structs/Offer.mjs';
218 import { Result_OfferBolt12ParseErrorZ } from '../structs/Result_OfferBolt12ParseErrorZ.mjs';
219 import { Result_PublicKeyErrorZ } from '../structs/Result_PublicKeyErrorZ.mjs';
220 import { Result_NodeIdDecodeErrorZ } from '../structs/Result_NodeIdDecodeErrorZ.mjs';
221 import { Result_COption_NetworkUpdateZDecodeErrorZ } from '../structs/Result_COption_NetworkUpdateZDecodeErrorZ.mjs';
222 import { Result_TxOutUtxoLookupErrorZ } from '../structs/Result_TxOutUtxoLookupErrorZ.mjs';
223 import { UtxoFuture } from '../structs/UtxoFuture.mjs';
224 import { UtxoResult } from '../structs/UtxoResult.mjs';
225 import { UtxoLookup, UtxoLookupInterface } from '../structs/UtxoLookup.mjs';
226 import { Option_UtxoLookupZ } from '../structs/Option_UtxoLookupZ.mjs';
227 import { Result_NoneLightningErrorZ } from '../structs/Result_NoneLightningErrorZ.mjs';
228 import { Result_boolLightningErrorZ } from '../structs/Result_boolLightningErrorZ.mjs';
229 import { ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ } from '../structs/ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ.mjs';
230 import { Option_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ } from '../structs/Option_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ.mjs';
231 import { ChannelUpdateInfo } from '../structs/ChannelUpdateInfo.mjs';
232 import { Result_ChannelUpdateInfoDecodeErrorZ } from '../structs/Result_ChannelUpdateInfoDecodeErrorZ.mjs';
233 import { ChannelInfo } from '../structs/ChannelInfo.mjs';
234 import { Result_ChannelInfoDecodeErrorZ } from '../structs/Result_ChannelInfoDecodeErrorZ.mjs';
235 import { RoutingFees } from '../structs/RoutingFees.mjs';
236 import { Result_RoutingFeesDecodeErrorZ } from '../structs/Result_RoutingFeesDecodeErrorZ.mjs';
237 import { Hostname } from '../structs/Hostname.mjs';
238 import { NetAddress } from '../structs/NetAddress.mjs';
239 import { NodeAnnouncementInfo } from '../structs/NodeAnnouncementInfo.mjs';
240 import { Result_NodeAnnouncementInfoDecodeErrorZ } from '../structs/Result_NodeAnnouncementInfoDecodeErrorZ.mjs';
241 import { NodeAlias } from '../structs/NodeAlias.mjs';
242 import { Result_NodeAliasDecodeErrorZ } from '../structs/Result_NodeAliasDecodeErrorZ.mjs';
243 import { NodeInfo } from '../structs/NodeInfo.mjs';
244 import { Result_NodeInfoDecodeErrorZ } from '../structs/Result_NodeInfoDecodeErrorZ.mjs';
245 import { Result_NetworkGraphDecodeErrorZ } from '../structs/Result_NetworkGraphDecodeErrorZ.mjs';
246 import { Option_CVec_NetAddressZZ } from '../structs/Option_CVec_NetAddressZZ.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 { Option_u16Z } from '../structs/Option_u16Z.mjs';
254 import { Option_ChannelShutdownStateZ } from '../structs/Option_ChannelShutdownStateZ.mjs';
255 import { Result__u832APIErrorZ } from '../structs/Result__u832APIErrorZ.mjs';
256 import { RecentPaymentDetails } from '../structs/RecentPaymentDetails.mjs';
257 import { PaymentSendFailure } from '../structs/PaymentSendFailure.mjs';
258 import { Result_NonePaymentSendFailureZ } from '../structs/Result_NonePaymentSendFailureZ.mjs';
259 import { Result_NoneRetryableSendFailureZ } from '../structs/Result_NoneRetryableSendFailureZ.mjs';
260 import { Result_PaymentHashPaymentSendFailureZ } from '../structs/Result_PaymentHashPaymentSendFailureZ.mjs';
261 import { Result_PaymentHashRetryableSendFailureZ } from '../structs/Result_PaymentHashRetryableSendFailureZ.mjs';
262 import { TwoTuple_PaymentHashPaymentIdZ } from '../structs/TwoTuple_PaymentHashPaymentIdZ.mjs';
263 import { Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ } from '../structs/Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ.mjs';
264 import { TwoTuple_PaymentHashPaymentSecretZ } from '../structs/TwoTuple_PaymentHashPaymentSecretZ.mjs';
265 import { Result_C2Tuple_PaymentHashPaymentSecretZNoneZ } from '../structs/Result_C2Tuple_PaymentHashPaymentSecretZNoneZ.mjs';
266 import { Result_PaymentSecretNoneZ } from '../structs/Result_PaymentSecretNoneZ.mjs';
267 import { Result_PaymentPreimageAPIErrorZ } from '../structs/Result_PaymentPreimageAPIErrorZ.mjs';
268 import { Option_CVec_ChainHashZZ } from '../structs/Option_CVec_ChainHashZZ.mjs';
269 import { CounterpartyForwardingInfo } from '../structs/CounterpartyForwardingInfo.mjs';
270 import { Result_CounterpartyForwardingInfoDecodeErrorZ } from '../structs/Result_CounterpartyForwardingInfoDecodeErrorZ.mjs';
271 import { ChannelCounterparty } from '../structs/ChannelCounterparty.mjs';
272 import { Result_ChannelCounterpartyDecodeErrorZ } from '../structs/Result_ChannelCounterpartyDecodeErrorZ.mjs';
273 import { Result_ChannelDetailsDecodeErrorZ } from '../structs/Result_ChannelDetailsDecodeErrorZ.mjs';
274 import { PhantomRouteHints } from '../structs/PhantomRouteHints.mjs';
275 import { Result_PhantomRouteHintsDecodeErrorZ } from '../structs/Result_PhantomRouteHintsDecodeErrorZ.mjs';
276 import { Result_ChannelShutdownStateDecodeErrorZ } from '../structs/Result_ChannelShutdownStateDecodeErrorZ.mjs';
277 import { ChannelMonitor } from '../structs/ChannelMonitor.mjs';
278 import { ChannelMonitorUpdate } from '../structs/ChannelMonitorUpdate.mjs';
279 import { Watch, WatchInterface } from '../structs/Watch.mjs';
280 import { BroadcasterInterface, BroadcasterInterfaceInterface } from '../structs/BroadcasterInterface.mjs';
281 import { EntropySource, EntropySourceInterface } from '../structs/EntropySource.mjs';
282 import { UnsignedChannelUpdate } from '../structs/UnsignedChannelUpdate.mjs';
283 import { UnsignedNodeAnnouncement } from '../structs/UnsignedNodeAnnouncement.mjs';
284 import { UnsignedGossipMessage } from '../structs/UnsignedGossipMessage.mjs';
285 import { NodeSigner, NodeSignerInterface } from '../structs/NodeSigner.mjs';
286 import { SignerProvider, SignerProviderInterface } from '../structs/SignerProvider.mjs';
287 import { FeeEstimator, FeeEstimatorInterface } from '../structs/FeeEstimator.mjs';
288 import { Router, RouterInterface } from '../structs/Router.mjs';
289 import { ChannelManager } from '../structs/ChannelManager.mjs';
290 import { TwoTuple_BlockHashChannelManagerZ } from '../structs/TwoTuple_BlockHashChannelManagerZ.mjs';
291 import { Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ } from '../structs/Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ.mjs';
292 import { MaxDustHTLCExposure } from '../structs/MaxDustHTLCExposure.mjs';
293 import { Result_MaxDustHTLCExposureDecodeErrorZ } from '../structs/Result_MaxDustHTLCExposureDecodeErrorZ.mjs';
294 import { ChannelConfig } from '../structs/ChannelConfig.mjs';
295 import { Result_ChannelConfigDecodeErrorZ } from '../structs/Result_ChannelConfigDecodeErrorZ.mjs';
296 import { Option_MaxDustHTLCExposureZ } from '../structs/Option_MaxDustHTLCExposureZ.mjs';
297 import { Option_APIErrorZ } from '../structs/Option_APIErrorZ.mjs';
298 import { Result_COption_APIErrorZDecodeErrorZ } from '../structs/Result_COption_APIErrorZDecodeErrorZ.mjs';
299 import { BigSize } from '../structs/BigSize.mjs';
300 import { Result_BigSizeDecodeErrorZ } from '../structs/Result_BigSizeDecodeErrorZ.mjs';
301 import { Result_HostnameDecodeErrorZ } from '../structs/Result_HostnameDecodeErrorZ.mjs';
302 import { TransactionU16LenLimited } from '../structs/TransactionU16LenLimited.mjs';
303 import { Result_TransactionU16LenLimitedNoneZ } from '../structs/Result_TransactionU16LenLimitedNoneZ.mjs';
304 import { Result_TransactionU16LenLimitedDecodeErrorZ } from '../structs/Result_TransactionU16LenLimitedDecodeErrorZ.mjs';
305 import { Result_UntrustedStringDecodeErrorZ } from '../structs/Result_UntrustedStringDecodeErrorZ.mjs';
306 import { Result_OutPointDecodeErrorZ } from '../structs/Result_OutPointDecodeErrorZ.mjs';
307 import { Type, TypeInterface } from '../structs/Type.mjs';
308 import { Option_TypeZ } from '../structs/Option_TypeZ.mjs';
309 import { Result_COption_TypeZDecodeErrorZ } from '../structs/Result_COption_TypeZDecodeErrorZ.mjs';
310 import { PaymentError } from '../structs/PaymentError.mjs';
311 import { Result_PaymentIdPaymentErrorZ } from '../structs/Result_PaymentIdPaymentErrorZ.mjs';
312 import { Result_NonePaymentErrorZ } from '../structs/Result_NonePaymentErrorZ.mjs';
313 import { Result_StringErrorZ } from '../structs/Result_StringErrorZ.mjs';
314 import { Result_ChannelMonitorUpdateDecodeErrorZ } from '../structs/Result_ChannelMonitorUpdateDecodeErrorZ.mjs';
315 import { Option_MonitorEventZ } from '../structs/Option_MonitorEventZ.mjs';
316 import { Result_COption_MonitorEventZDecodeErrorZ } from '../structs/Result_COption_MonitorEventZDecodeErrorZ.mjs';
317 import { Result_HTLCUpdateDecodeErrorZ } from '../structs/Result_HTLCUpdateDecodeErrorZ.mjs';
318 import { TwoTuple_OutPointScriptZ } from '../structs/TwoTuple_OutPointScriptZ.mjs';
319 import { TwoTuple_u32ScriptZ } from '../structs/TwoTuple_u32ScriptZ.mjs';
320 import { TwoTuple_TxidCVec_C2Tuple_u32ScriptZZZ } from '../structs/TwoTuple_TxidCVec_C2Tuple_u32ScriptZZZ.mjs';
321 import { TwoTuple_u32TxOutZ } from '../structs/TwoTuple_u32TxOutZ.mjs';
322 import { TwoTuple_TxidCVec_C2Tuple_u32TxOutZZZ } from '../structs/TwoTuple_TxidCVec_C2Tuple_u32TxOutZZZ.mjs';
323 import { Balance } from '../structs/Balance.mjs';
324 import { TwoTuple_BlockHashChannelMonitorZ } from '../structs/TwoTuple_BlockHashChannelMonitorZ.mjs';
325 import { Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ } from '../structs/Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ.mjs';
326 import { TwoTuple_PublicKeyTypeZ } from '../structs/TwoTuple_PublicKeyTypeZ.mjs';
327 import { CustomOnionMessageContents, CustomOnionMessageContentsInterface } from '../structs/CustomOnionMessageContents.mjs';
328 import { Option_CustomOnionMessageContentsZ } from '../structs/Option_CustomOnionMessageContentsZ.mjs';
329 import { Result_COption_CustomOnionMessageContentsZDecodeErrorZ } from '../structs/Result_COption_CustomOnionMessageContentsZDecodeErrorZ.mjs';
330 import { Option_NetAddressZ } from '../structs/Option_NetAddressZ.mjs';
331 import { TwoTuple_PublicKeyCOption_NetAddressZZ } from '../structs/TwoTuple_PublicKeyCOption_NetAddressZZ.mjs';
332 import { PeerHandleError } from '../structs/PeerHandleError.mjs';
333 import { Result_CVec_u8ZPeerHandleErrorZ } from '../structs/Result_CVec_u8ZPeerHandleErrorZ.mjs';
334 import { Result_NonePeerHandleErrorZ } from '../structs/Result_NonePeerHandleErrorZ.mjs';
335 import { Result_boolPeerHandleErrorZ } from '../structs/Result_boolPeerHandleErrorZ.mjs';
336 import { OnionMessagePath } from '../structs/OnionMessagePath.mjs';
337 import { Result_OnionMessagePathNoneZ } from '../structs/Result_OnionMessagePathNoneZ.mjs';
338 import { SendError } from '../structs/SendError.mjs';
339 import { Result_NoneSendErrorZ } from '../structs/Result_NoneSendErrorZ.mjs';
340 import { Result_BlindedPathNoneZ } from '../structs/Result_BlindedPathNoneZ.mjs';
341 import { Result_BlindedPathDecodeErrorZ } from '../structs/Result_BlindedPathDecodeErrorZ.mjs';
342 import { Result_BlindedHopDecodeErrorZ } from '../structs/Result_BlindedHopDecodeErrorZ.mjs';
343 import { GraphSyncError } from '../structs/GraphSyncError.mjs';
344 import { Result_u32GraphSyncErrorZ } from '../structs/Result_u32GraphSyncErrorZ.mjs';
345 import { Result_NoneErrorZ } from '../structs/Result_NoneErrorZ.mjs';
346 import { Option_ScriptZ } from '../structs/Option_ScriptZ.mjs';
347 import { Option_i64Z } from '../structs/Option_i64Z.mjs';
348 import { Option_TxidZ } from '../structs/Option_TxidZ.mjs';
349 import { Result_NetAddressDecodeErrorZ } from '../structs/Result_NetAddressDecodeErrorZ.mjs';
350 import { UpdateAddHTLC } from '../structs/UpdateAddHTLC.mjs';
351 import { UpdateFulfillHTLC } from '../structs/UpdateFulfillHTLC.mjs';
352 import { UpdateFailHTLC } from '../structs/UpdateFailHTLC.mjs';
353 import { UpdateFailMalformedHTLC } from '../structs/UpdateFailMalformedHTLC.mjs';
354 import { Result_AcceptChannelDecodeErrorZ } from '../structs/Result_AcceptChannelDecodeErrorZ.mjs';
355 import { Result_AcceptChannelV2DecodeErrorZ } from '../structs/Result_AcceptChannelV2DecodeErrorZ.mjs';
356 import { Result_TxAddInputDecodeErrorZ } from '../structs/Result_TxAddInputDecodeErrorZ.mjs';
357 import { Result_TxAddOutputDecodeErrorZ } from '../structs/Result_TxAddOutputDecodeErrorZ.mjs';
358 import { Result_TxRemoveInputDecodeErrorZ } from '../structs/Result_TxRemoveInputDecodeErrorZ.mjs';
359 import { Result_TxRemoveOutputDecodeErrorZ } from '../structs/Result_TxRemoveOutputDecodeErrorZ.mjs';
360 import { Result_TxCompleteDecodeErrorZ } from '../structs/Result_TxCompleteDecodeErrorZ.mjs';
361 import { Result_TxSignaturesDecodeErrorZ } from '../structs/Result_TxSignaturesDecodeErrorZ.mjs';
362 import { Result_TxInitRbfDecodeErrorZ } from '../structs/Result_TxInitRbfDecodeErrorZ.mjs';
363 import { Result_TxAckRbfDecodeErrorZ } from '../structs/Result_TxAckRbfDecodeErrorZ.mjs';
364 import { TxAbort } from '../structs/TxAbort.mjs';
365 import { Result_TxAbortDecodeErrorZ } from '../structs/Result_TxAbortDecodeErrorZ.mjs';
366 import { Result_AnnouncementSignaturesDecodeErrorZ } from '../structs/Result_AnnouncementSignaturesDecodeErrorZ.mjs';
367 import { Result_ChannelReestablishDecodeErrorZ } from '../structs/Result_ChannelReestablishDecodeErrorZ.mjs';
368 import { Result_ClosingSignedDecodeErrorZ } from '../structs/Result_ClosingSignedDecodeErrorZ.mjs';
369 import { ClosingSignedFeeRange } from '../structs/ClosingSignedFeeRange.mjs';
370 import { Result_ClosingSignedFeeRangeDecodeErrorZ } from '../structs/Result_ClosingSignedFeeRangeDecodeErrorZ.mjs';
371 import { CommitmentSigned } from '../structs/CommitmentSigned.mjs';
372 import { Result_CommitmentSignedDecodeErrorZ } from '../structs/Result_CommitmentSignedDecodeErrorZ.mjs';
373 import { Result_FundingCreatedDecodeErrorZ } from '../structs/Result_FundingCreatedDecodeErrorZ.mjs';
374 import { Result_FundingSignedDecodeErrorZ } from '../structs/Result_FundingSignedDecodeErrorZ.mjs';
375 import { Result_ChannelReadyDecodeErrorZ } from '../structs/Result_ChannelReadyDecodeErrorZ.mjs';
376 import { Init } from '../structs/Init.mjs';
377 import { Result_InitDecodeErrorZ } from '../structs/Result_InitDecodeErrorZ.mjs';
378 import { Result_OpenChannelDecodeErrorZ } from '../structs/Result_OpenChannelDecodeErrorZ.mjs';
379 import { Result_OpenChannelV2DecodeErrorZ } from '../structs/Result_OpenChannelV2DecodeErrorZ.mjs';
380 import { Result_RevokeAndACKDecodeErrorZ } from '../structs/Result_RevokeAndACKDecodeErrorZ.mjs';
381 import { Result_ShutdownDecodeErrorZ } from '../structs/Result_ShutdownDecodeErrorZ.mjs';
382 import { Result_UpdateFailHTLCDecodeErrorZ } from '../structs/Result_UpdateFailHTLCDecodeErrorZ.mjs';
383 import { Result_UpdateFailMalformedHTLCDecodeErrorZ } from '../structs/Result_UpdateFailMalformedHTLCDecodeErrorZ.mjs';
384 import { UpdateFee } from '../structs/UpdateFee.mjs';
385 import { Result_UpdateFeeDecodeErrorZ } from '../structs/Result_UpdateFeeDecodeErrorZ.mjs';
386 import { Result_UpdateFulfillHTLCDecodeErrorZ } from '../structs/Result_UpdateFulfillHTLCDecodeErrorZ.mjs';
387 import { Result_UpdateAddHTLCDecodeErrorZ } from '../structs/Result_UpdateAddHTLCDecodeErrorZ.mjs';
388 import { OnionMessage } from '../structs/OnionMessage.mjs';
389 import { Result_OnionMessageDecodeErrorZ } from '../structs/Result_OnionMessageDecodeErrorZ.mjs';
390 import { Ping } from '../structs/Ping.mjs';
391 import { Result_PingDecodeErrorZ } from '../structs/Result_PingDecodeErrorZ.mjs';
392 import { Pong } from '../structs/Pong.mjs';
393 import { Result_PongDecodeErrorZ } from '../structs/Result_PongDecodeErrorZ.mjs';
394 import { Result_UnsignedChannelAnnouncementDecodeErrorZ } from '../structs/Result_UnsignedChannelAnnouncementDecodeErrorZ.mjs';
395 import { Result_ChannelAnnouncementDecodeErrorZ } from '../structs/Result_ChannelAnnouncementDecodeErrorZ.mjs';
396 import { Result_UnsignedChannelUpdateDecodeErrorZ } from '../structs/Result_UnsignedChannelUpdateDecodeErrorZ.mjs';
397 import { Result_ChannelUpdateDecodeErrorZ } from '../structs/Result_ChannelUpdateDecodeErrorZ.mjs';
398 import { Result_ErrorMessageDecodeErrorZ } from '../structs/Result_ErrorMessageDecodeErrorZ.mjs';
399 import { Result_WarningMessageDecodeErrorZ } from '../structs/Result_WarningMessageDecodeErrorZ.mjs';
400 import { Result_UnsignedNodeAnnouncementDecodeErrorZ } from '../structs/Result_UnsignedNodeAnnouncementDecodeErrorZ.mjs';
401 import { Result_NodeAnnouncementDecodeErrorZ } from '../structs/Result_NodeAnnouncementDecodeErrorZ.mjs';
402 import { Result_QueryShortChannelIdsDecodeErrorZ } from '../structs/Result_QueryShortChannelIdsDecodeErrorZ.mjs';
403 import { ReplyShortChannelIdsEnd } from '../structs/ReplyShortChannelIdsEnd.mjs';
404 import { Result_ReplyShortChannelIdsEndDecodeErrorZ } from '../structs/Result_ReplyShortChannelIdsEndDecodeErrorZ.mjs';
405 import { Result_QueryChannelRangeDecodeErrorZ } from '../structs/Result_QueryChannelRangeDecodeErrorZ.mjs';
406 import { Result_ReplyChannelRangeDecodeErrorZ } from '../structs/Result_ReplyChannelRangeDecodeErrorZ.mjs';
407 import { Result_GossipTimestampFilterDecodeErrorZ } from '../structs/Result_GossipTimestampFilterDecodeErrorZ.mjs';
408 import { Option_KeyPairZ } from '../structs/Option_KeyPairZ.mjs';
409 import { Result_COption_KeyPairZNoneZ } from '../structs/Result_COption_KeyPairZNoneZ.mjs';
410 import { Result_InvoiceErrorDecodeErrorZ } from '../structs/Result_InvoiceErrorDecodeErrorZ.mjs';
411 import { WatchedOutput } from '../structs/WatchedOutput.mjs';
412 import { Filter, FilterInterface } from '../structs/Filter.mjs';
413 import { Option_FilterZ } from '../structs/Option_FilterZ.mjs';
414 import { LockedChannelMonitor } from '../structs/LockedChannelMonitor.mjs';
415 import { Result_LockedChannelMonitorNoneZ } from '../structs/Result_LockedChannelMonitorNoneZ.mjs';
416 import { MonitorUpdateId } from '../structs/MonitorUpdateId.mjs';
417 import { TwoTuple_OutPointCVec_MonitorUpdateIdZZ } from '../structs/TwoTuple_OutPointCVec_MonitorUpdateIdZZ.mjs';
418 import { Bolt11Invoice } from '../structs/Bolt11Invoice.mjs';
419 import { SignOrCreationError } from '../structs/SignOrCreationError.mjs';
420 import { Result_Bolt11InvoiceSignOrCreationErrorZ } from '../structs/Result_Bolt11InvoiceSignOrCreationErrorZ.mjs';
421 import { Bolt11ParseError } from '../structs/Bolt11ParseError.mjs';
422 import { Result_SiPrefixBolt11ParseErrorZ } from '../structs/Result_SiPrefixBolt11ParseErrorZ.mjs';
423 import { ParseOrSemanticError } from '../structs/ParseOrSemanticError.mjs';
424 import { Result_Bolt11InvoiceParseOrSemanticErrorZ } from '../structs/Result_Bolt11InvoiceParseOrSemanticErrorZ.mjs';
425 import { SignedRawBolt11Invoice } from '../structs/SignedRawBolt11Invoice.mjs';
426 import { Result_SignedRawBolt11InvoiceBolt11ParseErrorZ } from '../structs/Result_SignedRawBolt11InvoiceBolt11ParseErrorZ.mjs';
427 import { RawBolt11Invoice } from '../structs/RawBolt11Invoice.mjs';
428 import { Bolt11InvoiceSignature } from '../structs/Bolt11InvoiceSignature.mjs';
429 import { ThreeTuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZ } from '../structs/ThreeTuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZ.mjs';
430 import { PayeePubKey } from '../structs/PayeePubKey.mjs';
431 import { Result_PayeePubKeyErrorZ } from '../structs/Result_PayeePubKeyErrorZ.mjs';
432 import { PrivateRoute } from '../structs/PrivateRoute.mjs';
433 import { PositiveTimestamp } from '../structs/PositiveTimestamp.mjs';
434 import { Result_PositiveTimestampCreationErrorZ } from '../structs/Result_PositiveTimestampCreationErrorZ.mjs';
435 import { Result_NoneBolt11SemanticErrorZ } from '../structs/Result_NoneBolt11SemanticErrorZ.mjs';
436 import { Result_Bolt11InvoiceBolt11SemanticErrorZ } from '../structs/Result_Bolt11InvoiceBolt11SemanticErrorZ.mjs';
437 import { Description } from '../structs/Description.mjs';
438 import { Result_DescriptionCreationErrorZ } from '../structs/Result_DescriptionCreationErrorZ.mjs';
439 import { Result_PrivateRouteCreationErrorZ } from '../structs/Result_PrivateRouteCreationErrorZ.mjs';
440 import { ChannelUsage } from '../structs/ChannelUsage.mjs';
441 import { ProbabilisticScoringFeeParameters } from '../structs/ProbabilisticScoringFeeParameters.mjs';
442 import { Score, ScoreInterface } from '../structs/Score.mjs';
443 import { LockableScore, LockableScoreInterface } from '../structs/LockableScore.mjs';
444 import { WriteableScore, WriteableScoreInterface } from '../structs/WriteableScore.mjs';
445 import { Persister, PersisterInterface } from '../structs/Persister.mjs';
446 import { PrintableString } from '../structs/PrintableString.mjs';
447 import { FutureCallback, FutureCallbackInterface } from '../structs/FutureCallback.mjs';
448 import { Future } from '../structs/Future.mjs';
449 import { ChannelHandshakeConfig } from '../structs/ChannelHandshakeConfig.mjs';
450 import { ChannelHandshakeLimits } from '../structs/ChannelHandshakeLimits.mjs';
451 import { ChannelConfigUpdate } from '../structs/ChannelConfigUpdate.mjs';
452 import { UserConfig } from '../structs/UserConfig.mjs';
453 import { BestBlock } from '../structs/BestBlock.mjs';
454 import { Listen, ListenInterface } from '../structs/Listen.mjs';
455 import { Confirm, ConfirmInterface } from '../structs/Confirm.mjs';
456 import { Persist, PersistInterface } from '../structs/Persist.mjs';
457 import { ChainMonitor } from '../structs/ChainMonitor.mjs';
458 import { EventHandler, EventHandlerInterface } from '../structs/EventHandler.mjs';
459 import { EventsProvider, EventsProviderInterface } from '../structs/EventsProvider.mjs';
460 import { ChainParameters } from '../structs/ChainParameters.mjs';
461 import { Retry } from '../structs/Retry.mjs';
462 import { MessageSendEventsProvider, MessageSendEventsProviderInterface } from '../structs/MessageSendEventsProvider.mjs';
463 import { ChannelMessageHandler, ChannelMessageHandlerInterface } from '../structs/ChannelMessageHandler.mjs';
464 import { ChannelManagerReadArgs } from '../structs/ChannelManagerReadArgs.mjs';
465 import { ExpandedKey } from '../structs/ExpandedKey.mjs';
466 import { RoutingMessageHandler, RoutingMessageHandlerInterface } from '../structs/RoutingMessageHandler.mjs';
467 import { OnionMessageProvider, OnionMessageProviderInterface } from '../structs/OnionMessageProvider.mjs';
468 import { OnionMessageHandler, OnionMessageHandlerInterface } from '../structs/OnionMessageHandler.mjs';
469 import { CustomMessageReader, CustomMessageReaderInterface } from '../structs/CustomMessageReader.mjs';
470 import { CustomMessageHandler, CustomMessageHandlerInterface } from '../structs/CustomMessageHandler.mjs';
471 import { IgnoringMessageHandler } from '../structs/IgnoringMessageHandler.mjs';
472 import { OffersMessageHandler, OffersMessageHandlerInterface } from '../structs/OffersMessageHandler.mjs';
473 import { CustomOnionMessageHandler, CustomOnionMessageHandlerInterface } from '../structs/CustomOnionMessageHandler.mjs';
474 import { ErroringMessageHandler } from '../structs/ErroringMessageHandler.mjs';
475 import { MessageHandler } from '../structs/MessageHandler.mjs';
476 import { SocketDescriptor, SocketDescriptorInterface } from '../structs/SocketDescriptor.mjs';
477 import { PeerManager } from '../structs/PeerManager.mjs';
478 import { DirectedChannelTransactionParameters } from '../structs/DirectedChannelTransactionParameters.mjs';
479 import { OfferFeatures } from '../structs/OfferFeatures.mjs';
480 import { InvoiceRequestFeatures } from '../structs/InvoiceRequestFeatures.mjs';
481 import { UnsignedBolt12Invoice } from '../structs/UnsignedBolt12Invoice.mjs';
482 import { ErroneousField } from '../structs/ErroneousField.mjs';
483 import { UnsignedInvoiceRequest } from '../structs/UnsignedInvoiceRequest.mjs';
484 import { Amount } from '../structs/Amount.mjs';
485 import { Quantity } from '../structs/Quantity.mjs';
486 import { P2PGossipSync } from '../structs/P2PGossipSync.mjs';
487 import { ReadOnlyNetworkGraph } from '../structs/ReadOnlyNetworkGraph.mjs';
488 import { DirectedChannelInfo } from '../structs/DirectedChannelInfo.mjs';
489 import { EffectiveCapacity } from '../structs/EffectiveCapacity.mjs';
490 import { DefaultRouter } from '../structs/DefaultRouter.mjs';
491 import { ScorerAccountingForInFlightHtlcs } from '../structs/ScorerAccountingForInFlightHtlcs.mjs';
492 import { Payee } from '../structs/Payee.mjs';
493 import { MultiThreadedLockableScore } from '../structs/MultiThreadedLockableScore.mjs';
494 import { MultiThreadedScoreLock } from '../structs/MultiThreadedScoreLock.mjs';
495 import { ProbabilisticScoringDecayParameters } from '../structs/ProbabilisticScoringDecayParameters.mjs';
496 import { KeysManager } from '../structs/KeysManager.mjs';
497 import { PhantomKeysManager } from '../structs/PhantomKeysManager.mjs';
498 import { Destination } from '../structs/Destination.mjs';
499 import { MessageRouter, MessageRouterInterface } from '../structs/MessageRouter.mjs';
500 import { OnionMessenger } from '../structs/OnionMessenger.mjs';
501 import { DefaultMessageRouter } from '../structs/DefaultMessageRouter.mjs';
502 import { OnionMessageContents } from '../structs/OnionMessageContents.mjs';
503 import { ChannelDerivationParameters } from '../structs/ChannelDerivationParameters.mjs';
504 import { CoinSelectionSource, CoinSelectionSourceInterface } from '../structs/CoinSelectionSource.mjs';
505 import { WalletSource, WalletSourceInterface } from '../structs/WalletSource.mjs';
506 import { Wallet } from '../structs/Wallet.mjs';
507 import { BumpTransactionEventHandler } from '../structs/BumpTransactionEventHandler.mjs';
508 import { RapidGossipSync } from '../structs/RapidGossipSync.mjs';
509 import { GossipSync } from '../structs/GossipSync.mjs';
510 import { RawDataPart } from '../structs/RawDataPart.mjs';
511 import { Sha256 } from '../structs/Sha256.mjs';
512 import { ExpiryTime } from '../structs/ExpiryTime.mjs';
513 import { MinFinalCltvExpiryDelta } from '../structs/MinFinalCltvExpiryDelta.mjs';
514 import { Fallback } from '../structs/Fallback.mjs';
515
516
517 import { CommonBase, UInt5, WitnessVersion, UnqualifiedError } from './CommonBase.mjs';
518 import * as bindings from '../bindings.mjs'
519
520
521
522 /** An implementation of EcdsaChannelSigner */
523 export interface EcdsaChannelSignerInterface {
524         /**Create a signature for a counterparty's commitment transaction and associated HTLC transactions.
525          * 
526          * Note that if signing fails or is rejected, the channel will be force-closed.
527          * 
528          * Policy checks should be implemented in this function, including checking the amount
529          * sent to us and checking the HTLCs.
530          * 
531          * The preimages of outgoing HTLCs that were fulfilled since the last commitment are provided.
532          * A validating signer should ensure that an HTLC output is removed only when the matching
533          * preimage is provided, or when the value to holder is restored.
534          * 
535          * Note that all the relevant preimages will be provided, but there may also be additional
536          * irrelevant or duplicate preimages.
537          */
538         sign_counterparty_commitment(commitment_tx: CommitmentTransaction, preimages: Uint8Array[]): Result_C2Tuple_SignatureCVec_SignatureZZNoneZ;
539         /**Validate the counterparty's revocation.
540          * 
541          * This is required in order for the signer to make sure that the state has moved
542          * forward and it is safe to sign the next counterparty commitment.
543          */
544         validate_counterparty_revocation(idx: bigint, secret: Uint8Array): Result_NoneNoneZ;
545         /**Creates a signature for a holder's commitment transaction and its claiming HTLC transactions.
546          * 
547          * This will be called
548          * - with a non-revoked `commitment_tx`.
549          * - with the latest `commitment_tx` when we initiate a force-close.
550          * - with the previous `commitment_tx`, just to get claiming HTLC
551          * signatures, if we are reacting to a [`ChannelMonitor`]
552          * [replica](https://github.com/lightningdevkit/rust-lightning/blob/main/GLOSSARY.md#monitor-replicas)
553          * that decided to broadcast before it had been updated to the latest `commitment_tx`.
554          * 
555          * This may be called multiple times for the same transaction.
556          * 
557          * An external signer implementation should check that the commitment has not been revoked.
558          * 
559          * [`ChannelMonitor`]: crate::chain::channelmonitor::ChannelMonitor
560          */
561         sign_holder_commitment_and_htlcs(commitment_tx: HolderCommitmentTransaction): Result_C2Tuple_SignatureCVec_SignatureZZNoneZ;
562         /**Create a signature for the given input in a transaction spending an HTLC transaction output
563          * or a commitment transaction `to_local` output when our counterparty broadcasts an old state.
564          * 
565          * A justice transaction may claim multiple outputs at the same time if timelocks are
566          * similar, but only a signature for the input at index `input` should be signed for here.
567          * It may be called multiple times for same output(s) if a fee-bump is needed with regards
568          * to an upcoming timelock expiration.
569          * 
570          * Amount is value of the output spent by this input, committed to in the BIP 143 signature.
571          * 
572          * `per_commitment_key` is revocation secret which was provided by our counterparty when they
573          * revoked the state which they eventually broadcast. It's not a _holder_ secret key and does
574          * not allow the spending of any funds by itself (you need our holder `revocation_secret` to do
575          * so).
576          */
577         sign_justice_revoked_output(justice_tx: Uint8Array, input: number, amount: bigint, per_commitment_key: Uint8Array): Result_SignatureNoneZ;
578         /**Create a signature for the given input in a transaction spending a commitment transaction
579          * HTLC output when our counterparty broadcasts an old state.
580          * 
581          * A justice transaction may claim multiple outputs at the same time if timelocks are
582          * similar, but only a signature for the input at index `input` should be signed for here.
583          * It may be called multiple times for same output(s) if a fee-bump is needed with regards
584          * to an upcoming timelock expiration.
585          * 
586          * `amount` is the value of the output spent by this input, committed to in the BIP 143
587          * signature.
588          * 
589          * `per_commitment_key` is revocation secret which was provided by our counterparty when they
590          * revoked the state which they eventually broadcast. It's not a _holder_ secret key and does
591          * not allow the spending of any funds by itself (you need our holder revocation_secret to do
592          * so).
593          * 
594          * `htlc` holds HTLC elements (hash, timelock), thus changing the format of the witness script
595          * (which is committed to in the BIP 143 signatures).
596          */
597         sign_justice_revoked_htlc(justice_tx: Uint8Array, input: number, amount: bigint, per_commitment_key: Uint8Array, htlc: HTLCOutputInCommitment): Result_SignatureNoneZ;
598         /**Computes the signature for a commitment transaction's HTLC output used as an input within
599          * `htlc_tx`, which spends the commitment transaction at index `input`. The signature returned
600          * must be be computed using [`EcdsaSighashType::All`]. Note that this should only be used to
601          * sign HTLC transactions from channels supporting anchor outputs after all additional
602          * inputs/outputs have been added to the transaction.
603          * 
604          * [`EcdsaSighashType::All`]: bitcoin::blockdata::transaction::EcdsaSighashType::All
605          */
606         sign_holder_htlc_transaction(htlc_tx: Uint8Array, input: number, htlc_descriptor: HTLCDescriptor): Result_SignatureNoneZ;
607         /**Create a signature for a claiming transaction for a HTLC output on a counterparty's commitment
608          * transaction, either offered or received.
609          * 
610          * Such a transaction may claim multiples offered outputs at same time if we know the
611          * preimage for each when we create it, but only the input at index `input` should be
612          * signed for here. It may be called multiple times for same output(s) if a fee-bump is
613          * needed with regards to an upcoming timelock expiration.
614          * 
615          * `witness_script` is either an offered or received script as defined in BOLT3 for HTLC
616          * outputs.
617          * 
618          * `amount` is value of the output spent by this input, committed to in the BIP 143 signature.
619          * 
620          * `per_commitment_point` is the dynamic point corresponding to the channel state
621          * detected onchain. It has been generated by our counterparty and is used to derive
622          * channel state keys, which are then included in the witness script and committed to in the
623          * BIP 143 signature.
624          */
625         sign_counterparty_htlc_transaction(htlc_tx: Uint8Array, input: number, amount: bigint, per_commitment_point: Uint8Array, htlc: HTLCOutputInCommitment): Result_SignatureNoneZ;
626         /**Create a signature for a (proposed) closing transaction.
627          * 
628          * Note that, due to rounding, there may be one \"missing\" satoshi, and either party may have
629          * chosen to forgo their output as dust.
630          */
631         sign_closing_transaction(closing_tx: ClosingTransaction): Result_SignatureNoneZ;
632         /**Computes the signature for a commitment transaction's anchor output used as an
633          * input within `anchor_tx`, which spends the commitment transaction, at index `input`.
634          */
635         sign_holder_anchor_input(anchor_tx: Uint8Array, input: number): Result_SignatureNoneZ;
636         /**Signs a channel announcement message with our funding key proving it comes from one of the
637          * channel participants.
638          * 
639          * Channel announcements also require a signature from each node's network key. Our node
640          * signature is computed through [`NodeSigner::sign_gossip_message`].
641          * 
642          * Note that if this fails or is rejected, the channel will not be publicly announced and
643          * our counterparty may (though likely will not) close the channel on us for violating the
644          * protocol.
645          */
646         sign_channel_announcement_with_funding_key(msg: UnsignedChannelAnnouncement): Result_SignatureNoneZ;
647 }
648
649 class LDKEcdsaChannelSignerHolder {
650         held: EcdsaChannelSigner|null = null;
651 }
652
653 /**
654  * A trait to sign Lightning channel transactions as described in
655  * [BOLT 3](https://github.com/lightning/bolts/blob/master/03-transactions.md).
656  * 
657  * Signing services could be implemented on a hardware wallet and should implement signing
658  * policies in order to be secure. Please refer to the [VLS Policy
659  * Controls](https://gitlab.com/lightning-signer/validating-lightning-signer/-/blob/main/docs/policy-controls.md)
660  * for an example of such policies.
661  */
662 export class EcdsaChannelSigner extends CommonBase {
663         /* @internal */
664         public bindings_instance: bindings.LDKEcdsaChannelSigner|null;
665
666         /* @internal */
667         public instance_idx?: number;
668
669         /* @internal */
670         constructor(_dummy: null, ptr: bigint) {
671                 super(ptr, bindings.EcdsaChannelSigner_free);
672                 this.bindings_instance = null;
673         }
674
675         /** Creates a new instance of EcdsaChannelSigner from a given implementation */
676         public static new_impl(arg: EcdsaChannelSignerInterface, channelSigner_impl: ChannelSignerInterface, pubkeys: ChannelPublicKeys): EcdsaChannelSigner {
677                 const impl_holder: LDKEcdsaChannelSignerHolder = new LDKEcdsaChannelSignerHolder();
678                 let structImplementation = {
679                         sign_counterparty_commitment (commitment_tx: bigint, preimages: number): bigint {
680                                 const commitment_tx_hu_conv: CommitmentTransaction = new CommitmentTransaction(null, commitment_tx);
681                                 const preimages_conv_12_len: number = bindings.getArrayLength(preimages);
682                                 const preimages_conv_12_arr: Uint8Array[] = new Array(preimages_conv_12_len).fill(null);
683                                 for (var m = 0; m < preimages_conv_12_len; m++) {
684                                         const preimages_conv_12: number = bindings.getU32ArrayElem(preimages, m);
685                                         const preimages_conv_12_conv: Uint8Array = bindings.decodeUint8Array(preimages_conv_12);
686                                         preimages_conv_12_arr[m] = preimages_conv_12_conv;
687                                 }
688                                 bindings.freeWasmMemory(preimages)
689                                 const ret: Result_C2Tuple_SignatureCVec_SignatureZZNoneZ = arg.sign_counterparty_commitment(commitment_tx_hu_conv, preimages_conv_12_arr);
690                                 const result: bigint = ret == null ? 0n : ret.clone_ptr();
691                                 return result;
692                         },
693                         validate_counterparty_revocation (idx: bigint, secret: number): bigint {
694                                 const secret_conv: Uint8Array = bindings.decodeUint8Array(secret);
695                                 const ret: Result_NoneNoneZ = arg.validate_counterparty_revocation(idx, secret_conv);
696                                 const result: bigint = ret == null ? 0n : ret.clone_ptr();
697                                 return result;
698                         },
699                         sign_holder_commitment_and_htlcs (commitment_tx: bigint): bigint {
700                                 const commitment_tx_hu_conv: HolderCommitmentTransaction = new HolderCommitmentTransaction(null, commitment_tx);
701                                 const ret: Result_C2Tuple_SignatureCVec_SignatureZZNoneZ = arg.sign_holder_commitment_and_htlcs(commitment_tx_hu_conv);
702                                 const result: bigint = ret == null ? 0n : ret.clone_ptr();
703                                 return result;
704                         },
705                         sign_justice_revoked_output (justice_tx: number, input: number, amount: bigint, per_commitment_key: number): bigint {
706                                 const justice_tx_conv: Uint8Array = bindings.decodeUint8Array(justice_tx);
707                                 const per_commitment_key_conv: Uint8Array = bindings.decodeUint8Array(per_commitment_key);
708                                 const ret: Result_SignatureNoneZ = arg.sign_justice_revoked_output(justice_tx_conv, input, amount, per_commitment_key_conv);
709                                 const result: bigint = ret == null ? 0n : ret.clone_ptr();
710                                 return result;
711                         },
712                         sign_justice_revoked_htlc (justice_tx: number, input: number, amount: bigint, per_commitment_key: number, htlc: bigint): bigint {
713                                 const justice_tx_conv: Uint8Array = bindings.decodeUint8Array(justice_tx);
714                                 const per_commitment_key_conv: Uint8Array = bindings.decodeUint8Array(per_commitment_key);
715                                 const htlc_hu_conv: HTLCOutputInCommitment = new HTLCOutputInCommitment(null, htlc);
716                                 const ret: Result_SignatureNoneZ = arg.sign_justice_revoked_htlc(justice_tx_conv, input, amount, per_commitment_key_conv, htlc_hu_conv);
717                                 const result: bigint = ret == null ? 0n : ret.clone_ptr();
718                                 return result;
719                         },
720                         sign_holder_htlc_transaction (htlc_tx: number, input: number, htlc_descriptor: bigint): bigint {
721                                 const htlc_tx_conv: Uint8Array = bindings.decodeUint8Array(htlc_tx);
722                                 const htlc_descriptor_hu_conv: HTLCDescriptor = new HTLCDescriptor(null, htlc_descriptor);
723                                 const ret: Result_SignatureNoneZ = arg.sign_holder_htlc_transaction(htlc_tx_conv, input, htlc_descriptor_hu_conv);
724                                 const result: bigint = ret == null ? 0n : ret.clone_ptr();
725                                 return result;
726                         },
727                         sign_counterparty_htlc_transaction (htlc_tx: number, input: number, amount: bigint, per_commitment_point: number, htlc: bigint): bigint {
728                                 const htlc_tx_conv: Uint8Array = bindings.decodeUint8Array(htlc_tx);
729                                 const per_commitment_point_conv: Uint8Array = bindings.decodeUint8Array(per_commitment_point);
730                                 const htlc_hu_conv: HTLCOutputInCommitment = new HTLCOutputInCommitment(null, htlc);
731                                 const ret: Result_SignatureNoneZ = arg.sign_counterparty_htlc_transaction(htlc_tx_conv, input, amount, per_commitment_point_conv, htlc_hu_conv);
732                                 const result: bigint = ret == null ? 0n : ret.clone_ptr();
733                                 return result;
734                         },
735                         sign_closing_transaction (closing_tx: bigint): bigint {
736                                 const closing_tx_hu_conv: ClosingTransaction = new ClosingTransaction(null, closing_tx);
737                                 const ret: Result_SignatureNoneZ = arg.sign_closing_transaction(closing_tx_hu_conv);
738                                 const result: bigint = ret == null ? 0n : ret.clone_ptr();
739                                 return result;
740                         },
741                         sign_holder_anchor_input (anchor_tx: number, input: number): bigint {
742                                 const anchor_tx_conv: Uint8Array = bindings.decodeUint8Array(anchor_tx);
743                                 const ret: Result_SignatureNoneZ = arg.sign_holder_anchor_input(anchor_tx_conv, input);
744                                 const result: bigint = ret == null ? 0n : ret.clone_ptr();
745                                 return result;
746                         },
747                         sign_channel_announcement_with_funding_key (msg: bigint): bigint {
748                                 const msg_hu_conv: UnsignedChannelAnnouncement = new UnsignedChannelAnnouncement(null, msg);
749                                 const ret: Result_SignatureNoneZ = arg.sign_channel_announcement_with_funding_key(msg_hu_conv);
750                                 const result: bigint = ret == null ? 0n : ret.clone_ptr();
751                                 return result;
752                         },
753                 } as bindings.LDKEcdsaChannelSigner;
754                 const channelSigner = ChannelSigner.new_impl(channelSigner_impl, pubkeys, );
755                 const ptr_idx: [bigint, number] = bindings.LDKEcdsaChannelSigner_new(structImplementation, channelSigner.instance_idx!, pubkeys == null ? 0n : pubkeys.clone_ptr());
756
757                 impl_holder.held = new EcdsaChannelSigner(null, ptr_idx[0]);
758                 impl_holder.held.instance_idx = ptr_idx[1];
759                 impl_holder.held.bindings_instance = structImplementation;
760                 impl_holder.held.ptrs_to.push(channelSigner);
761                 return impl_holder.held!;
762         }
763
764         /**
765          * Create a signature for a counterparty's commitment transaction and associated HTLC transactions.
766          * 
767          * Note that if signing fails or is rejected, the channel will be force-closed.
768          * 
769          * Policy checks should be implemented in this function, including checking the amount
770          * sent to us and checking the HTLCs.
771          * 
772          * The preimages of outgoing HTLCs that were fulfilled since the last commitment are provided.
773          * A validating signer should ensure that an HTLC output is removed only when the matching
774          * preimage is provided, or when the value to holder is restored.
775          * 
776          * Note that all the relevant preimages will be provided, but there may also be additional
777          * irrelevant or duplicate preimages.
778          */
779         public sign_counterparty_commitment(commitment_tx: CommitmentTransaction, preimages: Uint8Array[]): Result_C2Tuple_SignatureCVec_SignatureZZNoneZ {
780                 const ret: bigint = bindings.EcdsaChannelSigner_sign_counterparty_commitment(this.ptr, commitment_tx == null ? 0n : CommonBase.get_ptr_of(commitment_tx), bindings.encodeUint32Array(preimages != null ? preimages.map(preimages_conv_12 => bindings.encodeUint8Array(bindings.check_arr_len(preimages_conv_12, 32))) : null));
781                 const ret_hu_conv: Result_C2Tuple_SignatureCVec_SignatureZZNoneZ = Result_C2Tuple_SignatureCVec_SignatureZZNoneZ.constr_from_ptr(ret);
782                 CommonBase.add_ref_from(this, commitment_tx);
783                 return ret_hu_conv;
784         }
785
786         /**
787          * Validate the counterparty's revocation.
788          * 
789          * This is required in order for the signer to make sure that the state has moved
790          * forward and it is safe to sign the next counterparty commitment.
791          */
792         public validate_counterparty_revocation(idx: bigint, secret: Uint8Array): Result_NoneNoneZ {
793                 const ret: bigint = bindings.EcdsaChannelSigner_validate_counterparty_revocation(this.ptr, idx, bindings.encodeUint8Array(bindings.check_arr_len(secret, 32)));
794                 const ret_hu_conv: Result_NoneNoneZ = Result_NoneNoneZ.constr_from_ptr(ret);
795                 return ret_hu_conv;
796         }
797
798         /**
799          * Creates a signature for a holder's commitment transaction and its claiming HTLC transactions.
800          * 
801          * This will be called
802          * - with a non-revoked `commitment_tx`.
803          * - with the latest `commitment_tx` when we initiate a force-close.
804          * - with the previous `commitment_tx`, just to get claiming HTLC
805          * signatures, if we are reacting to a [`ChannelMonitor`]
806          * [replica](https://github.com/lightningdevkit/rust-lightning/blob/main/GLOSSARY.md#monitor-replicas)
807          * that decided to broadcast before it had been updated to the latest `commitment_tx`.
808          * 
809          * This may be called multiple times for the same transaction.
810          * 
811          * An external signer implementation should check that the commitment has not been revoked.
812          * 
813          * [`ChannelMonitor`]: crate::chain::channelmonitor::ChannelMonitor
814          */
815         public sign_holder_commitment_and_htlcs(commitment_tx: HolderCommitmentTransaction): Result_C2Tuple_SignatureCVec_SignatureZZNoneZ {
816                 const ret: bigint = bindings.EcdsaChannelSigner_sign_holder_commitment_and_htlcs(this.ptr, commitment_tx == null ? 0n : CommonBase.get_ptr_of(commitment_tx));
817                 const ret_hu_conv: Result_C2Tuple_SignatureCVec_SignatureZZNoneZ = Result_C2Tuple_SignatureCVec_SignatureZZNoneZ.constr_from_ptr(ret);
818                 CommonBase.add_ref_from(this, commitment_tx);
819                 return ret_hu_conv;
820         }
821
822         /**
823          * Create a signature for the given input in a transaction spending an HTLC transaction output
824          * or a commitment transaction `to_local` output when our counterparty broadcasts an old state.
825          * 
826          * A justice transaction may claim multiple outputs at the same time if timelocks are
827          * similar, but only a signature for the input at index `input` should be signed for here.
828          * It may be called multiple times for same output(s) if a fee-bump is needed with regards
829          * to an upcoming timelock expiration.
830          * 
831          * Amount is value of the output spent by this input, committed to in the BIP 143 signature.
832          * 
833          * `per_commitment_key` is revocation secret which was provided by our counterparty when they
834          * revoked the state which they eventually broadcast. It's not a _holder_ secret key and does
835          * not allow the spending of any funds by itself (you need our holder `revocation_secret` to do
836          * so).
837          */
838         public sign_justice_revoked_output(justice_tx: Uint8Array, input: number, amount: bigint, per_commitment_key: Uint8Array): Result_SignatureNoneZ {
839                 const ret: bigint = bindings.EcdsaChannelSigner_sign_justice_revoked_output(this.ptr, bindings.encodeUint8Array(justice_tx), input, amount, bindings.encodeUint8Array(bindings.check_arr_len(per_commitment_key, 32)));
840                 const ret_hu_conv: Result_SignatureNoneZ = Result_SignatureNoneZ.constr_from_ptr(ret);
841                 return ret_hu_conv;
842         }
843
844         /**
845          * Create a signature for the given input in a transaction spending a commitment transaction
846          * HTLC output when our counterparty broadcasts an old state.
847          * 
848          * A justice transaction may claim multiple outputs at the same time if timelocks are
849          * similar, but only a signature for the input at index `input` should be signed for here.
850          * It may be called multiple times for same output(s) if a fee-bump is needed with regards
851          * to an upcoming timelock expiration.
852          * 
853          * `amount` is the value of the output spent by this input, committed to in the BIP 143
854          * signature.
855          * 
856          * `per_commitment_key` is revocation secret which was provided by our counterparty when they
857          * revoked the state which they eventually broadcast. It's not a _holder_ secret key and does
858          * not allow the spending of any funds by itself (you need our holder revocation_secret to do
859          * so).
860          * 
861          * `htlc` holds HTLC elements (hash, timelock), thus changing the format of the witness script
862          * (which is committed to in the BIP 143 signatures).
863          */
864         public sign_justice_revoked_htlc(justice_tx: Uint8Array, input: number, amount: bigint, per_commitment_key: Uint8Array, htlc: HTLCOutputInCommitment): Result_SignatureNoneZ {
865                 const ret: bigint = bindings.EcdsaChannelSigner_sign_justice_revoked_htlc(this.ptr, bindings.encodeUint8Array(justice_tx), input, amount, bindings.encodeUint8Array(bindings.check_arr_len(per_commitment_key, 32)), htlc == null ? 0n : CommonBase.get_ptr_of(htlc));
866                 const ret_hu_conv: Result_SignatureNoneZ = Result_SignatureNoneZ.constr_from_ptr(ret);
867                 CommonBase.add_ref_from(this, htlc);
868                 return ret_hu_conv;
869         }
870
871         /**
872          * Computes the signature for a commitment transaction's HTLC output used as an input within
873          * `htlc_tx`, which spends the commitment transaction at index `input`. The signature returned
874          * must be be computed using [`EcdsaSighashType::All`]. Note that this should only be used to
875          * sign HTLC transactions from channels supporting anchor outputs after all additional
876          * inputs/outputs have been added to the transaction.
877          * 
878          * [`EcdsaSighashType::All`]: bitcoin::blockdata::transaction::EcdsaSighashType::All
879          */
880         public sign_holder_htlc_transaction(htlc_tx: Uint8Array, input: number, htlc_descriptor: HTLCDescriptor): Result_SignatureNoneZ {
881                 const ret: bigint = bindings.EcdsaChannelSigner_sign_holder_htlc_transaction(this.ptr, bindings.encodeUint8Array(htlc_tx), input, htlc_descriptor == null ? 0n : CommonBase.get_ptr_of(htlc_descriptor));
882                 const ret_hu_conv: Result_SignatureNoneZ = Result_SignatureNoneZ.constr_from_ptr(ret);
883                 CommonBase.add_ref_from(this, htlc_descriptor);
884                 return ret_hu_conv;
885         }
886
887         /**
888          * Create a signature for a claiming transaction for a HTLC output on a counterparty's commitment
889          * transaction, either offered or received.
890          * 
891          * Such a transaction may claim multiples offered outputs at same time if we know the
892          * preimage for each when we create it, but only the input at index `input` should be
893          * signed for here. It may be called multiple times for same output(s) if a fee-bump is
894          * needed with regards to an upcoming timelock expiration.
895          * 
896          * `witness_script` is either an offered or received script as defined in BOLT3 for HTLC
897          * outputs.
898          * 
899          * `amount` is value of the output spent by this input, committed to in the BIP 143 signature.
900          * 
901          * `per_commitment_point` is the dynamic point corresponding to the channel state
902          * detected onchain. It has been generated by our counterparty and is used to derive
903          * channel state keys, which are then included in the witness script and committed to in the
904          * BIP 143 signature.
905          */
906         public sign_counterparty_htlc_transaction(htlc_tx: Uint8Array, input: number, amount: bigint, per_commitment_point: Uint8Array, htlc: HTLCOutputInCommitment): Result_SignatureNoneZ {
907                 const ret: bigint = bindings.EcdsaChannelSigner_sign_counterparty_htlc_transaction(this.ptr, bindings.encodeUint8Array(htlc_tx), input, amount, bindings.encodeUint8Array(bindings.check_arr_len(per_commitment_point, 33)), htlc == null ? 0n : CommonBase.get_ptr_of(htlc));
908                 const ret_hu_conv: Result_SignatureNoneZ = Result_SignatureNoneZ.constr_from_ptr(ret);
909                 CommonBase.add_ref_from(this, htlc);
910                 return ret_hu_conv;
911         }
912
913         /**
914          * Create a signature for a (proposed) closing transaction.
915          * 
916          * Note that, due to rounding, there may be one \"missing\" satoshi, and either party may have
917          * chosen to forgo their output as dust.
918          */
919         public sign_closing_transaction(closing_tx: ClosingTransaction): Result_SignatureNoneZ {
920                 const ret: bigint = bindings.EcdsaChannelSigner_sign_closing_transaction(this.ptr, closing_tx == null ? 0n : CommonBase.get_ptr_of(closing_tx));
921                 const ret_hu_conv: Result_SignatureNoneZ = Result_SignatureNoneZ.constr_from_ptr(ret);
922                 CommonBase.add_ref_from(this, closing_tx);
923                 return ret_hu_conv;
924         }
925
926         /**
927          * Computes the signature for a commitment transaction's anchor output used as an
928          * input within `anchor_tx`, which spends the commitment transaction, at index `input`.
929          */
930         public sign_holder_anchor_input(anchor_tx: Uint8Array, input: number): Result_SignatureNoneZ {
931                 const ret: bigint = bindings.EcdsaChannelSigner_sign_holder_anchor_input(this.ptr, bindings.encodeUint8Array(anchor_tx), input);
932                 const ret_hu_conv: Result_SignatureNoneZ = Result_SignatureNoneZ.constr_from_ptr(ret);
933                 return ret_hu_conv;
934         }
935
936         /**
937          * Signs a channel announcement message with our funding key proving it comes from one of the
938          * channel participants.
939          * 
940          * Channel announcements also require a signature from each node's network key. Our node
941          * signature is computed through [`NodeSigner::sign_gossip_message`].
942          * 
943          * Note that if this fails or is rejected, the channel will not be publicly announced and
944          * our counterparty may (though likely will not) close the channel on us for violating the
945          * protocol.
946          */
947         public sign_channel_announcement_with_funding_key(msg: UnsignedChannelAnnouncement): Result_SignatureNoneZ {
948                 const ret: bigint = bindings.EcdsaChannelSigner_sign_channel_announcement_with_funding_key(this.ptr, msg == null ? 0n : CommonBase.get_ptr_of(msg));
949                 const ret_hu_conv: Result_SignatureNoneZ = Result_SignatureNoneZ.constr_from_ptr(ret);
950                 CommonBase.add_ref_from(this, msg);
951                 return ret_hu_conv;
952         }
953
954 }