[TS] Update auto-generated bindings to 0.0.116
[ldk-java] / ts / structs / OpenChannel.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 { EcdsaChannelSigner, EcdsaChannelSignerInterface } from '../structs/EcdsaChannelSigner.mjs';
98 import { WriteableEcdsaChannelSigner, WriteableEcdsaChannelSignerInterface } from '../structs/WriteableEcdsaChannelSigner.mjs';
99 import { Result_WriteableEcdsaChannelSignerDecodeErrorZ } from '../structs/Result_WriteableEcdsaChannelSignerDecodeErrorZ.mjs';
100 import { Result_ScriptNoneZ } from '../structs/Result_ScriptNoneZ.mjs';
101 import { Result_ShutdownScriptNoneZ } from '../structs/Result_ShutdownScriptNoneZ.mjs';
102 import { Result_CVec_CVec_u8ZZNoneZ } from '../structs/Result_CVec_CVec_u8ZZNoneZ.mjs';
103 import { InMemorySigner } from '../structs/InMemorySigner.mjs';
104 import { Result_InMemorySignerDecodeErrorZ } from '../structs/Result_InMemorySignerDecodeErrorZ.mjs';
105 import { Result_PartiallySignedTransactionNoneZ } from '../structs/Result_PartiallySignedTransactionNoneZ.mjs';
106 import { Result_TransactionNoneZ } from '../structs/Result_TransactionNoneZ.mjs';
107 import { ChannelDetails } from '../structs/ChannelDetails.mjs';
108 import { Route } from '../structs/Route.mjs';
109 import { LightningError } from '../structs/LightningError.mjs';
110 import { Result_RouteLightningErrorZ } from '../structs/Result_RouteLightningErrorZ.mjs';
111 import { InFlightHtlcs } from '../structs/InFlightHtlcs.mjs';
112 import { Result_InFlightHtlcsDecodeErrorZ } from '../structs/Result_InFlightHtlcsDecodeErrorZ.mjs';
113 import { RouteHop } from '../structs/RouteHop.mjs';
114 import { Result_RouteHopDecodeErrorZ } from '../structs/Result_RouteHopDecodeErrorZ.mjs';
115 import { BlindedHop } from '../structs/BlindedHop.mjs';
116 import { BlindedTail } from '../structs/BlindedTail.mjs';
117 import { Result_BlindedTailDecodeErrorZ } from '../structs/Result_BlindedTailDecodeErrorZ.mjs';
118 import { Path } from '../structs/Path.mjs';
119 import { Result_RouteDecodeErrorZ } from '../structs/Result_RouteDecodeErrorZ.mjs';
120 import { RouteParameters } from '../structs/RouteParameters.mjs';
121 import { Result_RouteParametersDecodeErrorZ } from '../structs/Result_RouteParametersDecodeErrorZ.mjs';
122 import { PaymentParameters } from '../structs/PaymentParameters.mjs';
123 import { Result_PaymentParametersDecodeErrorZ } from '../structs/Result_PaymentParametersDecodeErrorZ.mjs';
124 import { TwoTuple_BlindedPayInfoBlindedPathZ } from '../structs/TwoTuple_BlindedPayInfoBlindedPathZ.mjs';
125 import { RouteHint } from '../structs/RouteHint.mjs';
126 import { RouteHintHop } from '../structs/RouteHintHop.mjs';
127 import { Result_RouteHintDecodeErrorZ } from '../structs/Result_RouteHintDecodeErrorZ.mjs';
128 import { Result_RouteHintHopDecodeErrorZ } from '../structs/Result_RouteHintHopDecodeErrorZ.mjs';
129 import { TwoTuple_usizeTransactionZ } from '../structs/TwoTuple_usizeTransactionZ.mjs';
130 import { Option_BlockHashZ } from '../structs/Option_BlockHashZ.mjs';
131 import { TwoTuple_TxidCOption_BlockHashZZ } from '../structs/TwoTuple_TxidCOption_BlockHashZZ.mjs';
132 import { HTLCUpdate } from '../structs/HTLCUpdate.mjs';
133 import { MonitorEvent } from '../structs/MonitorEvent.mjs';
134 import { ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ } from '../structs/ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ.mjs';
135 import { FixedPenaltyScorer } from '../structs/FixedPenaltyScorer.mjs';
136 import { Result_FixedPenaltyScorerDecodeErrorZ } from '../structs/Result_FixedPenaltyScorerDecodeErrorZ.mjs';
137 import { NodeId } from '../structs/NodeId.mjs';
138 import { TwoTuple_u64u64Z } from '../structs/TwoTuple_u64u64Z.mjs';
139 import { Option_C2Tuple_u64u64ZZ } from '../structs/Option_C2Tuple_u64u64ZZ.mjs';
140 import { TwoTuple_Z } from '../structs/TwoTuple_Z.mjs';
141 import { TwoTuple__u168_u168Z } from '../structs/TwoTuple__u168_u168Z.mjs';
142 import { Option_C2Tuple_EightU16sEightU16sZZ } from '../structs/Option_C2Tuple_EightU16sEightU16sZZ.mjs';
143 import { Record } from '../structs/Record.mjs';
144 import { Logger, LoggerInterface } from '../structs/Logger.mjs';
145 import { NetworkGraph } from '../structs/NetworkGraph.mjs';
146 import { ProbabilisticScorer } from '../structs/ProbabilisticScorer.mjs';
147 import { Result_ProbabilisticScorerDecodeErrorZ } from '../structs/Result_ProbabilisticScorerDecodeErrorZ.mjs';
148 import { InitFeatures } from '../structs/InitFeatures.mjs';
149 import { Result_InitFeaturesDecodeErrorZ } from '../structs/Result_InitFeaturesDecodeErrorZ.mjs';
150 import { ChannelFeatures } from '../structs/ChannelFeatures.mjs';
151 import { Result_ChannelFeaturesDecodeErrorZ } from '../structs/Result_ChannelFeaturesDecodeErrorZ.mjs';
152 import { NodeFeatures } from '../structs/NodeFeatures.mjs';
153 import { Result_NodeFeaturesDecodeErrorZ } from '../structs/Result_NodeFeaturesDecodeErrorZ.mjs';
154 import { Bolt11InvoiceFeatures } from '../structs/Bolt11InvoiceFeatures.mjs';
155 import { Result_Bolt11InvoiceFeaturesDecodeErrorZ } from '../structs/Result_Bolt11InvoiceFeaturesDecodeErrorZ.mjs';
156 import { Bolt12InvoiceFeatures } from '../structs/Bolt12InvoiceFeatures.mjs';
157 import { Result_Bolt12InvoiceFeaturesDecodeErrorZ } from '../structs/Result_Bolt12InvoiceFeaturesDecodeErrorZ.mjs';
158 import { BlindedHopFeatures } from '../structs/BlindedHopFeatures.mjs';
159 import { Result_BlindedHopFeaturesDecodeErrorZ } from '../structs/Result_BlindedHopFeaturesDecodeErrorZ.mjs';
160 import { ChannelTypeFeatures } from '../structs/ChannelTypeFeatures.mjs';
161 import { Result_ChannelTypeFeaturesDecodeErrorZ } from '../structs/Result_ChannelTypeFeaturesDecodeErrorZ.mjs';
162 import { PaymentPurpose } from '../structs/PaymentPurpose.mjs';
163 import { Result_PaymentPurposeDecodeErrorZ } from '../structs/Result_PaymentPurposeDecodeErrorZ.mjs';
164 import { ChannelUpdate } from '../structs/ChannelUpdate.mjs';
165 import { NetworkUpdate } from '../structs/NetworkUpdate.mjs';
166 import { Option_NetworkUpdateZ } from '../structs/Option_NetworkUpdateZ.mjs';
167 import { PathFailure } from '../structs/PathFailure.mjs';
168 import { Option_PathFailureZ } from '../structs/Option_PathFailureZ.mjs';
169 import { Result_COption_PathFailureZDecodeErrorZ } from '../structs/Result_COption_PathFailureZDecodeErrorZ.mjs';
170 import { UntrustedString } from '../structs/UntrustedString.mjs';
171 import { ClosureReason } from '../structs/ClosureReason.mjs';
172 import { Option_ClosureReasonZ } from '../structs/Option_ClosureReasonZ.mjs';
173 import { Result_COption_ClosureReasonZDecodeErrorZ } from '../structs/Result_COption_ClosureReasonZDecodeErrorZ.mjs';
174 import { HTLCDestination } from '../structs/HTLCDestination.mjs';
175 import { Option_HTLCDestinationZ } from '../structs/Option_HTLCDestinationZ.mjs';
176 import { Result_COption_HTLCDestinationZDecodeErrorZ } from '../structs/Result_COption_HTLCDestinationZDecodeErrorZ.mjs';
177 import { Result_PaymentFailureReasonDecodeErrorZ } from '../structs/Result_PaymentFailureReasonDecodeErrorZ.mjs';
178 import { Option_u128Z } from '../structs/Option_u128Z.mjs';
179 import { Option_PaymentIdZ } from '../structs/Option_PaymentIdZ.mjs';
180 import { Option_PaymentFailureReasonZ } from '../structs/Option_PaymentFailureReasonZ.mjs';
181 import { Option_PaymentHashZ } from '../structs/Option_PaymentHashZ.mjs';
182 import { AnchorDescriptor } from '../structs/AnchorDescriptor.mjs';
183 import { BumpTransactionEvent } from '../structs/BumpTransactionEvent.mjs';
184 import { Event } from '../structs/Event.mjs';
185 import { Option_EventZ } from '../structs/Option_EventZ.mjs';
186 import { Result_COption_EventZDecodeErrorZ } from '../structs/Result_COption_EventZDecodeErrorZ.mjs';
187 import { AcceptChannel } from '../structs/AcceptChannel.mjs';
188 import { AcceptChannelV2 } from '../structs/AcceptChannelV2.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 import { CommonBase, UInt5, WitnessVersion, UnqualifiedError } from './CommonBase.mjs';
517 import * as bindings from '../bindings.mjs'
518
519
520 /**
521  * An [`open_channel`] message to be sent to or received from a peer.
522  * 
523  * Used in V1 channel establishment
524  * 
525  * [`open_channel`]: https://github.com/lightning/bolts/blob/master/02-peer-protocol.md#the-open_channel-message
526  */
527 export class OpenChannel extends CommonBase {
528         /* @internal */
529         public constructor(_dummy: null, ptr: bigint) {
530                 super(ptr, bindings.OpenChannel_free);
531         }
532
533         /**
534          * The genesis hash of the blockchain where the channel is to be opened
535          */
536         public get_chain_hash(): Uint8Array {
537                 const ret: number = bindings.OpenChannel_get_chain_hash(this.ptr);
538                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
539                 return ret_conv;
540         }
541
542         /**
543          * The genesis hash of the blockchain where the channel is to be opened
544          */
545         public set_chain_hash(val: Uint8Array): void {
546                 bindings.OpenChannel_set_chain_hash(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(val, 32)));
547         }
548
549         /**
550          * A temporary channel ID, until the funding outpoint is announced
551          */
552         public get_temporary_channel_id(): Uint8Array {
553                 const ret: number = bindings.OpenChannel_get_temporary_channel_id(this.ptr);
554                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
555                 return ret_conv;
556         }
557
558         /**
559          * A temporary channel ID, until the funding outpoint is announced
560          */
561         public set_temporary_channel_id(val: Uint8Array): void {
562                 bindings.OpenChannel_set_temporary_channel_id(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(val, 32)));
563         }
564
565         /**
566          * The channel value
567          */
568         public get_funding_satoshis(): bigint {
569                 const ret: bigint = bindings.OpenChannel_get_funding_satoshis(this.ptr);
570                 return ret;
571         }
572
573         /**
574          * The channel value
575          */
576         public set_funding_satoshis(val: bigint): void {
577                 bindings.OpenChannel_set_funding_satoshis(this.ptr, val);
578         }
579
580         /**
581          * The amount to push to the counterparty as part of the open, in milli-satoshi
582          */
583         public get_push_msat(): bigint {
584                 const ret: bigint = bindings.OpenChannel_get_push_msat(this.ptr);
585                 return ret;
586         }
587
588         /**
589          * The amount to push to the counterparty as part of the open, in milli-satoshi
590          */
591         public set_push_msat(val: bigint): void {
592                 bindings.OpenChannel_set_push_msat(this.ptr, val);
593         }
594
595         /**
596          * The threshold below which outputs on transactions broadcast by sender will be omitted
597          */
598         public get_dust_limit_satoshis(): bigint {
599                 const ret: bigint = bindings.OpenChannel_get_dust_limit_satoshis(this.ptr);
600                 return ret;
601         }
602
603         /**
604          * The threshold below which outputs on transactions broadcast by sender will be omitted
605          */
606         public set_dust_limit_satoshis(val: bigint): void {
607                 bindings.OpenChannel_set_dust_limit_satoshis(this.ptr, val);
608         }
609
610         /**
611          * The maximum inbound HTLC value in flight towards sender, in milli-satoshi
612          */
613         public get_max_htlc_value_in_flight_msat(): bigint {
614                 const ret: bigint = bindings.OpenChannel_get_max_htlc_value_in_flight_msat(this.ptr);
615                 return ret;
616         }
617
618         /**
619          * The maximum inbound HTLC value in flight towards sender, in milli-satoshi
620          */
621         public set_max_htlc_value_in_flight_msat(val: bigint): void {
622                 bindings.OpenChannel_set_max_htlc_value_in_flight_msat(this.ptr, val);
623         }
624
625         /**
626          * The minimum value unencumbered by HTLCs for the counterparty to keep in the channel
627          */
628         public get_channel_reserve_satoshis(): bigint {
629                 const ret: bigint = bindings.OpenChannel_get_channel_reserve_satoshis(this.ptr);
630                 return ret;
631         }
632
633         /**
634          * The minimum value unencumbered by HTLCs for the counterparty to keep in the channel
635          */
636         public set_channel_reserve_satoshis(val: bigint): void {
637                 bindings.OpenChannel_set_channel_reserve_satoshis(this.ptr, val);
638         }
639
640         /**
641          * The minimum HTLC size incoming to sender, in milli-satoshi
642          */
643         public get_htlc_minimum_msat(): bigint {
644                 const ret: bigint = bindings.OpenChannel_get_htlc_minimum_msat(this.ptr);
645                 return ret;
646         }
647
648         /**
649          * The minimum HTLC size incoming to sender, in milli-satoshi
650          */
651         public set_htlc_minimum_msat(val: bigint): void {
652                 bindings.OpenChannel_set_htlc_minimum_msat(this.ptr, val);
653         }
654
655         /**
656          * The feerate per 1000-weight of sender generated transactions, until updated by
657          * [`UpdateFee`]
658          */
659         public get_feerate_per_kw(): number {
660                 const ret: number = bindings.OpenChannel_get_feerate_per_kw(this.ptr);
661                 return ret;
662         }
663
664         /**
665          * The feerate per 1000-weight of sender generated transactions, until updated by
666          * [`UpdateFee`]
667          */
668         public set_feerate_per_kw(val: number): void {
669                 bindings.OpenChannel_set_feerate_per_kw(this.ptr, val);
670         }
671
672         /**
673          * The number of blocks which the counterparty will have to wait to claim on-chain funds if
674          * they broadcast a commitment transaction
675          */
676         public get_to_self_delay(): number {
677                 const ret: number = bindings.OpenChannel_get_to_self_delay(this.ptr);
678                 return ret;
679         }
680
681         /**
682          * The number of blocks which the counterparty will have to wait to claim on-chain funds if
683          * they broadcast a commitment transaction
684          */
685         public set_to_self_delay(val: number): void {
686                 bindings.OpenChannel_set_to_self_delay(this.ptr, val);
687         }
688
689         /**
690          * The maximum number of inbound HTLCs towards sender
691          */
692         public get_max_accepted_htlcs(): number {
693                 const ret: number = bindings.OpenChannel_get_max_accepted_htlcs(this.ptr);
694                 return ret;
695         }
696
697         /**
698          * The maximum number of inbound HTLCs towards sender
699          */
700         public set_max_accepted_htlcs(val: number): void {
701                 bindings.OpenChannel_set_max_accepted_htlcs(this.ptr, val);
702         }
703
704         /**
705          * The sender's key controlling the funding transaction
706          */
707         public get_funding_pubkey(): Uint8Array {
708                 const ret: number = bindings.OpenChannel_get_funding_pubkey(this.ptr);
709                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
710                 return ret_conv;
711         }
712
713         /**
714          * The sender's key controlling the funding transaction
715          */
716         public set_funding_pubkey(val: Uint8Array): void {
717                 bindings.OpenChannel_set_funding_pubkey(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(val, 33)));
718         }
719
720         /**
721          * Used to derive a revocation key for transactions broadcast by counterparty
722          */
723         public get_revocation_basepoint(): Uint8Array {
724                 const ret: number = bindings.OpenChannel_get_revocation_basepoint(this.ptr);
725                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
726                 return ret_conv;
727         }
728
729         /**
730          * Used to derive a revocation key for transactions broadcast by counterparty
731          */
732         public set_revocation_basepoint(val: Uint8Array): void {
733                 bindings.OpenChannel_set_revocation_basepoint(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(val, 33)));
734         }
735
736         /**
737          * A payment key to sender for transactions broadcast by counterparty
738          */
739         public get_payment_point(): Uint8Array {
740                 const ret: number = bindings.OpenChannel_get_payment_point(this.ptr);
741                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
742                 return ret_conv;
743         }
744
745         /**
746          * A payment key to sender for transactions broadcast by counterparty
747          */
748         public set_payment_point(val: Uint8Array): void {
749                 bindings.OpenChannel_set_payment_point(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(val, 33)));
750         }
751
752         /**
753          * Used to derive a payment key to sender for transactions broadcast by sender
754          */
755         public get_delayed_payment_basepoint(): Uint8Array {
756                 const ret: number = bindings.OpenChannel_get_delayed_payment_basepoint(this.ptr);
757                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
758                 return ret_conv;
759         }
760
761         /**
762          * Used to derive a payment key to sender for transactions broadcast by sender
763          */
764         public set_delayed_payment_basepoint(val: Uint8Array): void {
765                 bindings.OpenChannel_set_delayed_payment_basepoint(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(val, 33)));
766         }
767
768         /**
769          * Used to derive an HTLC payment key to sender
770          */
771         public get_htlc_basepoint(): Uint8Array {
772                 const ret: number = bindings.OpenChannel_get_htlc_basepoint(this.ptr);
773                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
774                 return ret_conv;
775         }
776
777         /**
778          * Used to derive an HTLC payment key to sender
779          */
780         public set_htlc_basepoint(val: Uint8Array): void {
781                 bindings.OpenChannel_set_htlc_basepoint(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(val, 33)));
782         }
783
784         /**
785          * The first to-be-broadcast-by-sender transaction's per commitment point
786          */
787         public get_first_per_commitment_point(): Uint8Array {
788                 const ret: number = bindings.OpenChannel_get_first_per_commitment_point(this.ptr);
789                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
790                 return ret_conv;
791         }
792
793         /**
794          * The first to-be-broadcast-by-sender transaction's per commitment point
795          */
796         public set_first_per_commitment_point(val: Uint8Array): void {
797                 bindings.OpenChannel_set_first_per_commitment_point(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(val, 33)));
798         }
799
800         /**
801          * The channel flags to be used
802          */
803         public get_channel_flags(): number {
804                 const ret: number = bindings.OpenChannel_get_channel_flags(this.ptr);
805                 return ret;
806         }
807
808         /**
809          * The channel flags to be used
810          */
811         public set_channel_flags(val: number): void {
812                 bindings.OpenChannel_set_channel_flags(this.ptr, val);
813         }
814
815         /**
816          * A request to pre-set the to-sender output's `scriptPubkey` for when we collaboratively close
817          */
818         public get_shutdown_scriptpubkey(): Option_ScriptZ {
819                 const ret: bigint = bindings.OpenChannel_get_shutdown_scriptpubkey(this.ptr);
820                 const ret_hu_conv: Option_ScriptZ = Option_ScriptZ.constr_from_ptr(ret);
821                 CommonBase.add_ref_from(ret_hu_conv, this);
822                 return ret_hu_conv;
823         }
824
825         /**
826          * A request to pre-set the to-sender output's `scriptPubkey` for when we collaboratively close
827          */
828         public set_shutdown_scriptpubkey(val: Option_ScriptZ): void {
829                 bindings.OpenChannel_set_shutdown_scriptpubkey(this.ptr, CommonBase.get_ptr_of(val));
830                 CommonBase.add_ref_from(this, val);
831         }
832
833         /**
834          * The channel type that this channel will represent
835          * 
836          * If this is `None`, we derive the channel type from the intersection of our
837          * feature bits with our counterparty's feature bits from the [`Init`] message.
838          * 
839          * Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent None
840          */
841         public get_channel_type(): ChannelTypeFeatures {
842                 const ret: bigint = bindings.OpenChannel_get_channel_type(this.ptr);
843                 const ret_hu_conv: ChannelTypeFeatures = new ChannelTypeFeatures(null, ret);
844                 CommonBase.add_ref_from(ret_hu_conv, this);
845                 return ret_hu_conv;
846         }
847
848         /**
849          * The channel type that this channel will represent
850          * 
851          * If this is `None`, we derive the channel type from the intersection of our
852          * feature bits with our counterparty's feature bits from the [`Init`] message.
853          * 
854          * Note that val (or a relevant inner pointer) may be NULL or all-0s to represent None
855          */
856         public set_channel_type(val: ChannelTypeFeatures|null): void {
857                 bindings.OpenChannel_set_channel_type(this.ptr, val == null ? 0n : CommonBase.get_ptr_of(val));
858                 CommonBase.add_ref_from(this, val);
859         }
860
861         /**
862          * Constructs a new OpenChannel given each field
863          */
864         public static constructor_new(chain_hash_arg: Uint8Array, temporary_channel_id_arg: Uint8Array, funding_satoshis_arg: bigint, push_msat_arg: bigint, dust_limit_satoshis_arg: bigint, max_htlc_value_in_flight_msat_arg: bigint, channel_reserve_satoshis_arg: bigint, htlc_minimum_msat_arg: bigint, feerate_per_kw_arg: number, to_self_delay_arg: number, max_accepted_htlcs_arg: number, funding_pubkey_arg: Uint8Array, revocation_basepoint_arg: Uint8Array, payment_point_arg: Uint8Array, delayed_payment_basepoint_arg: Uint8Array, htlc_basepoint_arg: Uint8Array, first_per_commitment_point_arg: Uint8Array, channel_flags_arg: number, shutdown_scriptpubkey_arg: Option_ScriptZ, channel_type_arg: ChannelTypeFeatures): OpenChannel {
865                 const ret: bigint = bindings.OpenChannel_new(bindings.encodeUint8Array(bindings.check_arr_len(chain_hash_arg, 32)), bindings.encodeUint8Array(bindings.check_arr_len(temporary_channel_id_arg, 32)), funding_satoshis_arg, push_msat_arg, dust_limit_satoshis_arg, max_htlc_value_in_flight_msat_arg, channel_reserve_satoshis_arg, htlc_minimum_msat_arg, feerate_per_kw_arg, to_self_delay_arg, max_accepted_htlcs_arg, bindings.encodeUint8Array(bindings.check_arr_len(funding_pubkey_arg, 33)), bindings.encodeUint8Array(bindings.check_arr_len(revocation_basepoint_arg, 33)), bindings.encodeUint8Array(bindings.check_arr_len(payment_point_arg, 33)), bindings.encodeUint8Array(bindings.check_arr_len(delayed_payment_basepoint_arg, 33)), bindings.encodeUint8Array(bindings.check_arr_len(htlc_basepoint_arg, 33)), bindings.encodeUint8Array(bindings.check_arr_len(first_per_commitment_point_arg, 33)), channel_flags_arg, CommonBase.get_ptr_of(shutdown_scriptpubkey_arg), channel_type_arg == null ? 0n : CommonBase.get_ptr_of(channel_type_arg));
866                 const ret_hu_conv: OpenChannel = new OpenChannel(null, ret);
867                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
868                 CommonBase.add_ref_from(ret_hu_conv, shutdown_scriptpubkey_arg);
869                 CommonBase.add_ref_from(ret_hu_conv, channel_type_arg);
870                 return ret_hu_conv;
871         }
872
873         public clone_ptr(): bigint {
874                 const ret: bigint = bindings.OpenChannel_clone_ptr(this.ptr);
875                 return ret;
876         }
877
878         /**
879          * Creates a copy of the OpenChannel
880          */
881         public clone(): OpenChannel {
882                 const ret: bigint = bindings.OpenChannel_clone(this.ptr);
883                 const ret_hu_conv: OpenChannel = new OpenChannel(null, ret);
884                 CommonBase.add_ref_from(ret_hu_conv, this);
885                 return ret_hu_conv;
886         }
887
888         /**
889          * Checks if two OpenChannels contain equal inner contents.
890          * This ignores pointers and is_owned flags and looks at the values in fields.
891          * Two objects with NULL inner values will be considered "equal" here.
892          */
893         public eq(b: OpenChannel): boolean {
894                 const ret: boolean = bindings.OpenChannel_eq(this.ptr, b == null ? 0n : CommonBase.get_ptr_of(b));
895                 CommonBase.add_ref_from(this, b);
896                 return ret;
897         }
898
899         /**
900          * Serialize the OpenChannel object into a byte array which can be read by OpenChannel_read
901          */
902         public write(): Uint8Array {
903                 const ret: number = bindings.OpenChannel_write(this.ptr);
904                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
905                 return ret_conv;
906         }
907
908         /**
909          * Read a OpenChannel from a byte array, created by OpenChannel_write
910          */
911         public static constructor_read(ser: Uint8Array): Result_OpenChannelDecodeErrorZ {
912                 const ret: bigint = bindings.OpenChannel_read(bindings.encodeUint8Array(ser));
913                 const ret_hu_conv: Result_OpenChannelDecodeErrorZ = Result_OpenChannelDecodeErrorZ.constr_from_ptr(ret);
914                 return ret_hu_conv;
915         }
916
917 }