[C#] Run tests against release library in determinism CI run
[ldk-java] / ts / structs / ChannelDetails.mts
1 import { TxOut } from '../structs/TxOut.mjs';
2 import { TxIn } from '../structs/TxIn.mjs';
3 import { BigEndianScalar } from '../structs/BigEndianScalar.mjs';
4 import { WitnessProgram } from '../structs/WitnessProgram.mjs';
5 import { BlindedFailure } from '../enums/BlindedFailure.mjs';
6 import { Bolt11SemanticError } from '../enums/Bolt11SemanticError.mjs';
7 import { Bolt12SemanticError } from '../enums/Bolt12SemanticError.mjs';
8 import { COption_NoneZ } from '../enums/COption_NoneZ.mjs';
9 import { ChannelMonitorUpdateStatus } from '../enums/ChannelMonitorUpdateStatus.mjs';
10 import { ChannelShutdownState } from '../enums/ChannelShutdownState.mjs';
11 import { ConfirmationTarget } from '../enums/ConfirmationTarget.mjs';
12 import { CreationError } from '../enums/CreationError.mjs';
13 import { Currency } from '../enums/Currency.mjs';
14 import { Direction } from '../enums/Direction.mjs';
15 import { HTLCClaim } from '../enums/HTLCClaim.mjs';
16 import { IOError } from '../enums/IOError.mjs';
17 import { Level } from '../enums/Level.mjs';
18 import { Network } from '../enums/Network.mjs';
19 import { PaymentFailureReason } from '../enums/PaymentFailureReason.mjs';
20 import { Recipient } from '../enums/Recipient.mjs';
21 import { RetryableSendFailure } from '../enums/RetryableSendFailure.mjs';
22 import { Secp256k1Error } from '../enums/Secp256k1Error.mjs';
23 import { ShortChannelIdError } from '../enums/ShortChannelIdError.mjs';
24 import { SiPrefix } from '../enums/SiPrefix.mjs';
25 import { SocketAddressParseError } from '../enums/SocketAddressParseError.mjs';
26 import { UtxoLookupError } from '../enums/UtxoLookupError.mjs';
27 import { Bech32Error } from '../structs/Bech32Error.mjs';
28 import { RefundMaybeWithDerivedMetadataBuilder } from '../structs/RefundMaybeWithDerivedMetadataBuilder.mjs';
29 import { Result_RefundMaybeWithDerivedMetadataBuilderBolt12SemanticErrorZ } from '../structs/Result_RefundMaybeWithDerivedMetadataBuilderBolt12SemanticErrorZ.mjs';
30 import { Refund } from '../structs/Refund.mjs';
31 import { Result_RefundBolt12SemanticErrorZ } from '../structs/Result_RefundBolt12SemanticErrorZ.mjs';
32 import { Option_u64Z } from '../structs/Option_u64Z.mjs';
33 import { BlindedPath } from '../structs/BlindedPath.mjs';
34 import { Bolt12ParseError } from '../structs/Bolt12ParseError.mjs';
35 import { Result_RefundBolt12ParseErrorZ } from '../structs/Result_RefundBolt12ParseErrorZ.mjs';
36 import { Retry } from '../structs/Retry.mjs';
37 import { DecodeError } from '../structs/DecodeError.mjs';
38 import { Result_RetryDecodeErrorZ } from '../structs/Result_RetryDecodeErrorZ.mjs';
39 import { ShutdownScript } from '../structs/ShutdownScript.mjs';
40 import { APIError } from '../structs/APIError.mjs';
41 import { Result_NoneAPIErrorZ } from '../structs/Result_NoneAPIErrorZ.mjs';
42 import { Option_ThirtyTwoBytesZ } from '../structs/Option_ThirtyTwoBytesZ.mjs';
43 import { Option_CVec_u8ZZ } from '../structs/Option_CVec_u8ZZ.mjs';
44 import { RecipientOnionFields } from '../structs/RecipientOnionFields.mjs';
45 import { Result_RecipientOnionFieldsDecodeErrorZ } from '../structs/Result_RecipientOnionFieldsDecodeErrorZ.mjs';
46 import { TwoTuple_u64CVec_u8ZZ } from '../structs/TwoTuple_u64CVec_u8ZZ.mjs';
47 import { Result_RecipientOnionFieldsNoneZ } from '../structs/Result_RecipientOnionFieldsNoneZ.mjs';
48 import { UnsignedBolt12Invoice } from '../structs/UnsignedBolt12Invoice.mjs';
49 import { Result_UnsignedBolt12InvoiceBolt12SemanticErrorZ } from '../structs/Result_UnsignedBolt12InvoiceBolt12SemanticErrorZ.mjs';
50 import { Bolt12Invoice } from '../structs/Bolt12Invoice.mjs';
51 import { Result_Bolt12InvoiceBolt12SemanticErrorZ } from '../structs/Result_Bolt12InvoiceBolt12SemanticErrorZ.mjs';
52 import { Result_SchnorrSignatureNoneZ } from '../structs/Result_SchnorrSignatureNoneZ.mjs';
53 import { Option_CVec_ThirtyTwoBytesZZ } from '../structs/Option_CVec_ThirtyTwoBytesZZ.mjs';
54 import { Amount } from '../structs/Amount.mjs';
55 import { Option_AmountZ } from '../structs/Option_AmountZ.mjs';
56 import { Quantity } from '../structs/Quantity.mjs';
57 import { Option_QuantityZ } from '../structs/Option_QuantityZ.mjs';
58 import { Result_ThirtyTwoBytesNoneZ } from '../structs/Result_ThirtyTwoBytesNoneZ.mjs';
59 import { BlindedPayInfo } from '../structs/BlindedPayInfo.mjs';
60 import { Result_BlindedPayInfoDecodeErrorZ } from '../structs/Result_BlindedPayInfoDecodeErrorZ.mjs';
61 import { DelayedPaymentOutputDescriptor } from '../structs/DelayedPaymentOutputDescriptor.mjs';
62 import { Result_DelayedPaymentOutputDescriptorDecodeErrorZ } from '../structs/Result_DelayedPaymentOutputDescriptorDecodeErrorZ.mjs';
63 import { StaticPaymentOutputDescriptor } from '../structs/StaticPaymentOutputDescriptor.mjs';
64 import { Result_StaticPaymentOutputDescriptorDecodeErrorZ } from '../structs/Result_StaticPaymentOutputDescriptorDecodeErrorZ.mjs';
65 import { OutPoint } from '../structs/OutPoint.mjs';
66 import { SpendableOutputDescriptor } from '../structs/SpendableOutputDescriptor.mjs';
67 import { Result_SpendableOutputDescriptorDecodeErrorZ } from '../structs/Result_SpendableOutputDescriptorDecodeErrorZ.mjs';
68 import { Option_u32Z } from '../structs/Option_u32Z.mjs';
69 import { TwoTuple_CVec_u8Zu64Z } from '../structs/TwoTuple_CVec_u8Zu64Z.mjs';
70 import { Result_C2Tuple_CVec_u8Zu64ZNoneZ } from '../structs/Result_C2Tuple_CVec_u8Zu64ZNoneZ.mjs';
71 import { ChannelDerivationParameters } from '../structs/ChannelDerivationParameters.mjs';
72 import { Result_ChannelDerivationParametersDecodeErrorZ } from '../structs/Result_ChannelDerivationParametersDecodeErrorZ.mjs';
73 import { HTLCDescriptor } from '../structs/HTLCDescriptor.mjs';
74 import { Result_HTLCDescriptorDecodeErrorZ } from '../structs/Result_HTLCDescriptorDecodeErrorZ.mjs';
75 import { Result_NoneNoneZ } from '../structs/Result_NoneNoneZ.mjs';
76 import { Result_PublicKeyNoneZ } from '../structs/Result_PublicKeyNoneZ.mjs';
77 import { Option_BigEndianScalarZ } from '../structs/Option_BigEndianScalarZ.mjs';
78 import { Result_RecoverableSignatureNoneZ } from '../structs/Result_RecoverableSignatureNoneZ.mjs';
79 import { Result_ECDSASignatureNoneZ } from '../structs/Result_ECDSASignatureNoneZ.mjs';
80 import { Result_TransactionNoneZ } from '../structs/Result_TransactionNoneZ.mjs';
81 import { TwoTuple_ECDSASignatureCVec_ECDSASignatureZZ } from '../structs/TwoTuple_ECDSASignatureCVec_ECDSASignatureZZ.mjs';
82 import { Result_C2Tuple_ECDSASignatureCVec_ECDSASignatureZZNoneZ } from '../structs/Result_C2Tuple_ECDSASignatureCVec_ECDSASignatureZZNoneZ.mjs';
83 import { CommitmentTransaction } from '../structs/CommitmentTransaction.mjs';
84 import { HolderCommitmentTransaction } from '../structs/HolderCommitmentTransaction.mjs';
85 import { HTLCOutputInCommitment } from '../structs/HTLCOutputInCommitment.mjs';
86 import { ClosingTransaction } from '../structs/ClosingTransaction.mjs';
87 import { UnsignedChannelAnnouncement } from '../structs/UnsignedChannelAnnouncement.mjs';
88 import { ChannelPublicKeys } from '../structs/ChannelPublicKeys.mjs';
89 import { ChannelTransactionParameters } from '../structs/ChannelTransactionParameters.mjs';
90 import { ChannelSigner, ChannelSignerInterface } from '../structs/ChannelSigner.mjs';
91 import { EcdsaChannelSigner, EcdsaChannelSignerInterface } from '../structs/EcdsaChannelSigner.mjs';
92 import { WriteableEcdsaChannelSigner, WriteableEcdsaChannelSignerInterface } from '../structs/WriteableEcdsaChannelSigner.mjs';
93 import { Result_WriteableEcdsaChannelSignerDecodeErrorZ } from '../structs/Result_WriteableEcdsaChannelSignerDecodeErrorZ.mjs';
94 import { Result_CVec_u8ZNoneZ } from '../structs/Result_CVec_u8ZNoneZ.mjs';
95 import { Result_ShutdownScriptNoneZ } from '../structs/Result_ShutdownScriptNoneZ.mjs';
96 import { Option_u16Z } from '../structs/Option_u16Z.mjs';
97 import { Option_boolZ } from '../structs/Option_boolZ.mjs';
98 import { Result_WitnessNoneZ } from '../structs/Result_WitnessNoneZ.mjs';
99 import { InMemorySigner } from '../structs/InMemorySigner.mjs';
100 import { Result_InMemorySignerDecodeErrorZ } from '../structs/Result_InMemorySignerDecodeErrorZ.mjs';
101 import { Route } from '../structs/Route.mjs';
102 import { LightningError } from '../structs/LightningError.mjs';
103 import { Result_RouteLightningErrorZ } from '../structs/Result_RouteLightningErrorZ.mjs';
104 import { TwoTuple_BlindedPayInfoBlindedPathZ } from '../structs/TwoTuple_BlindedPayInfoBlindedPathZ.mjs';
105 import { Result_CVec_C2Tuple_BlindedPayInfoBlindedPathZZNoneZ } from '../structs/Result_CVec_C2Tuple_BlindedPayInfoBlindedPathZZNoneZ.mjs';
106 import { OnionMessagePath } from '../structs/OnionMessagePath.mjs';
107 import { Result_OnionMessagePathNoneZ } from '../structs/Result_OnionMessagePathNoneZ.mjs';
108 import { Result_CVec_BlindedPathZNoneZ } from '../structs/Result_CVec_BlindedPathZNoneZ.mjs';
109 import { InFlightHtlcs } from '../structs/InFlightHtlcs.mjs';
110 import { Result_InFlightHtlcsDecodeErrorZ } from '../structs/Result_InFlightHtlcsDecodeErrorZ.mjs';
111 import { RouteHop } from '../structs/RouteHop.mjs';
112 import { Result_RouteHopDecodeErrorZ } from '../structs/Result_RouteHopDecodeErrorZ.mjs';
113 import { BlindedHop } from '../structs/BlindedHop.mjs';
114 import { BlindedTail } from '../structs/BlindedTail.mjs';
115 import { Result_BlindedTailDecodeErrorZ } from '../structs/Result_BlindedTailDecodeErrorZ.mjs';
116 import { Path } from '../structs/Path.mjs';
117 import { Result_RouteDecodeErrorZ } from '../structs/Result_RouteDecodeErrorZ.mjs';
118 import { RouteParameters } from '../structs/RouteParameters.mjs';
119 import { Result_RouteParametersDecodeErrorZ } from '../structs/Result_RouteParametersDecodeErrorZ.mjs';
120 import { PaymentParameters } from '../structs/PaymentParameters.mjs';
121 import { Result_PaymentParametersDecodeErrorZ } from '../structs/Result_PaymentParametersDecodeErrorZ.mjs';
122 import { RouteHint } from '../structs/RouteHint.mjs';
123 import { RouteHintHop } from '../structs/RouteHintHop.mjs';
124 import { Result_RouteHintDecodeErrorZ } from '../structs/Result_RouteHintDecodeErrorZ.mjs';
125 import { Result_RouteHintHopDecodeErrorZ } from '../structs/Result_RouteHintHopDecodeErrorZ.mjs';
126 import { FixedPenaltyScorer } from '../structs/FixedPenaltyScorer.mjs';
127 import { Result_FixedPenaltyScorerDecodeErrorZ } from '../structs/Result_FixedPenaltyScorerDecodeErrorZ.mjs';
128 import { NodeId } from '../structs/NodeId.mjs';
129 import { TwoTuple_u64u64Z } from '../structs/TwoTuple_u64u64Z.mjs';
130 import { Option_C2Tuple_u64u64ZZ } from '../structs/Option_C2Tuple_u64u64ZZ.mjs';
131 import { TwoTuple_Z } from '../structs/TwoTuple_Z.mjs';
132 import { TwoTuple__u1632_u1632Z } from '../structs/TwoTuple__u1632_u1632Z.mjs';
133 import { Option_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ } from '../structs/Option_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ.mjs';
134 import { Option_f64Z } from '../structs/Option_f64Z.mjs';
135 import { Record } from '../structs/Record.mjs';
136 import { Logger, LoggerInterface } from '../structs/Logger.mjs';
137 import { NetworkGraph } from '../structs/NetworkGraph.mjs';
138 import { ProbabilisticScorer } from '../structs/ProbabilisticScorer.mjs';
139 import { Result_ProbabilisticScorerDecodeErrorZ } from '../structs/Result_ProbabilisticScorerDecodeErrorZ.mjs';
140 import { BestBlock } from '../structs/BestBlock.mjs';
141 import { Result_BestBlockDecodeErrorZ } from '../structs/Result_BestBlockDecodeErrorZ.mjs';
142 import { TwoTuple_usizeTransactionZ } from '../structs/TwoTuple_usizeTransactionZ.mjs';
143 import { ThreeTuple_ThirtyTwoBytesu32COption_ThirtyTwoBytesZZ } from '../structs/ThreeTuple_ThirtyTwoBytesu32COption_ThirtyTwoBytesZZ.mjs';
144 import { Result_ChannelMonitorUpdateStatusNoneZ } from '../structs/Result_ChannelMonitorUpdateStatusNoneZ.mjs';
145 import { HTLCUpdate } from '../structs/HTLCUpdate.mjs';
146 import { UntrustedString } from '../structs/UntrustedString.mjs';
147 import { ClosureReason } from '../structs/ClosureReason.mjs';
148 import { ChannelId } from '../structs/ChannelId.mjs';
149 import { MonitorEvent } from '../structs/MonitorEvent.mjs';
150 import { FourTuple_OutPointChannelIdCVec_MonitorEventZPublicKeyZ } from '../structs/FourTuple_OutPointChannelIdCVec_MonitorEventZPublicKeyZ.mjs';
151 import { InitFeatures } from '../structs/InitFeatures.mjs';
152 import { Result_InitFeaturesDecodeErrorZ } from '../structs/Result_InitFeaturesDecodeErrorZ.mjs';
153 import { ChannelFeatures } from '../structs/ChannelFeatures.mjs';
154 import { Result_ChannelFeaturesDecodeErrorZ } from '../structs/Result_ChannelFeaturesDecodeErrorZ.mjs';
155 import { NodeFeatures } from '../structs/NodeFeatures.mjs';
156 import { Result_NodeFeaturesDecodeErrorZ } from '../structs/Result_NodeFeaturesDecodeErrorZ.mjs';
157 import { Bolt11InvoiceFeatures } from '../structs/Bolt11InvoiceFeatures.mjs';
158 import { Result_Bolt11InvoiceFeaturesDecodeErrorZ } from '../structs/Result_Bolt11InvoiceFeaturesDecodeErrorZ.mjs';
159 import { Bolt12InvoiceFeatures } from '../structs/Bolt12InvoiceFeatures.mjs';
160 import { Result_Bolt12InvoiceFeaturesDecodeErrorZ } from '../structs/Result_Bolt12InvoiceFeaturesDecodeErrorZ.mjs';
161 import { BlindedHopFeatures } from '../structs/BlindedHopFeatures.mjs';
162 import { Result_BlindedHopFeaturesDecodeErrorZ } from '../structs/Result_BlindedHopFeaturesDecodeErrorZ.mjs';
163 import { ChannelTypeFeatures } from '../structs/ChannelTypeFeatures.mjs';
164 import { Result_ChannelTypeFeaturesDecodeErrorZ } from '../structs/Result_ChannelTypeFeaturesDecodeErrorZ.mjs';
165 import { OfferId } from '../structs/OfferId.mjs';
166 import { Result_OfferIdDecodeErrorZ } from '../structs/Result_OfferIdDecodeErrorZ.mjs';
167 import { Result_NoneBolt12SemanticErrorZ } from '../structs/Result_NoneBolt12SemanticErrorZ.mjs';
168 import { Offer } from '../structs/Offer.mjs';
169 import { Result_OfferBolt12SemanticErrorZ } from '../structs/Result_OfferBolt12SemanticErrorZ.mjs';
170 import { InvoiceRequestWithDerivedPayerIdBuilder } from '../structs/InvoiceRequestWithDerivedPayerIdBuilder.mjs';
171 import { Result_InvoiceRequestWithDerivedPayerIdBuilderBolt12SemanticErrorZ } from '../structs/Result_InvoiceRequestWithDerivedPayerIdBuilderBolt12SemanticErrorZ.mjs';
172 import { InvoiceRequestWithExplicitPayerIdBuilder } from '../structs/InvoiceRequestWithExplicitPayerIdBuilder.mjs';
173 import { Result_InvoiceRequestWithExplicitPayerIdBuilderBolt12SemanticErrorZ } from '../structs/Result_InvoiceRequestWithExplicitPayerIdBuilderBolt12SemanticErrorZ.mjs';
174 import { Result_OfferBolt12ParseErrorZ } from '../structs/Result_OfferBolt12ParseErrorZ.mjs';
175 import { Result_NodeIdDecodeErrorZ } from '../structs/Result_NodeIdDecodeErrorZ.mjs';
176 import { Result_PublicKeySecp256k1ErrorZ } from '../structs/Result_PublicKeySecp256k1ErrorZ.mjs';
177 import { ChannelUpdate } from '../structs/ChannelUpdate.mjs';
178 import { NetworkUpdate } from '../structs/NetworkUpdate.mjs';
179 import { Option_NetworkUpdateZ } from '../structs/Option_NetworkUpdateZ.mjs';
180 import { Result_COption_NetworkUpdateZDecodeErrorZ } from '../structs/Result_COption_NetworkUpdateZDecodeErrorZ.mjs';
181 import { Result_TxOutUtxoLookupErrorZ } from '../structs/Result_TxOutUtxoLookupErrorZ.mjs';
182 import { UtxoFuture } from '../structs/UtxoFuture.mjs';
183 import { UtxoResult } from '../structs/UtxoResult.mjs';
184 import { UtxoLookup, UtxoLookupInterface } from '../structs/UtxoLookup.mjs';
185 import { Option_UtxoLookupZ } from '../structs/Option_UtxoLookupZ.mjs';
186 import { Result_NoneLightningErrorZ } from '../structs/Result_NoneLightningErrorZ.mjs';
187 import { Result_boolLightningErrorZ } from '../structs/Result_boolLightningErrorZ.mjs';
188 import { ChannelAnnouncement } from '../structs/ChannelAnnouncement.mjs';
189 import { ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ } from '../structs/ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ.mjs';
190 import { Option_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ } from '../structs/Option_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ.mjs';
191 import { AcceptChannel } from '../structs/AcceptChannel.mjs';
192 import { AcceptChannelV2 } from '../structs/AcceptChannelV2.mjs';
193 import { OpenChannel } from '../structs/OpenChannel.mjs';
194 import { OpenChannelV2 } from '../structs/OpenChannelV2.mjs';
195 import { FundingCreated } from '../structs/FundingCreated.mjs';
196 import { FundingSigned } from '../structs/FundingSigned.mjs';
197 import { Stfu } from '../structs/Stfu.mjs';
198 import { Splice } from '../structs/Splice.mjs';
199 import { SpliceAck } from '../structs/SpliceAck.mjs';
200 import { SpliceLocked } from '../structs/SpliceLocked.mjs';
201 import { TxAddInput } from '../structs/TxAddInput.mjs';
202 import { TxAddOutput } from '../structs/TxAddOutput.mjs';
203 import { TxRemoveInput } from '../structs/TxRemoveInput.mjs';
204 import { TxRemoveOutput } from '../structs/TxRemoveOutput.mjs';
205 import { TxComplete } from '../structs/TxComplete.mjs';
206 import { TxSignatures } from '../structs/TxSignatures.mjs';
207 import { TxInitRbf } from '../structs/TxInitRbf.mjs';
208 import { TxAckRbf } from '../structs/TxAckRbf.mjs';
209 import { TxAbort } from '../structs/TxAbort.mjs';
210 import { ChannelReady } from '../structs/ChannelReady.mjs';
211 import { AnnouncementSignatures } from '../structs/AnnouncementSignatures.mjs';
212 import { CommitmentUpdate } from '../structs/CommitmentUpdate.mjs';
213 import { RevokeAndACK } from '../structs/RevokeAndACK.mjs';
214 import { ClosingSigned } from '../structs/ClosingSigned.mjs';
215 import { Shutdown } from '../structs/Shutdown.mjs';
216 import { ChannelReestablish } from '../structs/ChannelReestablish.mjs';
217 import { NodeAnnouncement } from '../structs/NodeAnnouncement.mjs';
218 import { ErrorMessage } from '../structs/ErrorMessage.mjs';
219 import { WarningMessage } from '../structs/WarningMessage.mjs';
220 import { ErrorAction } from '../structs/ErrorAction.mjs';
221 import { QueryChannelRange } from '../structs/QueryChannelRange.mjs';
222 import { QueryShortChannelIds } from '../structs/QueryShortChannelIds.mjs';
223 import { ReplyChannelRange } from '../structs/ReplyChannelRange.mjs';
224 import { GossipTimestampFilter } from '../structs/GossipTimestampFilter.mjs';
225 import { MessageSendEvent } from '../structs/MessageSendEvent.mjs';
226 import { ChannelUpdateInfo } from '../structs/ChannelUpdateInfo.mjs';
227 import { Result_ChannelUpdateInfoDecodeErrorZ } from '../structs/Result_ChannelUpdateInfoDecodeErrorZ.mjs';
228 import { ChannelInfo } from '../structs/ChannelInfo.mjs';
229 import { Result_ChannelInfoDecodeErrorZ } from '../structs/Result_ChannelInfoDecodeErrorZ.mjs';
230 import { RoutingFees } from '../structs/RoutingFees.mjs';
231 import { Result_RoutingFeesDecodeErrorZ } from '../structs/Result_RoutingFeesDecodeErrorZ.mjs';
232 import { Hostname } from '../structs/Hostname.mjs';
233 import { SocketAddress } from '../structs/SocketAddress.mjs';
234 import { NodeAnnouncementInfo } from '../structs/NodeAnnouncementInfo.mjs';
235 import { Result_NodeAnnouncementInfoDecodeErrorZ } from '../structs/Result_NodeAnnouncementInfoDecodeErrorZ.mjs';
236 import { NodeAlias } from '../structs/NodeAlias.mjs';
237 import { Result_NodeAliasDecodeErrorZ } from '../structs/Result_NodeAliasDecodeErrorZ.mjs';
238 import { NodeInfo } from '../structs/NodeInfo.mjs';
239 import { Result_NodeInfoDecodeErrorZ } from '../structs/Result_NodeInfoDecodeErrorZ.mjs';
240 import { Result_NetworkGraphDecodeErrorZ } from '../structs/Result_NetworkGraphDecodeErrorZ.mjs';
241 import { Option_CVec_SocketAddressZZ } from '../structs/Option_CVec_SocketAddressZZ.mjs';
242 import { Result_u64ShortChannelIdErrorZ } from '../structs/Result_u64ShortChannelIdErrorZ.mjs';
243 import { PendingHTLCInfo } from '../structs/PendingHTLCInfo.mjs';
244 import { InboundHTLCErr } from '../structs/InboundHTLCErr.mjs';
245 import { Result_PendingHTLCInfoInboundHTLCErrZ } from '../structs/Result_PendingHTLCInfoInboundHTLCErrZ.mjs';
246 import { Utxo } from '../structs/Utxo.mjs';
247 import { Option_TxOutZ } from '../structs/Option_TxOutZ.mjs';
248 import { Input } from '../structs/Input.mjs';
249 import { CoinSelection } from '../structs/CoinSelection.mjs';
250 import { Result_CoinSelectionNoneZ } from '../structs/Result_CoinSelectionNoneZ.mjs';
251 import { Result_CVec_UtxoZNoneZ } from '../structs/Result_CVec_UtxoZNoneZ.mjs';
252 import { UnknownPaymentContext } from '../structs/UnknownPaymentContext.mjs';
253 import { Bolt12OfferContext } from '../structs/Bolt12OfferContext.mjs';
254 import { Bolt12RefundContext } from '../structs/Bolt12RefundContext.mjs';
255 import { PaymentContext } from '../structs/PaymentContext.mjs';
256 import { Option_PaymentContextZ } from '../structs/Option_PaymentContextZ.mjs';
257 import { TwoTuple_u64u16Z } from '../structs/TwoTuple_u64u16Z.mjs';
258 import { Option_C2Tuple_u64u16ZZ } from '../structs/Option_C2Tuple_u64u16ZZ.mjs';
259 import { Option_ChannelShutdownStateZ } from '../structs/Option_ChannelShutdownStateZ.mjs';
260 import { Result_ChannelIdAPIErrorZ } from '../structs/Result_ChannelIdAPIErrorZ.mjs';
261 import { RecentPaymentDetails } from '../structs/RecentPaymentDetails.mjs';
262 import { PaymentSendFailure } from '../structs/PaymentSendFailure.mjs';
263 import { Result_NonePaymentSendFailureZ } from '../structs/Result_NonePaymentSendFailureZ.mjs';
264 import { Result_NoneRetryableSendFailureZ } from '../structs/Result_NoneRetryableSendFailureZ.mjs';
265 import { Result_ThirtyTwoBytesPaymentSendFailureZ } from '../structs/Result_ThirtyTwoBytesPaymentSendFailureZ.mjs';
266 import { Result_ThirtyTwoBytesRetryableSendFailureZ } from '../structs/Result_ThirtyTwoBytesRetryableSendFailureZ.mjs';
267 import { TwoTuple_ThirtyTwoBytesThirtyTwoBytesZ } from '../structs/TwoTuple_ThirtyTwoBytesThirtyTwoBytesZ.mjs';
268 import { Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZPaymentSendFailureZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZPaymentSendFailureZ.mjs';
269 import { ProbeSendFailure } from '../structs/ProbeSendFailure.mjs';
270 import { Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbeSendFailureZ } from '../structs/Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbeSendFailureZ.mjs';
271 import { TwoTuple_ChannelIdPublicKeyZ } from '../structs/TwoTuple_ChannelIdPublicKeyZ.mjs';
272 import { OfferWithDerivedMetadataBuilder } from '../structs/OfferWithDerivedMetadataBuilder.mjs';
273 import { Result_OfferWithDerivedMetadataBuilderBolt12SemanticErrorZ } from '../structs/Result_OfferWithDerivedMetadataBuilderBolt12SemanticErrorZ.mjs';
274 import { Option_StrZ } from '../structs/Option_StrZ.mjs';
275 import { Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZNoneZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZNoneZ.mjs';
276 import { Result_ThirtyTwoBytesAPIErrorZ } from '../structs/Result_ThirtyTwoBytesAPIErrorZ.mjs';
277 import { InvoiceRequest } from '../structs/InvoiceRequest.mjs';
278 import { InvoiceError } from '../structs/InvoiceError.mjs';
279 import { OffersMessage } from '../structs/OffersMessage.mjs';
280 import { Option_OffersMessageZ } from '../structs/Option_OffersMessageZ.mjs';
281 import { Destination } from '../structs/Destination.mjs';
282 import { ThreeTuple_OffersMessageDestinationBlindedPathZ } from '../structs/ThreeTuple_OffersMessageDestinationBlindedPathZ.mjs';
283 import { CounterpartyForwardingInfo } from '../structs/CounterpartyForwardingInfo.mjs';
284 import { Result_CounterpartyForwardingInfoDecodeErrorZ } from '../structs/Result_CounterpartyForwardingInfoDecodeErrorZ.mjs';
285 import { ChannelCounterparty } from '../structs/ChannelCounterparty.mjs';
286 import { Result_ChannelCounterpartyDecodeErrorZ } from '../structs/Result_ChannelCounterpartyDecodeErrorZ.mjs';
287 import { Result_ChannelDetailsDecodeErrorZ } from '../structs/Result_ChannelDetailsDecodeErrorZ.mjs';
288 import { PhantomRouteHints } from '../structs/PhantomRouteHints.mjs';
289 import { Result_PhantomRouteHintsDecodeErrorZ } from '../structs/Result_PhantomRouteHintsDecodeErrorZ.mjs';
290 import { BlindedForward } from '../structs/BlindedForward.mjs';
291 import { Result_BlindedForwardDecodeErrorZ } from '../structs/Result_BlindedForwardDecodeErrorZ.mjs';
292 import { OnionPacket } from '../structs/OnionPacket.mjs';
293 import { FinalOnionHopData } from '../structs/FinalOnionHopData.mjs';
294 import { PendingHTLCRouting } from '../structs/PendingHTLCRouting.mjs';
295 import { Result_PendingHTLCRoutingDecodeErrorZ } from '../structs/Result_PendingHTLCRoutingDecodeErrorZ.mjs';
296 import { Result_PendingHTLCInfoDecodeErrorZ } from '../structs/Result_PendingHTLCInfoDecodeErrorZ.mjs';
297 import { Result_BlindedFailureDecodeErrorZ } from '../structs/Result_BlindedFailureDecodeErrorZ.mjs';
298 import { Result_ChannelShutdownStateDecodeErrorZ } from '../structs/Result_ChannelShutdownStateDecodeErrorZ.mjs';
299 import { ChannelMonitor } from '../structs/ChannelMonitor.mjs';
300 import { ChannelMonitorUpdate } from '../structs/ChannelMonitorUpdate.mjs';
301 import { Watch, WatchInterface } from '../structs/Watch.mjs';
302 import { BroadcasterInterface, BroadcasterInterfaceInterface } from '../structs/BroadcasterInterface.mjs';
303 import { EntropySource, EntropySourceInterface } from '../structs/EntropySource.mjs';
304 import { UnsignedInvoiceRequest } from '../structs/UnsignedInvoiceRequest.mjs';
305 import { UnsignedChannelUpdate } from '../structs/UnsignedChannelUpdate.mjs';
306 import { UnsignedNodeAnnouncement } from '../structs/UnsignedNodeAnnouncement.mjs';
307 import { UnsignedGossipMessage } from '../structs/UnsignedGossipMessage.mjs';
308 import { NodeSigner, NodeSignerInterface } from '../structs/NodeSigner.mjs';
309 import { SignerProvider, SignerProviderInterface } from '../structs/SignerProvider.mjs';
310 import { FeeEstimator, FeeEstimatorInterface } from '../structs/FeeEstimator.mjs';
311 import { ReceiveTlvs } from '../structs/ReceiveTlvs.mjs';
312 import { MessageRouter, MessageRouterInterface } from '../structs/MessageRouter.mjs';
313 import { Router, RouterInterface } from '../structs/Router.mjs';
314 import { ChannelManager } from '../structs/ChannelManager.mjs';
315 import { TwoTuple_ThirtyTwoBytesChannelManagerZ } from '../structs/TwoTuple_ThirtyTwoBytesChannelManagerZ.mjs';
316 import { Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ.mjs';
317 import { MaxDustHTLCExposure } from '../structs/MaxDustHTLCExposure.mjs';
318 import { Result_MaxDustHTLCExposureDecodeErrorZ } from '../structs/Result_MaxDustHTLCExposureDecodeErrorZ.mjs';
319 import { ChannelConfig } from '../structs/ChannelConfig.mjs';
320 import { Result_ChannelConfigDecodeErrorZ } from '../structs/Result_ChannelConfigDecodeErrorZ.mjs';
321 import { Option_MaxDustHTLCExposureZ } from '../structs/Option_MaxDustHTLCExposureZ.mjs';
322 import { Option_APIErrorZ } from '../structs/Option_APIErrorZ.mjs';
323 import { Result_COption_APIErrorZDecodeErrorZ } from '../structs/Result_COption_APIErrorZDecodeErrorZ.mjs';
324 import { Result_ChannelMonitorUpdateDecodeErrorZ } from '../structs/Result_ChannelMonitorUpdateDecodeErrorZ.mjs';
325 import { Option_MonitorEventZ } from '../structs/Option_MonitorEventZ.mjs';
326 import { Result_COption_MonitorEventZDecodeErrorZ } from '../structs/Result_COption_MonitorEventZDecodeErrorZ.mjs';
327 import { Result_HTLCUpdateDecodeErrorZ } from '../structs/Result_HTLCUpdateDecodeErrorZ.mjs';
328 import { TwoTuple_OutPointCVec_u8ZZ } from '../structs/TwoTuple_OutPointCVec_u8ZZ.mjs';
329 import { TwoTuple_u32CVec_u8ZZ } from '../structs/TwoTuple_u32CVec_u8ZZ.mjs';
330 import { TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ } from '../structs/TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ.mjs';
331 import { TwoTuple_u32TxOutZ } from '../structs/TwoTuple_u32TxOutZ.mjs';
332 import { TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ } from '../structs/TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ.mjs';
333 import { Balance } from '../structs/Balance.mjs';
334 import { TwoTuple_ThirtyTwoBytesChannelMonitorZ } from '../structs/TwoTuple_ThirtyTwoBytesChannelMonitorZ.mjs';
335 import { Result_C2Tuple_ThirtyTwoBytesChannelMonitorZDecodeErrorZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesChannelMonitorZDecodeErrorZ.mjs';
336 import { Type, TypeInterface } from '../structs/Type.mjs';
337 import { TwoTuple_PublicKeyTypeZ } from '../structs/TwoTuple_PublicKeyTypeZ.mjs';
338 import { TwoTuple_PublicKeyCVec_SocketAddressZZ } from '../structs/TwoTuple_PublicKeyCVec_SocketAddressZZ.mjs';
339 import { OnionMessageContents, OnionMessageContentsInterface } from '../structs/OnionMessageContents.mjs';
340 import { Option_OnionMessageContentsZ } from '../structs/Option_OnionMessageContentsZ.mjs';
341 import { Result_COption_OnionMessageContentsZDecodeErrorZ } from '../structs/Result_COption_OnionMessageContentsZDecodeErrorZ.mjs';
342 import { ThreeTuple_OnionMessageContentsDestinationBlindedPathZ } from '../structs/ThreeTuple_OnionMessageContentsDestinationBlindedPathZ.mjs';
343 import { Option_TypeZ } from '../structs/Option_TypeZ.mjs';
344 import { Result_COption_TypeZDecodeErrorZ } from '../structs/Result_COption_TypeZDecodeErrorZ.mjs';
345 import { Option_SocketAddressZ } from '../structs/Option_SocketAddressZ.mjs';
346 import { PeerDetails } from '../structs/PeerDetails.mjs';
347 import { PeerHandleError } from '../structs/PeerHandleError.mjs';
348 import { Result_CVec_u8ZPeerHandleErrorZ } from '../structs/Result_CVec_u8ZPeerHandleErrorZ.mjs';
349 import { Result_NonePeerHandleErrorZ } from '../structs/Result_NonePeerHandleErrorZ.mjs';
350 import { Result_boolPeerHandleErrorZ } from '../structs/Result_boolPeerHandleErrorZ.mjs';
351 import { GraphSyncError } from '../structs/GraphSyncError.mjs';
352 import { Result_u32GraphSyncErrorZ } from '../structs/Result_u32GraphSyncErrorZ.mjs';
353 import { Result_CVec_u8ZIOErrorZ } from '../structs/Result_CVec_u8ZIOErrorZ.mjs';
354 import { Result_NoneIOErrorZ } from '../structs/Result_NoneIOErrorZ.mjs';
355 import { Result_CVec_StrZIOErrorZ } from '../structs/Result_CVec_StrZIOErrorZ.mjs';
356 import { Result_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZ } from '../structs/Result_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZ.mjs';
357 import { Result_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZ.mjs';
358 import { Result_UnsignedInvoiceRequestBolt12SemanticErrorZ } from '../structs/Result_UnsignedInvoiceRequestBolt12SemanticErrorZ.mjs';
359 import { Result_InvoiceRequestBolt12SemanticErrorZ } from '../structs/Result_InvoiceRequestBolt12SemanticErrorZ.mjs';
360 import { Option_SecretKeyZ } from '../structs/Option_SecretKeyZ.mjs';
361 import { InvoiceWithExplicitSigningPubkeyBuilder } from '../structs/InvoiceWithExplicitSigningPubkeyBuilder.mjs';
362 import { Result_InvoiceWithExplicitSigningPubkeyBuilderBolt12SemanticErrorZ } from '../structs/Result_InvoiceWithExplicitSigningPubkeyBuilderBolt12SemanticErrorZ.mjs';
363 import { VerifiedInvoiceRequest } from '../structs/VerifiedInvoiceRequest.mjs';
364 import { Result_VerifiedInvoiceRequestNoneZ } from '../structs/Result_VerifiedInvoiceRequestNoneZ.mjs';
365 import { InvoiceWithDerivedSigningPubkeyBuilder } from '../structs/InvoiceWithDerivedSigningPubkeyBuilder.mjs';
366 import { Result_InvoiceWithDerivedSigningPubkeyBuilderBolt12SemanticErrorZ } from '../structs/Result_InvoiceWithDerivedSigningPubkeyBuilderBolt12SemanticErrorZ.mjs';
367 import { InvoiceRequestFields } from '../structs/InvoiceRequestFields.mjs';
368 import { Result_InvoiceRequestFieldsDecodeErrorZ } from '../structs/Result_InvoiceRequestFieldsDecodeErrorZ.mjs';
369 import { Option_ECDSASignatureZ } from '../structs/Option_ECDSASignatureZ.mjs';
370 import { Option_i64Z } from '../structs/Option_i64Z.mjs';
371 import { Result_SocketAddressDecodeErrorZ } from '../structs/Result_SocketAddressDecodeErrorZ.mjs';
372 import { Result_SocketAddressSocketAddressParseErrorZ } from '../structs/Result_SocketAddressSocketAddressParseErrorZ.mjs';
373 import { UpdateAddHTLC } from '../structs/UpdateAddHTLC.mjs';
374 import { UpdateFulfillHTLC } from '../structs/UpdateFulfillHTLC.mjs';
375 import { UpdateFailHTLC } from '../structs/UpdateFailHTLC.mjs';
376 import { UpdateFailMalformedHTLC } from '../structs/UpdateFailMalformedHTLC.mjs';
377 import { Result_AcceptChannelDecodeErrorZ } from '../structs/Result_AcceptChannelDecodeErrorZ.mjs';
378 import { Result_AcceptChannelV2DecodeErrorZ } from '../structs/Result_AcceptChannelV2DecodeErrorZ.mjs';
379 import { Result_StfuDecodeErrorZ } from '../structs/Result_StfuDecodeErrorZ.mjs';
380 import { Result_SpliceDecodeErrorZ } from '../structs/Result_SpliceDecodeErrorZ.mjs';
381 import { Result_SpliceAckDecodeErrorZ } from '../structs/Result_SpliceAckDecodeErrorZ.mjs';
382 import { Result_SpliceLockedDecodeErrorZ } from '../structs/Result_SpliceLockedDecodeErrorZ.mjs';
383 import { Result_TxAddInputDecodeErrorZ } from '../structs/Result_TxAddInputDecodeErrorZ.mjs';
384 import { Result_TxAddOutputDecodeErrorZ } from '../structs/Result_TxAddOutputDecodeErrorZ.mjs';
385 import { Result_TxRemoveInputDecodeErrorZ } from '../structs/Result_TxRemoveInputDecodeErrorZ.mjs';
386 import { Result_TxRemoveOutputDecodeErrorZ } from '../structs/Result_TxRemoveOutputDecodeErrorZ.mjs';
387 import { Result_TxCompleteDecodeErrorZ } from '../structs/Result_TxCompleteDecodeErrorZ.mjs';
388 import { Result_TxSignaturesDecodeErrorZ } from '../structs/Result_TxSignaturesDecodeErrorZ.mjs';
389 import { Result_TxInitRbfDecodeErrorZ } from '../structs/Result_TxInitRbfDecodeErrorZ.mjs';
390 import { Result_TxAckRbfDecodeErrorZ } from '../structs/Result_TxAckRbfDecodeErrorZ.mjs';
391 import { Result_TxAbortDecodeErrorZ } from '../structs/Result_TxAbortDecodeErrorZ.mjs';
392 import { Result_AnnouncementSignaturesDecodeErrorZ } from '../structs/Result_AnnouncementSignaturesDecodeErrorZ.mjs';
393 import { Result_ChannelReestablishDecodeErrorZ } from '../structs/Result_ChannelReestablishDecodeErrorZ.mjs';
394 import { Result_ClosingSignedDecodeErrorZ } from '../structs/Result_ClosingSignedDecodeErrorZ.mjs';
395 import { ClosingSignedFeeRange } from '../structs/ClosingSignedFeeRange.mjs';
396 import { Result_ClosingSignedFeeRangeDecodeErrorZ } from '../structs/Result_ClosingSignedFeeRangeDecodeErrorZ.mjs';
397 import { CommitmentSigned } from '../structs/CommitmentSigned.mjs';
398 import { Result_CommitmentSignedDecodeErrorZ } from '../structs/Result_CommitmentSignedDecodeErrorZ.mjs';
399 import { Result_FundingCreatedDecodeErrorZ } from '../structs/Result_FundingCreatedDecodeErrorZ.mjs';
400 import { Result_FundingSignedDecodeErrorZ } from '../structs/Result_FundingSignedDecodeErrorZ.mjs';
401 import { Result_ChannelReadyDecodeErrorZ } from '../structs/Result_ChannelReadyDecodeErrorZ.mjs';
402 import { Init } from '../structs/Init.mjs';
403 import { Result_InitDecodeErrorZ } from '../structs/Result_InitDecodeErrorZ.mjs';
404 import { Result_OpenChannelDecodeErrorZ } from '../structs/Result_OpenChannelDecodeErrorZ.mjs';
405 import { Result_OpenChannelV2DecodeErrorZ } from '../structs/Result_OpenChannelV2DecodeErrorZ.mjs';
406 import { Result_RevokeAndACKDecodeErrorZ } from '../structs/Result_RevokeAndACKDecodeErrorZ.mjs';
407 import { Result_ShutdownDecodeErrorZ } from '../structs/Result_ShutdownDecodeErrorZ.mjs';
408 import { Result_UpdateFailHTLCDecodeErrorZ } from '../structs/Result_UpdateFailHTLCDecodeErrorZ.mjs';
409 import { Result_UpdateFailMalformedHTLCDecodeErrorZ } from '../structs/Result_UpdateFailMalformedHTLCDecodeErrorZ.mjs';
410 import { UpdateFee } from '../structs/UpdateFee.mjs';
411 import { Result_UpdateFeeDecodeErrorZ } from '../structs/Result_UpdateFeeDecodeErrorZ.mjs';
412 import { Result_UpdateFulfillHTLCDecodeErrorZ } from '../structs/Result_UpdateFulfillHTLCDecodeErrorZ.mjs';
413 import { Result_OnionPacketDecodeErrorZ } from '../structs/Result_OnionPacketDecodeErrorZ.mjs';
414 import { Result_UpdateAddHTLCDecodeErrorZ } from '../structs/Result_UpdateAddHTLCDecodeErrorZ.mjs';
415 import { OnionMessage } from '../structs/OnionMessage.mjs';
416 import { Result_OnionMessageDecodeErrorZ } from '../structs/Result_OnionMessageDecodeErrorZ.mjs';
417 import { Result_FinalOnionHopDataDecodeErrorZ } from '../structs/Result_FinalOnionHopDataDecodeErrorZ.mjs';
418 import { Ping } from '../structs/Ping.mjs';
419 import { Result_PingDecodeErrorZ } from '../structs/Result_PingDecodeErrorZ.mjs';
420 import { Pong } from '../structs/Pong.mjs';
421 import { Result_PongDecodeErrorZ } from '../structs/Result_PongDecodeErrorZ.mjs';
422 import { Result_UnsignedChannelAnnouncementDecodeErrorZ } from '../structs/Result_UnsignedChannelAnnouncementDecodeErrorZ.mjs';
423 import { Result_ChannelAnnouncementDecodeErrorZ } from '../structs/Result_ChannelAnnouncementDecodeErrorZ.mjs';
424 import { Result_UnsignedChannelUpdateDecodeErrorZ } from '../structs/Result_UnsignedChannelUpdateDecodeErrorZ.mjs';
425 import { Result_ChannelUpdateDecodeErrorZ } from '../structs/Result_ChannelUpdateDecodeErrorZ.mjs';
426 import { Result_ErrorMessageDecodeErrorZ } from '../structs/Result_ErrorMessageDecodeErrorZ.mjs';
427 import { Result_WarningMessageDecodeErrorZ } from '../structs/Result_WarningMessageDecodeErrorZ.mjs';
428 import { Result_UnsignedNodeAnnouncementDecodeErrorZ } from '../structs/Result_UnsignedNodeAnnouncementDecodeErrorZ.mjs';
429 import { Result_NodeAnnouncementDecodeErrorZ } from '../structs/Result_NodeAnnouncementDecodeErrorZ.mjs';
430 import { Result_QueryShortChannelIdsDecodeErrorZ } from '../structs/Result_QueryShortChannelIdsDecodeErrorZ.mjs';
431 import { ReplyShortChannelIdsEnd } from '../structs/ReplyShortChannelIdsEnd.mjs';
432 import { Result_ReplyShortChannelIdsEndDecodeErrorZ } from '../structs/Result_ReplyShortChannelIdsEndDecodeErrorZ.mjs';
433 import { Result_QueryChannelRangeDecodeErrorZ } from '../structs/Result_QueryChannelRangeDecodeErrorZ.mjs';
434 import { Result_ReplyChannelRangeDecodeErrorZ } from '../structs/Result_ReplyChannelRangeDecodeErrorZ.mjs';
435 import { Result_GossipTimestampFilterDecodeErrorZ } from '../structs/Result_GossipTimestampFilterDecodeErrorZ.mjs';
436 import { Bolt11Invoice } from '../structs/Bolt11Invoice.mjs';
437 import { SignOrCreationError } from '../structs/SignOrCreationError.mjs';
438 import { Result_Bolt11InvoiceSignOrCreationErrorZ } from '../structs/Result_Bolt11InvoiceSignOrCreationErrorZ.mjs';
439 import { Result_OffersMessageDecodeErrorZ } from '../structs/Result_OffersMessageDecodeErrorZ.mjs';
440 import { Option_HTLCClaimZ } from '../structs/Option_HTLCClaimZ.mjs';
441 import { CounterpartyCommitmentSecrets } from '../structs/CounterpartyCommitmentSecrets.mjs';
442 import { Result_CounterpartyCommitmentSecretsDecodeErrorZ } from '../structs/Result_CounterpartyCommitmentSecretsDecodeErrorZ.mjs';
443 import { TxCreationKeys } from '../structs/TxCreationKeys.mjs';
444 import { Result_TxCreationKeysDecodeErrorZ } from '../structs/Result_TxCreationKeysDecodeErrorZ.mjs';
445 import { Result_ChannelPublicKeysDecodeErrorZ } from '../structs/Result_ChannelPublicKeysDecodeErrorZ.mjs';
446 import { Result_HTLCOutputInCommitmentDecodeErrorZ } from '../structs/Result_HTLCOutputInCommitmentDecodeErrorZ.mjs';
447 import { CounterpartyChannelTransactionParameters } from '../structs/CounterpartyChannelTransactionParameters.mjs';
448 import { Result_CounterpartyChannelTransactionParametersDecodeErrorZ } from '../structs/Result_CounterpartyChannelTransactionParametersDecodeErrorZ.mjs';
449 import { Result_ChannelTransactionParametersDecodeErrorZ } from '../structs/Result_ChannelTransactionParametersDecodeErrorZ.mjs';
450 import { Result_HolderCommitmentTransactionDecodeErrorZ } from '../structs/Result_HolderCommitmentTransactionDecodeErrorZ.mjs';
451 import { BuiltCommitmentTransaction } from '../structs/BuiltCommitmentTransaction.mjs';
452 import { Result_BuiltCommitmentTransactionDecodeErrorZ } from '../structs/Result_BuiltCommitmentTransactionDecodeErrorZ.mjs';
453 import { TrustedClosingTransaction } from '../structs/TrustedClosingTransaction.mjs';
454 import { Result_TrustedClosingTransactionNoneZ } from '../structs/Result_TrustedClosingTransactionNoneZ.mjs';
455 import { Result_CommitmentTransactionDecodeErrorZ } from '../structs/Result_CommitmentTransactionDecodeErrorZ.mjs';
456 import { TrustedCommitmentTransaction } from '../structs/TrustedCommitmentTransaction.mjs';
457 import { Result_TrustedCommitmentTransactionNoneZ } from '../structs/Result_TrustedCommitmentTransactionNoneZ.mjs';
458 import { Result_CVec_ECDSASignatureZNoneZ } from '../structs/Result_CVec_ECDSASignatureZNoneZ.mjs';
459 import { Option_usizeZ } from '../structs/Option_usizeZ.mjs';
460 import { Result_ShutdownScriptDecodeErrorZ } from '../structs/Result_ShutdownScriptDecodeErrorZ.mjs';
461 import { InvalidShutdownScript } from '../structs/InvalidShutdownScript.mjs';
462 import { Result_ShutdownScriptInvalidShutdownScriptZ } from '../structs/Result_ShutdownScriptInvalidShutdownScriptZ.mjs';
463 import { PaymentPurpose } from '../structs/PaymentPurpose.mjs';
464 import { Result_PaymentPurposeDecodeErrorZ } from '../structs/Result_PaymentPurposeDecodeErrorZ.mjs';
465 import { ClaimedHTLC } from '../structs/ClaimedHTLC.mjs';
466 import { Result_ClaimedHTLCDecodeErrorZ } from '../structs/Result_ClaimedHTLCDecodeErrorZ.mjs';
467 import { PathFailure } from '../structs/PathFailure.mjs';
468 import { Option_PathFailureZ } from '../structs/Option_PathFailureZ.mjs';
469 import { Result_COption_PathFailureZDecodeErrorZ } from '../structs/Result_COption_PathFailureZDecodeErrorZ.mjs';
470 import { Option_ClosureReasonZ } from '../structs/Option_ClosureReasonZ.mjs';
471 import { Result_COption_ClosureReasonZDecodeErrorZ } from '../structs/Result_COption_ClosureReasonZDecodeErrorZ.mjs';
472 import { HTLCDestination } from '../structs/HTLCDestination.mjs';
473 import { Option_HTLCDestinationZ } from '../structs/Option_HTLCDestinationZ.mjs';
474 import { Result_COption_HTLCDestinationZDecodeErrorZ } from '../structs/Result_COption_HTLCDestinationZDecodeErrorZ.mjs';
475 import { Result_PaymentFailureReasonDecodeErrorZ } from '../structs/Result_PaymentFailureReasonDecodeErrorZ.mjs';
476 import { Option_U128Z } from '../structs/Option_U128Z.mjs';
477 import { Option_PaymentFailureReasonZ } from '../structs/Option_PaymentFailureReasonZ.mjs';
478 import { AnchorDescriptor } from '../structs/AnchorDescriptor.mjs';
479 import { BumpTransactionEvent } from '../structs/BumpTransactionEvent.mjs';
480 import { Event } from '../structs/Event.mjs';
481 import { Option_EventZ } from '../structs/Option_EventZ.mjs';
482 import { Result_COption_EventZDecodeErrorZ } from '../structs/Result_COption_EventZDecodeErrorZ.mjs';
483 import { Bolt11ParseError } from '../structs/Bolt11ParseError.mjs';
484 import { Result_SiPrefixBolt11ParseErrorZ } from '../structs/Result_SiPrefixBolt11ParseErrorZ.mjs';
485 import { ParseOrSemanticError } from '../structs/ParseOrSemanticError.mjs';
486 import { Result_Bolt11InvoiceParseOrSemanticErrorZ } from '../structs/Result_Bolt11InvoiceParseOrSemanticErrorZ.mjs';
487 import { SignedRawBolt11Invoice } from '../structs/SignedRawBolt11Invoice.mjs';
488 import { Result_SignedRawBolt11InvoiceBolt11ParseErrorZ } from '../structs/Result_SignedRawBolt11InvoiceBolt11ParseErrorZ.mjs';
489 import { RawBolt11Invoice } from '../structs/RawBolt11Invoice.mjs';
490 import { Bolt11InvoiceSignature } from '../structs/Bolt11InvoiceSignature.mjs';
491 import { ThreeTuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZ } from '../structs/ThreeTuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZ.mjs';
492 import { PayeePubKey } from '../structs/PayeePubKey.mjs';
493 import { Result_PayeePubKeySecp256k1ErrorZ } from '../structs/Result_PayeePubKeySecp256k1ErrorZ.mjs';
494 import { PrivateRoute } from '../structs/PrivateRoute.mjs';
495 import { PositiveTimestamp } from '../structs/PositiveTimestamp.mjs';
496 import { Result_PositiveTimestampCreationErrorZ } from '../structs/Result_PositiveTimestampCreationErrorZ.mjs';
497 import { Result_NoneBolt11SemanticErrorZ } from '../structs/Result_NoneBolt11SemanticErrorZ.mjs';
498 import { Result_Bolt11InvoiceBolt11SemanticErrorZ } from '../structs/Result_Bolt11InvoiceBolt11SemanticErrorZ.mjs';
499 import { Description } from '../structs/Description.mjs';
500 import { Result_DescriptionCreationErrorZ } from '../structs/Result_DescriptionCreationErrorZ.mjs';
501 import { Result_PrivateRouteCreationErrorZ } from '../structs/Result_PrivateRouteCreationErrorZ.mjs';
502 import { Result_OutPointDecodeErrorZ } from '../structs/Result_OutPointDecodeErrorZ.mjs';
503 import { BigSize } from '../structs/BigSize.mjs';
504 import { Result_BigSizeDecodeErrorZ } from '../structs/Result_BigSizeDecodeErrorZ.mjs';
505 import { Result_HostnameDecodeErrorZ } from '../structs/Result_HostnameDecodeErrorZ.mjs';
506 import { TransactionU16LenLimited } from '../structs/TransactionU16LenLimited.mjs';
507 import { Result_TransactionU16LenLimitedNoneZ } from '../structs/Result_TransactionU16LenLimitedNoneZ.mjs';
508 import { Result_TransactionU16LenLimitedDecodeErrorZ } from '../structs/Result_TransactionU16LenLimitedDecodeErrorZ.mjs';
509 import { Result_UntrustedStringDecodeErrorZ } from '../structs/Result_UntrustedStringDecodeErrorZ.mjs';
510 import { Result_ChannelIdDecodeErrorZ } from '../structs/Result_ChannelIdDecodeErrorZ.mjs';
511 import { TwoTuple__u832u16Z } from '../structs/TwoTuple__u832u16Z.mjs';
512 import { PaymentRelay } from '../structs/PaymentRelay.mjs';
513 import { Result_PaymentRelayDecodeErrorZ } from '../structs/Result_PaymentRelayDecodeErrorZ.mjs';
514 import { PaymentConstraints } from '../structs/PaymentConstraints.mjs';
515 import { Result_PaymentConstraintsDecodeErrorZ } from '../structs/Result_PaymentConstraintsDecodeErrorZ.mjs';
516 import { Result_PaymentContextDecodeErrorZ } from '../structs/Result_PaymentContextDecodeErrorZ.mjs';
517 import { Result_UnknownPaymentContextDecodeErrorZ } from '../structs/Result_UnknownPaymentContextDecodeErrorZ.mjs';
518 import { Result_Bolt12OfferContextDecodeErrorZ } from '../structs/Result_Bolt12OfferContextDecodeErrorZ.mjs';
519 import { Result_Bolt12RefundContextDecodeErrorZ } from '../structs/Result_Bolt12RefundContextDecodeErrorZ.mjs';
520 import { Result_StrSecp256k1ErrorZ } from '../structs/Result_StrSecp256k1ErrorZ.mjs';
521 import { ThreeTuple_ThirtyTwoBytesRecipientOnionFieldsRouteParametersZ } from '../structs/ThreeTuple_ThirtyTwoBytesRecipientOnionFieldsRouteParametersZ.mjs';
522 import { Result_C3Tuple_ThirtyTwoBytesRecipientOnionFieldsRouteParametersZNoneZ } from '../structs/Result_C3Tuple_ThirtyTwoBytesRecipientOnionFieldsRouteParametersZNoneZ.mjs';
523 import { ThreeTuple_PublicKeyOnionMessageCOption_CVec_SocketAddressZZZ } from '../structs/ThreeTuple_PublicKeyOnionMessageCOption_CVec_SocketAddressZZZ.mjs';
524 import { SendError } from '../structs/SendError.mjs';
525 import { Result_C3Tuple_PublicKeyOnionMessageCOption_CVec_SocketAddressZZZSendErrorZ } from '../structs/Result_C3Tuple_PublicKeyOnionMessageCOption_CVec_SocketAddressZZZSendErrorZ.mjs';
526 import { NextMessageHop } from '../structs/NextMessageHop.mjs';
527 import { ParsedOnionMessageContents } from '../structs/ParsedOnionMessageContents.mjs';
528 import { PeeledOnion } from '../structs/PeeledOnion.mjs';
529 import { Result_PeeledOnionNoneZ } from '../structs/Result_PeeledOnionNoneZ.mjs';
530 import { SendSuccess } from '../structs/SendSuccess.mjs';
531 import { Result_SendSuccessSendErrorZ } from '../structs/Result_SendSuccessSendErrorZ.mjs';
532 import { Result_BlindedPathNoneZ } from '../structs/Result_BlindedPathNoneZ.mjs';
533 import { Result_C2Tuple_BlindedPayInfoBlindedPathZNoneZ } from '../structs/Result_C2Tuple_BlindedPayInfoBlindedPathZNoneZ.mjs';
534 import { ForwardNode } from '../structs/ForwardNode.mjs';
535 import { Result_BlindedPathDecodeErrorZ } from '../structs/Result_BlindedPathDecodeErrorZ.mjs';
536 import { Result_BlindedHopDecodeErrorZ } from '../structs/Result_BlindedHopDecodeErrorZ.mjs';
537 import { Result_InvoiceErrorDecodeErrorZ } from '../structs/Result_InvoiceErrorDecodeErrorZ.mjs';
538 import { TrackedSpendableOutput } from '../structs/TrackedSpendableOutput.mjs';
539 import { Result_TrackedSpendableOutputDecodeErrorZ } from '../structs/Result_TrackedSpendableOutputDecodeErrorZ.mjs';
540 import { OutputSpendStatus } from '../structs/OutputSpendStatus.mjs';
541 import { Result_OutputSpendStatusDecodeErrorZ } from '../structs/Result_OutputSpendStatusDecodeErrorZ.mjs';
542 import { WatchedOutput } from '../structs/WatchedOutput.mjs';
543 import { Filter, FilterInterface } from '../structs/Filter.mjs';
544 import { Option_FilterZ } from '../structs/Option_FilterZ.mjs';
545 import { ChangeDestinationSource, ChangeDestinationSourceInterface } from '../structs/ChangeDestinationSource.mjs';
546 import { KVStore, KVStoreInterface } from '../structs/KVStore.mjs';
547 import { OutputSpender, OutputSpenderInterface } from '../structs/OutputSpender.mjs';
548 import { OutputSweeper } from '../structs/OutputSweeper.mjs';
549 import { Result_OutputSweeperDecodeErrorZ } from '../structs/Result_OutputSweeperDecodeErrorZ.mjs';
550 import { TwoTuple_BestBlockOutputSweeperZ } from '../structs/TwoTuple_BestBlockOutputSweeperZ.mjs';
551 import { Result_C2Tuple_BestBlockOutputSweeperZDecodeErrorZ } from '../structs/Result_C2Tuple_BestBlockOutputSweeperZDecodeErrorZ.mjs';
552 import { DelayedPaymentBasepoint } from '../structs/DelayedPaymentBasepoint.mjs';
553 import { Result_DelayedPaymentBasepointDecodeErrorZ } from '../structs/Result_DelayedPaymentBasepointDecodeErrorZ.mjs';
554 import { DelayedPaymentKey } from '../structs/DelayedPaymentKey.mjs';
555 import { Result_DelayedPaymentKeyDecodeErrorZ } from '../structs/Result_DelayedPaymentKeyDecodeErrorZ.mjs';
556 import { HtlcBasepoint } from '../structs/HtlcBasepoint.mjs';
557 import { Result_HtlcBasepointDecodeErrorZ } from '../structs/Result_HtlcBasepointDecodeErrorZ.mjs';
558 import { HtlcKey } from '../structs/HtlcKey.mjs';
559 import { Result_HtlcKeyDecodeErrorZ } from '../structs/Result_HtlcKeyDecodeErrorZ.mjs';
560 import { RevocationBasepoint } from '../structs/RevocationBasepoint.mjs';
561 import { Result_RevocationBasepointDecodeErrorZ } from '../structs/Result_RevocationBasepointDecodeErrorZ.mjs';
562 import { RevocationKey } from '../structs/RevocationKey.mjs';
563 import { Result_RevocationKeyDecodeErrorZ } from '../structs/Result_RevocationKeyDecodeErrorZ.mjs';
564 import { LockedChannelMonitor } from '../structs/LockedChannelMonitor.mjs';
565 import { Result_LockedChannelMonitorNoneZ } from '../structs/Result_LockedChannelMonitorNoneZ.mjs';
566 import { TwoTuple_OutPointChannelIdZ } from '../structs/TwoTuple_OutPointChannelIdZ.mjs';
567 import { MonitorUpdateId } from '../structs/MonitorUpdateId.mjs';
568 import { TwoTuple_OutPointCVec_MonitorUpdateIdZZ } from '../structs/TwoTuple_OutPointCVec_MonitorUpdateIdZZ.mjs';
569 import { FirstHopCandidate } from '../structs/FirstHopCandidate.mjs';
570 import { PublicHopCandidate } from '../structs/PublicHopCandidate.mjs';
571 import { PrivateHopCandidate } from '../structs/PrivateHopCandidate.mjs';
572 import { BlindedPathCandidate } from '../structs/BlindedPathCandidate.mjs';
573 import { OneHopBlindedPathCandidate } from '../structs/OneHopBlindedPathCandidate.mjs';
574 import { CandidateRouteHop } from '../structs/CandidateRouteHop.mjs';
575 import { ChannelUsage } from '../structs/ChannelUsage.mjs';
576 import { ProbabilisticScoringFeeParameters } from '../structs/ProbabilisticScoringFeeParameters.mjs';
577 import { ScoreLookUp, ScoreLookUpInterface } from '../structs/ScoreLookUp.mjs';
578 import { ScoreUpdate, ScoreUpdateInterface } from '../structs/ScoreUpdate.mjs';
579 import { LockableScore, LockableScoreInterface } from '../structs/LockableScore.mjs';
580 import { WriteableScore, WriteableScoreInterface } from '../structs/WriteableScore.mjs';
581 import { Persister, PersisterInterface } from '../structs/Persister.mjs';
582 import { MonitorUpdatingPersister } from '../structs/MonitorUpdatingPersister.mjs';
583 import { Persist, PersistInterface } from '../structs/Persist.mjs';
584 import { PrintableString } from '../structs/PrintableString.mjs';
585 import { Listen, ListenInterface } from '../structs/Listen.mjs';
586 import { Confirm, ConfirmInterface } from '../structs/Confirm.mjs';
587 import { SpendingDelay } from '../structs/SpendingDelay.mjs';
588 import { FutureCallback, FutureCallbackInterface } from '../structs/FutureCallback.mjs';
589 import { Future } from '../structs/Future.mjs';
590 import { ChannelHandshakeConfig } from '../structs/ChannelHandshakeConfig.mjs';
591 import { ChannelHandshakeLimits } from '../structs/ChannelHandshakeLimits.mjs';
592 import { ChannelConfigUpdate } from '../structs/ChannelConfigUpdate.mjs';
593 import { UserConfig } from '../structs/UserConfig.mjs';
594 import { ChainMonitor } from '../structs/ChainMonitor.mjs';
595 import { EventHandler, EventHandlerInterface } from '../structs/EventHandler.mjs';
596 import { EventsProvider, EventsProviderInterface } from '../structs/EventsProvider.mjs';
597 import { FailureCode } from '../structs/FailureCode.mjs';
598 import { ChainParameters } from '../structs/ChainParameters.mjs';
599 import { MessageSendEventsProvider, MessageSendEventsProviderInterface } from '../structs/MessageSendEventsProvider.mjs';
600 import { ChannelMessageHandler, ChannelMessageHandlerInterface } from '../structs/ChannelMessageHandler.mjs';
601 import { OffersMessageHandler, OffersMessageHandlerInterface } from '../structs/OffersMessageHandler.mjs';
602 import { NodeIdLookUp, NodeIdLookUpInterface } from '../structs/NodeIdLookUp.mjs';
603 import { ChannelManagerReadArgs } from '../structs/ChannelManagerReadArgs.mjs';
604 import { ExpandedKey } from '../structs/ExpandedKey.mjs';
605 import { CommonOpenChannelFields } from '../structs/CommonOpenChannelFields.mjs';
606 import { CommonAcceptChannelFields } from '../structs/CommonAcceptChannelFields.mjs';
607 import { Packet } from '../structs/Packet.mjs';
608 import { RoutingMessageHandler, RoutingMessageHandlerInterface } from '../structs/RoutingMessageHandler.mjs';
609 import { OnionMessageHandler, OnionMessageHandlerInterface } from '../structs/OnionMessageHandler.mjs';
610 import { TrampolineOnionPacket } from '../structs/TrampolineOnionPacket.mjs';
611 import { CustomMessageReader, CustomMessageReaderInterface } from '../structs/CustomMessageReader.mjs';
612 import { CustomMessageHandler, CustomMessageHandlerInterface } from '../structs/CustomMessageHandler.mjs';
613 import { IgnoringMessageHandler } from '../structs/IgnoringMessageHandler.mjs';
614 import { CustomOnionMessageHandler, CustomOnionMessageHandlerInterface } from '../structs/CustomOnionMessageHandler.mjs';
615 import { ErroringMessageHandler } from '../structs/ErroringMessageHandler.mjs';
616 import { MessageHandler } from '../structs/MessageHandler.mjs';
617 import { SocketDescriptor, SocketDescriptorInterface } from '../structs/SocketDescriptor.mjs';
618 import { PeerManager } from '../structs/PeerManager.mjs';
619 import { DirectedChannelTransactionParameters } from '../structs/DirectedChannelTransactionParameters.mjs';
620 import { OfferFeatures } from '../structs/OfferFeatures.mjs';
621 import { InvoiceRequestFeatures } from '../structs/InvoiceRequestFeatures.mjs';
622 import { OfferWithExplicitMetadataBuilder } from '../structs/OfferWithExplicitMetadataBuilder.mjs';
623 import { SignBolt12InvoiceFn, SignBolt12InvoiceFnInterface } from '../structs/SignBolt12InvoiceFn.mjs';
624 import { TaggedHash } from '../structs/TaggedHash.mjs';
625 import { ErroneousField } from '../structs/ErroneousField.mjs';
626 import { SignInvoiceRequestFn, SignInvoiceRequestFnInterface } from '../structs/SignInvoiceRequestFn.mjs';
627 import { SignError } from '../structs/SignError.mjs';
628 import { P2PGossipSync } from '../structs/P2PGossipSync.mjs';
629 import { ReadOnlyNetworkGraph } from '../structs/ReadOnlyNetworkGraph.mjs';
630 import { DirectedChannelInfo } from '../structs/DirectedChannelInfo.mjs';
631 import { EffectiveCapacity } from '../structs/EffectiveCapacity.mjs';
632 import { DefaultRouter } from '../structs/DefaultRouter.mjs';
633 import { ScorerAccountingForInFlightHtlcs } from '../structs/ScorerAccountingForInFlightHtlcs.mjs';
634 import { Payee } from '../structs/Payee.mjs';
635 import { Score, ScoreInterface } from '../structs/Score.mjs';
636 import { MultiThreadedLockableScore } from '../structs/MultiThreadedLockableScore.mjs';
637 import { MultiThreadedScoreLockRead } from '../structs/MultiThreadedScoreLockRead.mjs';
638 import { MultiThreadedScoreLockWrite } from '../structs/MultiThreadedScoreLockWrite.mjs';
639 import { ProbabilisticScoringDecayParameters } from '../structs/ProbabilisticScoringDecayParameters.mjs';
640 import { KeysManager } from '../structs/KeysManager.mjs';
641 import { PhantomKeysManager } from '../structs/PhantomKeysManager.mjs';
642 import { RandomBytes } from '../structs/RandomBytes.mjs';
643 import { OnionMessenger } from '../structs/OnionMessenger.mjs';
644 import { DefaultMessageRouter } from '../structs/DefaultMessageRouter.mjs';
645 import { IntroductionNode } from '../structs/IntroductionNode.mjs';
646 import { EmptyNodeIdLookUp } from '../structs/EmptyNodeIdLookUp.mjs';
647 import { ForwardTlvs } from '../structs/ForwardTlvs.mjs';
648 import { CoinSelectionSource, CoinSelectionSourceInterface } from '../structs/CoinSelectionSource.mjs';
649 import { WalletSource, WalletSourceInterface } from '../structs/WalletSource.mjs';
650 import { Wallet } from '../structs/Wallet.mjs';
651 import { BumpTransactionEventHandler } from '../structs/BumpTransactionEventHandler.mjs';
652 import { RapidGossipSync } from '../structs/RapidGossipSync.mjs';
653 import { GossipSync } from '../structs/GossipSync.mjs';
654 import { RawDataPart } from '../structs/RawDataPart.mjs';
655 import { Sha256 } from '../structs/Sha256.mjs';
656 import { ExpiryTime } from '../structs/ExpiryTime.mjs';
657 import { MinFinalCltvExpiryDelta } from '../structs/MinFinalCltvExpiryDelta.mjs';
658 import { Fallback } from '../structs/Fallback.mjs';
659
660 import { CommonBase, UInt5, WitnessVersion, UnqualifiedError } from './CommonBase.mjs';
661 import * as bindings from '../bindings.mjs'
662
663
664 /**
665  * Details of a channel, as returned by [`ChannelManager::list_channels`] and [`ChannelManager::list_usable_channels`]
666  */
667 export class ChannelDetails extends CommonBase {
668         /* @internal */
669         public constructor(_dummy: null, ptr: bigint) {
670                 super(ptr, bindings.ChannelDetails_free);
671         }
672
673         /**
674          * The channel's ID (prior to funding transaction generation, this is a random 32 bytes,
675          * thereafter this is the txid of the funding transaction xor the funding transaction output).
676          * Note that this means this value is *not* persistent - it can change once during the
677          * lifetime of the channel.
678          */
679         public get_channel_id(): ChannelId {
680                 const ret: bigint = bindings.ChannelDetails_get_channel_id(this.ptr);
681                 const ret_hu_conv: ChannelId = new ChannelId(null, ret);
682                 CommonBase.add_ref_from(ret_hu_conv, this);
683                 return ret_hu_conv;
684         }
685
686         /**
687          * The channel's ID (prior to funding transaction generation, this is a random 32 bytes,
688          * thereafter this is the txid of the funding transaction xor the funding transaction output).
689          * Note that this means this value is *not* persistent - it can change once during the
690          * lifetime of the channel.
691          */
692         public set_channel_id(val: ChannelId): void {
693                 bindings.ChannelDetails_set_channel_id(this.ptr, CommonBase.get_ptr_of(val));
694                 CommonBase.add_ref_from(this, val);
695         }
696
697         /**
698          * Parameters which apply to our counterparty. See individual fields for more information.
699          */
700         public get_counterparty(): ChannelCounterparty {
701                 const ret: bigint = bindings.ChannelDetails_get_counterparty(this.ptr);
702                 const ret_hu_conv: ChannelCounterparty = new ChannelCounterparty(null, ret);
703                 CommonBase.add_ref_from(ret_hu_conv, this);
704                 return ret_hu_conv;
705         }
706
707         /**
708          * Parameters which apply to our counterparty. See individual fields for more information.
709          */
710         public set_counterparty(val: ChannelCounterparty): void {
711                 bindings.ChannelDetails_set_counterparty(this.ptr, CommonBase.get_ptr_of(val));
712                 CommonBase.add_ref_from(this, val);
713         }
714
715         /**
716          * The Channel's funding transaction output, if we've negotiated the funding transaction with
717          * our counterparty already.
718          * 
719          * Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent None
720          */
721         public get_funding_txo(): OutPoint {
722                 const ret: bigint = bindings.ChannelDetails_get_funding_txo(this.ptr);
723                 const ret_hu_conv: OutPoint = new OutPoint(null, ret);
724                 CommonBase.add_ref_from(ret_hu_conv, this);
725                 return ret_hu_conv;
726         }
727
728         /**
729          * The Channel's funding transaction output, if we've negotiated the funding transaction with
730          * our counterparty already.
731          * 
732          * Note that val (or a relevant inner pointer) may be NULL or all-0s to represent None
733          */
734         public set_funding_txo(val: OutPoint|null): void {
735                 bindings.ChannelDetails_set_funding_txo(this.ptr, val == null ? 0n : CommonBase.get_ptr_of(val));
736                 CommonBase.add_ref_from(this, val);
737         }
738
739         /**
740          * The features which this channel operates with. See individual features for more info.
741          * 
742          * `None` until negotiation completes and the channel type is finalized.
743          * 
744          * Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent None
745          */
746         public get_channel_type(): ChannelTypeFeatures {
747                 const ret: bigint = bindings.ChannelDetails_get_channel_type(this.ptr);
748                 const ret_hu_conv: ChannelTypeFeatures = new ChannelTypeFeatures(null, ret);
749                 CommonBase.add_ref_from(ret_hu_conv, this);
750                 return ret_hu_conv;
751         }
752
753         /**
754          * The features which this channel operates with. See individual features for more info.
755          * 
756          * `None` until negotiation completes and the channel type is finalized.
757          * 
758          * Note that val (or a relevant inner pointer) may be NULL or all-0s to represent None
759          */
760         public set_channel_type(val: ChannelTypeFeatures|null): void {
761                 bindings.ChannelDetails_set_channel_type(this.ptr, val == null ? 0n : CommonBase.get_ptr_of(val));
762                 CommonBase.add_ref_from(this, val);
763         }
764
765         /**
766          * The position of the funding transaction in the chain. None if the funding transaction has
767          * not yet been confirmed and the channel fully opened.
768          * 
769          * Note that if [`inbound_scid_alias`] is set, it must be used for invoices and inbound
770          * payments instead of this. See [`get_inbound_payment_scid`].
771          * 
772          * For channels with [`confirmations_required`] set to `Some(0)`, [`outbound_scid_alias`] may
773          * be used in place of this in outbound routes. See [`get_outbound_payment_scid`].
774          * 
775          * [`inbound_scid_alias`]: Self::inbound_scid_alias
776          * [`outbound_scid_alias`]: Self::outbound_scid_alias
777          * [`get_inbound_payment_scid`]: Self::get_inbound_payment_scid
778          * [`get_outbound_payment_scid`]: Self::get_outbound_payment_scid
779          * [`confirmations_required`]: Self::confirmations_required
780          */
781         public get_short_channel_id(): Option_u64Z {
782                 const ret: bigint = bindings.ChannelDetails_get_short_channel_id(this.ptr);
783                 const ret_hu_conv: Option_u64Z = Option_u64Z.constr_from_ptr(ret);
784                 CommonBase.add_ref_from(ret_hu_conv, this);
785                 return ret_hu_conv;
786         }
787
788         /**
789          * The position of the funding transaction in the chain. None if the funding transaction has
790          * not yet been confirmed and the channel fully opened.
791          * 
792          * Note that if [`inbound_scid_alias`] is set, it must be used for invoices and inbound
793          * payments instead of this. See [`get_inbound_payment_scid`].
794          * 
795          * For channels with [`confirmations_required`] set to `Some(0)`, [`outbound_scid_alias`] may
796          * be used in place of this in outbound routes. See [`get_outbound_payment_scid`].
797          * 
798          * [`inbound_scid_alias`]: Self::inbound_scid_alias
799          * [`outbound_scid_alias`]: Self::outbound_scid_alias
800          * [`get_inbound_payment_scid`]: Self::get_inbound_payment_scid
801          * [`get_outbound_payment_scid`]: Self::get_outbound_payment_scid
802          * [`confirmations_required`]: Self::confirmations_required
803          */
804         public set_short_channel_id(val: Option_u64Z): void {
805                 bindings.ChannelDetails_set_short_channel_id(this.ptr, CommonBase.get_ptr_of(val));
806                 CommonBase.add_ref_from(this, val);
807         }
808
809         /**
810          * An optional [`short_channel_id`] alias for this channel, randomly generated by us and
811          * usable in place of [`short_channel_id`] to reference the channel in outbound routes when
812          * the channel has not yet been confirmed (as long as [`confirmations_required`] is
813          * `Some(0)`).
814          * 
815          * This will be `None` as long as the channel is not available for routing outbound payments.
816          * 
817          * [`short_channel_id`]: Self::short_channel_id
818          * [`confirmations_required`]: Self::confirmations_required
819          */
820         public get_outbound_scid_alias(): Option_u64Z {
821                 const ret: bigint = bindings.ChannelDetails_get_outbound_scid_alias(this.ptr);
822                 const ret_hu_conv: Option_u64Z = Option_u64Z.constr_from_ptr(ret);
823                 CommonBase.add_ref_from(ret_hu_conv, this);
824                 return ret_hu_conv;
825         }
826
827         /**
828          * An optional [`short_channel_id`] alias for this channel, randomly generated by us and
829          * usable in place of [`short_channel_id`] to reference the channel in outbound routes when
830          * the channel has not yet been confirmed (as long as [`confirmations_required`] is
831          * `Some(0)`).
832          * 
833          * This will be `None` as long as the channel is not available for routing outbound payments.
834          * 
835          * [`short_channel_id`]: Self::short_channel_id
836          * [`confirmations_required`]: Self::confirmations_required
837          */
838         public set_outbound_scid_alias(val: Option_u64Z): void {
839                 bindings.ChannelDetails_set_outbound_scid_alias(this.ptr, CommonBase.get_ptr_of(val));
840                 CommonBase.add_ref_from(this, val);
841         }
842
843         /**
844          * An optional [`short_channel_id`] alias for this channel, randomly generated by our
845          * counterparty and usable in place of [`short_channel_id`] in invoice route hints. Our
846          * counterparty will recognize the alias provided here in place of the [`short_channel_id`]
847          * when they see a payment to be routed to us.
848          * 
849          * Our counterparty may choose to rotate this value at any time, though will always recognize
850          * previous values for inbound payment forwarding.
851          * 
852          * [`short_channel_id`]: Self::short_channel_id
853          */
854         public get_inbound_scid_alias(): Option_u64Z {
855                 const ret: bigint = bindings.ChannelDetails_get_inbound_scid_alias(this.ptr);
856                 const ret_hu_conv: Option_u64Z = Option_u64Z.constr_from_ptr(ret);
857                 CommonBase.add_ref_from(ret_hu_conv, this);
858                 return ret_hu_conv;
859         }
860
861         /**
862          * An optional [`short_channel_id`] alias for this channel, randomly generated by our
863          * counterparty and usable in place of [`short_channel_id`] in invoice route hints. Our
864          * counterparty will recognize the alias provided here in place of the [`short_channel_id`]
865          * when they see a payment to be routed to us.
866          * 
867          * Our counterparty may choose to rotate this value at any time, though will always recognize
868          * previous values for inbound payment forwarding.
869          * 
870          * [`short_channel_id`]: Self::short_channel_id
871          */
872         public set_inbound_scid_alias(val: Option_u64Z): void {
873                 bindings.ChannelDetails_set_inbound_scid_alias(this.ptr, CommonBase.get_ptr_of(val));
874                 CommonBase.add_ref_from(this, val);
875         }
876
877         /**
878          * The value, in satoshis, of this channel as appears in the funding output
879          */
880         public get_channel_value_satoshis(): bigint {
881                 const ret: bigint = bindings.ChannelDetails_get_channel_value_satoshis(this.ptr);
882                 return ret;
883         }
884
885         /**
886          * The value, in satoshis, of this channel as appears in the funding output
887          */
888         public set_channel_value_satoshis(val: bigint): void {
889                 bindings.ChannelDetails_set_channel_value_satoshis(this.ptr, val);
890         }
891
892         /**
893          * The value, in satoshis, that must always be held in the channel for us. This value ensures
894          * that if we broadcast a revoked state, our counterparty can punish us by claiming at least
895          * this value on chain.
896          * 
897          * This value is not included in [`outbound_capacity_msat`] as it can never be spent.
898          * 
899          * This value will be `None` for outbound channels until the counterparty accepts the channel.
900          * 
901          * [`outbound_capacity_msat`]: ChannelDetails::outbound_capacity_msat
902          */
903         public get_unspendable_punishment_reserve(): Option_u64Z {
904                 const ret: bigint = bindings.ChannelDetails_get_unspendable_punishment_reserve(this.ptr);
905                 const ret_hu_conv: Option_u64Z = Option_u64Z.constr_from_ptr(ret);
906                 CommonBase.add_ref_from(ret_hu_conv, this);
907                 return ret_hu_conv;
908         }
909
910         /**
911          * The value, in satoshis, that must always be held in the channel for us. This value ensures
912          * that if we broadcast a revoked state, our counterparty can punish us by claiming at least
913          * this value on chain.
914          * 
915          * This value is not included in [`outbound_capacity_msat`] as it can never be spent.
916          * 
917          * This value will be `None` for outbound channels until the counterparty accepts the channel.
918          * 
919          * [`outbound_capacity_msat`]: ChannelDetails::outbound_capacity_msat
920          */
921         public set_unspendable_punishment_reserve(val: Option_u64Z): void {
922                 bindings.ChannelDetails_set_unspendable_punishment_reserve(this.ptr, CommonBase.get_ptr_of(val));
923                 CommonBase.add_ref_from(this, val);
924         }
925
926         /**
927          * The `user_channel_id` value passed in to [`ChannelManager::create_channel`] for outbound
928          * channels, or to [`ChannelManager::accept_inbound_channel`] for inbound channels if
929          * [`UserConfig::manually_accept_inbound_channels`] config flag is set to true. Otherwise
930          * `user_channel_id` will be randomized for an inbound channel.  This may be zero for objects
931          * serialized with LDK versions prior to 0.0.113.
932          * 
933          * [`ChannelManager::create_channel`]: crate::ln::channelmanager::ChannelManager::create_channel
934          * [`ChannelManager::accept_inbound_channel`]: crate::ln::channelmanager::ChannelManager::accept_inbound_channel
935          * [`UserConfig::manually_accept_inbound_channels`]: crate::util::config::UserConfig::manually_accept_inbound_channels
936          */
937         public get_user_channel_id(): bigint {
938                 const ret: number = bindings.ChannelDetails_get_user_channel_id(this.ptr);
939                 const ret_conv: bigint = bindings.decodeUint128(ret);
940                 return ret_conv;
941         }
942
943         /**
944          * The `user_channel_id` value passed in to [`ChannelManager::create_channel`] for outbound
945          * channels, or to [`ChannelManager::accept_inbound_channel`] for inbound channels if
946          * [`UserConfig::manually_accept_inbound_channels`] config flag is set to true. Otherwise
947          * `user_channel_id` will be randomized for an inbound channel.  This may be zero for objects
948          * serialized with LDK versions prior to 0.0.113.
949          * 
950          * [`ChannelManager::create_channel`]: crate::ln::channelmanager::ChannelManager::create_channel
951          * [`ChannelManager::accept_inbound_channel`]: crate::ln::channelmanager::ChannelManager::accept_inbound_channel
952          * [`UserConfig::manually_accept_inbound_channels`]: crate::util::config::UserConfig::manually_accept_inbound_channels
953          */
954         public set_user_channel_id(val: bigint): void {
955                 bindings.ChannelDetails_set_user_channel_id(this.ptr, bindings.encodeUint128(val));
956         }
957
958         /**
959          * The currently negotiated fee rate denominated in satoshi per 1000 weight units,
960          * which is applied to commitment and HTLC transactions.
961          * 
962          * This value will be `None` for objects serialized with LDK versions prior to 0.0.115.
963          */
964         public get_feerate_sat_per_1000_weight(): Option_u32Z {
965                 const ret: bigint = bindings.ChannelDetails_get_feerate_sat_per_1000_weight(this.ptr);
966                 const ret_hu_conv: Option_u32Z = Option_u32Z.constr_from_ptr(ret);
967                 CommonBase.add_ref_from(ret_hu_conv, this);
968                 return ret_hu_conv;
969         }
970
971         /**
972          * The currently negotiated fee rate denominated in satoshi per 1000 weight units,
973          * which is applied to commitment and HTLC transactions.
974          * 
975          * This value will be `None` for objects serialized with LDK versions prior to 0.0.115.
976          */
977         public set_feerate_sat_per_1000_weight(val: Option_u32Z): void {
978                 bindings.ChannelDetails_set_feerate_sat_per_1000_weight(this.ptr, CommonBase.get_ptr_of(val));
979                 CommonBase.add_ref_from(this, val);
980         }
981
982         /**
983          * Our total balance.  This is the amount we would get if we close the channel.
984          * This value is not exact. Due to various in-flight changes and feerate changes, exactly this
985          * amount is not likely to be recoverable on close.
986          * 
987          * This does not include any pending HTLCs which are not yet fully resolved (and, thus, whose
988          * balance is not available for inclusion in new outbound HTLCs). This further does not include
989          * any pending outgoing HTLCs which are awaiting some other resolution to be sent.
990          * This does not consider any on-chain fees.
991          * 
992          * See also [`ChannelDetails::outbound_capacity_msat`]
993          */
994         public get_balance_msat(): bigint {
995                 const ret: bigint = bindings.ChannelDetails_get_balance_msat(this.ptr);
996                 return ret;
997         }
998
999         /**
1000          * Our total balance.  This is the amount we would get if we close the channel.
1001          * This value is not exact. Due to various in-flight changes and feerate changes, exactly this
1002          * amount is not likely to be recoverable on close.
1003          * 
1004          * This does not include any pending HTLCs which are not yet fully resolved (and, thus, whose
1005          * balance is not available for inclusion in new outbound HTLCs). This further does not include
1006          * any pending outgoing HTLCs which are awaiting some other resolution to be sent.
1007          * This does not consider any on-chain fees.
1008          * 
1009          * See also [`ChannelDetails::outbound_capacity_msat`]
1010          */
1011         public set_balance_msat(val: bigint): void {
1012                 bindings.ChannelDetails_set_balance_msat(this.ptr, val);
1013         }
1014
1015         /**
1016          * The available outbound capacity for sending HTLCs to the remote peer. This does not include
1017          * any pending HTLCs which are not yet fully resolved (and, thus, whose balance is not
1018          * available for inclusion in new outbound HTLCs). This further does not include any pending
1019          * outgoing HTLCs which are awaiting some other resolution to be sent.
1020          * 
1021          * See also [`ChannelDetails::balance_msat`]
1022          * 
1023          * This value is not exact. Due to various in-flight changes, feerate changes, and our
1024          * conflict-avoidance policy, exactly this amount is not likely to be spendable. However, we
1025          * should be able to spend nearly this amount.
1026          */
1027         public get_outbound_capacity_msat(): bigint {
1028                 const ret: bigint = bindings.ChannelDetails_get_outbound_capacity_msat(this.ptr);
1029                 return ret;
1030         }
1031
1032         /**
1033          * The available outbound capacity for sending HTLCs to the remote peer. This does not include
1034          * any pending HTLCs which are not yet fully resolved (and, thus, whose balance is not
1035          * available for inclusion in new outbound HTLCs). This further does not include any pending
1036          * outgoing HTLCs which are awaiting some other resolution to be sent.
1037          * 
1038          * See also [`ChannelDetails::balance_msat`]
1039          * 
1040          * This value is not exact. Due to various in-flight changes, feerate changes, and our
1041          * conflict-avoidance policy, exactly this amount is not likely to be spendable. However, we
1042          * should be able to spend nearly this amount.
1043          */
1044         public set_outbound_capacity_msat(val: bigint): void {
1045                 bindings.ChannelDetails_set_outbound_capacity_msat(this.ptr, val);
1046         }
1047
1048         /**
1049          * The available outbound capacity for sending a single HTLC to the remote peer. This is
1050          * similar to [`ChannelDetails::outbound_capacity_msat`] but it may be further restricted by
1051          * the current state and per-HTLC limit(s). This is intended for use when routing, allowing us
1052          * to use a limit as close as possible to the HTLC limit we can currently send.
1053          * 
1054          * See also [`ChannelDetails::next_outbound_htlc_minimum_msat`],
1055          * [`ChannelDetails::balance_msat`], and [`ChannelDetails::outbound_capacity_msat`].
1056          */
1057         public get_next_outbound_htlc_limit_msat(): bigint {
1058                 const ret: bigint = bindings.ChannelDetails_get_next_outbound_htlc_limit_msat(this.ptr);
1059                 return ret;
1060         }
1061
1062         /**
1063          * The available outbound capacity for sending a single HTLC to the remote peer. This is
1064          * similar to [`ChannelDetails::outbound_capacity_msat`] but it may be further restricted by
1065          * the current state and per-HTLC limit(s). This is intended for use when routing, allowing us
1066          * to use a limit as close as possible to the HTLC limit we can currently send.
1067          * 
1068          * See also [`ChannelDetails::next_outbound_htlc_minimum_msat`],
1069          * [`ChannelDetails::balance_msat`], and [`ChannelDetails::outbound_capacity_msat`].
1070          */
1071         public set_next_outbound_htlc_limit_msat(val: bigint): void {
1072                 bindings.ChannelDetails_set_next_outbound_htlc_limit_msat(this.ptr, val);
1073         }
1074
1075         /**
1076          * The minimum value for sending a single HTLC to the remote peer. This is the equivalent of
1077          * [`ChannelDetails::next_outbound_htlc_limit_msat`] but represents a lower-bound, rather than
1078          * an upper-bound. This is intended for use when routing, allowing us to ensure we pick a
1079          * route which is valid.
1080          */
1081         public get_next_outbound_htlc_minimum_msat(): bigint {
1082                 const ret: bigint = bindings.ChannelDetails_get_next_outbound_htlc_minimum_msat(this.ptr);
1083                 return ret;
1084         }
1085
1086         /**
1087          * The minimum value for sending a single HTLC to the remote peer. This is the equivalent of
1088          * [`ChannelDetails::next_outbound_htlc_limit_msat`] but represents a lower-bound, rather than
1089          * an upper-bound. This is intended for use when routing, allowing us to ensure we pick a
1090          * route which is valid.
1091          */
1092         public set_next_outbound_htlc_minimum_msat(val: bigint): void {
1093                 bindings.ChannelDetails_set_next_outbound_htlc_minimum_msat(this.ptr, val);
1094         }
1095
1096         /**
1097          * The available inbound capacity for the remote peer to send HTLCs to us. This does not
1098          * include any pending HTLCs which are not yet fully resolved (and, thus, whose balance is not
1099          * available for inclusion in new inbound HTLCs).
1100          * Note that there are some corner cases not fully handled here, so the actual available
1101          * inbound capacity may be slightly higher than this.
1102          * 
1103          * This value is not exact. Due to various in-flight changes, feerate changes, and our
1104          * counterparty's conflict-avoidance policy, exactly this amount is not likely to be spendable.
1105          * However, our counterparty should be able to spend nearly this amount.
1106          */
1107         public get_inbound_capacity_msat(): bigint {
1108                 const ret: bigint = bindings.ChannelDetails_get_inbound_capacity_msat(this.ptr);
1109                 return ret;
1110         }
1111
1112         /**
1113          * The available inbound capacity for the remote peer to send HTLCs to us. This does not
1114          * include any pending HTLCs which are not yet fully resolved (and, thus, whose balance is not
1115          * available for inclusion in new inbound HTLCs).
1116          * Note that there are some corner cases not fully handled here, so the actual available
1117          * inbound capacity may be slightly higher than this.
1118          * 
1119          * This value is not exact. Due to various in-flight changes, feerate changes, and our
1120          * counterparty's conflict-avoidance policy, exactly this amount is not likely to be spendable.
1121          * However, our counterparty should be able to spend nearly this amount.
1122          */
1123         public set_inbound_capacity_msat(val: bigint): void {
1124                 bindings.ChannelDetails_set_inbound_capacity_msat(this.ptr, val);
1125         }
1126
1127         /**
1128          * The number of required confirmations on the funding transaction before the funding will be
1129          * considered \"locked\". This number is selected by the channel fundee (i.e. us if
1130          * [`is_outbound`] is *not* set), and can be selected for inbound channels with
1131          * [`ChannelHandshakeConfig::minimum_depth`] or limited for outbound channels with
1132          * [`ChannelHandshakeLimits::max_minimum_depth`].
1133          * 
1134          * This value will be `None` for outbound channels until the counterparty accepts the channel.
1135          * 
1136          * [`is_outbound`]: ChannelDetails::is_outbound
1137          * [`ChannelHandshakeConfig::minimum_depth`]: crate::util::config::ChannelHandshakeConfig::minimum_depth
1138          * [`ChannelHandshakeLimits::max_minimum_depth`]: crate::util::config::ChannelHandshakeLimits::max_minimum_depth
1139          */
1140         public get_confirmations_required(): Option_u32Z {
1141                 const ret: bigint = bindings.ChannelDetails_get_confirmations_required(this.ptr);
1142                 const ret_hu_conv: Option_u32Z = Option_u32Z.constr_from_ptr(ret);
1143                 CommonBase.add_ref_from(ret_hu_conv, this);
1144                 return ret_hu_conv;
1145         }
1146
1147         /**
1148          * The number of required confirmations on the funding transaction before the funding will be
1149          * considered \"locked\". This number is selected by the channel fundee (i.e. us if
1150          * [`is_outbound`] is *not* set), and can be selected for inbound channels with
1151          * [`ChannelHandshakeConfig::minimum_depth`] or limited for outbound channels with
1152          * [`ChannelHandshakeLimits::max_minimum_depth`].
1153          * 
1154          * This value will be `None` for outbound channels until the counterparty accepts the channel.
1155          * 
1156          * [`is_outbound`]: ChannelDetails::is_outbound
1157          * [`ChannelHandshakeConfig::minimum_depth`]: crate::util::config::ChannelHandshakeConfig::minimum_depth
1158          * [`ChannelHandshakeLimits::max_minimum_depth`]: crate::util::config::ChannelHandshakeLimits::max_minimum_depth
1159          */
1160         public set_confirmations_required(val: Option_u32Z): void {
1161                 bindings.ChannelDetails_set_confirmations_required(this.ptr, CommonBase.get_ptr_of(val));
1162                 CommonBase.add_ref_from(this, val);
1163         }
1164
1165         /**
1166          * The current number of confirmations on the funding transaction.
1167          * 
1168          * This value will be `None` for objects serialized with LDK versions prior to 0.0.113.
1169          */
1170         public get_confirmations(): Option_u32Z {
1171                 const ret: bigint = bindings.ChannelDetails_get_confirmations(this.ptr);
1172                 const ret_hu_conv: Option_u32Z = Option_u32Z.constr_from_ptr(ret);
1173                 CommonBase.add_ref_from(ret_hu_conv, this);
1174                 return ret_hu_conv;
1175         }
1176
1177         /**
1178          * The current number of confirmations on the funding transaction.
1179          * 
1180          * This value will be `None` for objects serialized with LDK versions prior to 0.0.113.
1181          */
1182         public set_confirmations(val: Option_u32Z): void {
1183                 bindings.ChannelDetails_set_confirmations(this.ptr, CommonBase.get_ptr_of(val));
1184                 CommonBase.add_ref_from(this, val);
1185         }
1186
1187         /**
1188          * The number of blocks (after our commitment transaction confirms) that we will need to wait
1189          * until we can claim our funds after we force-close the channel. During this time our
1190          * counterparty is allowed to punish us if we broadcasted a stale state. If our counterparty
1191          * force-closes the channel and broadcasts a commitment transaction we do not have to wait any
1192          * time to claim our non-HTLC-encumbered funds.
1193          * 
1194          * This value will be `None` for outbound channels until the counterparty accepts the channel.
1195          */
1196         public get_force_close_spend_delay(): Option_u16Z {
1197                 const ret: bigint = bindings.ChannelDetails_get_force_close_spend_delay(this.ptr);
1198                 const ret_hu_conv: Option_u16Z = Option_u16Z.constr_from_ptr(ret);
1199                 CommonBase.add_ref_from(ret_hu_conv, this);
1200                 return ret_hu_conv;
1201         }
1202
1203         /**
1204          * The number of blocks (after our commitment transaction confirms) that we will need to wait
1205          * until we can claim our funds after we force-close the channel. During this time our
1206          * counterparty is allowed to punish us if we broadcasted a stale state. If our counterparty
1207          * force-closes the channel and broadcasts a commitment transaction we do not have to wait any
1208          * time to claim our non-HTLC-encumbered funds.
1209          * 
1210          * This value will be `None` for outbound channels until the counterparty accepts the channel.
1211          */
1212         public set_force_close_spend_delay(val: Option_u16Z): void {
1213                 bindings.ChannelDetails_set_force_close_spend_delay(this.ptr, CommonBase.get_ptr_of(val));
1214                 CommonBase.add_ref_from(this, val);
1215         }
1216
1217         /**
1218          * True if the channel was initiated (and thus funded) by us.
1219          */
1220         public get_is_outbound(): boolean {
1221                 const ret: boolean = bindings.ChannelDetails_get_is_outbound(this.ptr);
1222                 return ret;
1223         }
1224
1225         /**
1226          * True if the channel was initiated (and thus funded) by us.
1227          */
1228         public set_is_outbound(val: boolean): void {
1229                 bindings.ChannelDetails_set_is_outbound(this.ptr, val);
1230         }
1231
1232         /**
1233          * True if the channel is confirmed, channel_ready messages have been exchanged, and the
1234          * channel is not currently being shut down. `channel_ready` message exchange implies the
1235          * required confirmation count has been reached (and we were connected to the peer at some
1236          * point after the funding transaction received enough confirmations). The required
1237          * confirmation count is provided in [`confirmations_required`].
1238          * 
1239          * [`confirmations_required`]: ChannelDetails::confirmations_required
1240          */
1241         public get_is_channel_ready(): boolean {
1242                 const ret: boolean = bindings.ChannelDetails_get_is_channel_ready(this.ptr);
1243                 return ret;
1244         }
1245
1246         /**
1247          * True if the channel is confirmed, channel_ready messages have been exchanged, and the
1248          * channel is not currently being shut down. `channel_ready` message exchange implies the
1249          * required confirmation count has been reached (and we were connected to the peer at some
1250          * point after the funding transaction received enough confirmations). The required
1251          * confirmation count is provided in [`confirmations_required`].
1252          * 
1253          * [`confirmations_required`]: ChannelDetails::confirmations_required
1254          */
1255         public set_is_channel_ready(val: boolean): void {
1256                 bindings.ChannelDetails_set_is_channel_ready(this.ptr, val);
1257         }
1258
1259         /**
1260          * The stage of the channel's shutdown.
1261          * `None` for `ChannelDetails` serialized on LDK versions prior to 0.0.116.
1262          * 
1263          * Returns a copy of the field.
1264          */
1265         public get_channel_shutdown_state(): Option_ChannelShutdownStateZ {
1266                 const ret: bigint = bindings.ChannelDetails_get_channel_shutdown_state(this.ptr);
1267                 const ret_hu_conv: Option_ChannelShutdownStateZ = Option_ChannelShutdownStateZ.constr_from_ptr(ret);
1268                 CommonBase.add_ref_from(ret_hu_conv, this);
1269                 return ret_hu_conv;
1270         }
1271
1272         /**
1273          * The stage of the channel's shutdown.
1274          * `None` for `ChannelDetails` serialized on LDK versions prior to 0.0.116.
1275          */
1276         public set_channel_shutdown_state(val: Option_ChannelShutdownStateZ): void {
1277                 bindings.ChannelDetails_set_channel_shutdown_state(this.ptr, CommonBase.get_ptr_of(val));
1278                 CommonBase.add_ref_from(this, val);
1279         }
1280
1281         /**
1282          * True if the channel is (a) confirmed and channel_ready messages have been exchanged, (b)
1283          * the peer is connected, and (c) the channel is not currently negotiating a shutdown.
1284          * 
1285          * This is a strict superset of `is_channel_ready`.
1286          */
1287         public get_is_usable(): boolean {
1288                 const ret: boolean = bindings.ChannelDetails_get_is_usable(this.ptr);
1289                 return ret;
1290         }
1291
1292         /**
1293          * True if the channel is (a) confirmed and channel_ready messages have been exchanged, (b)
1294          * the peer is connected, and (c) the channel is not currently negotiating a shutdown.
1295          * 
1296          * This is a strict superset of `is_channel_ready`.
1297          */
1298         public set_is_usable(val: boolean): void {
1299                 bindings.ChannelDetails_set_is_usable(this.ptr, val);
1300         }
1301
1302         /**
1303          * True if this channel is (or will be) publicly-announced.
1304          */
1305         public get_is_public(): boolean {
1306                 const ret: boolean = bindings.ChannelDetails_get_is_public(this.ptr);
1307                 return ret;
1308         }
1309
1310         /**
1311          * True if this channel is (or will be) publicly-announced.
1312          */
1313         public set_is_public(val: boolean): void {
1314                 bindings.ChannelDetails_set_is_public(this.ptr, val);
1315         }
1316
1317         /**
1318          * The smallest value HTLC (in msat) we will accept, for this channel. This field
1319          * is only `None` for `ChannelDetails` objects serialized prior to LDK 0.0.107
1320          */
1321         public get_inbound_htlc_minimum_msat(): Option_u64Z {
1322                 const ret: bigint = bindings.ChannelDetails_get_inbound_htlc_minimum_msat(this.ptr);
1323                 const ret_hu_conv: Option_u64Z = Option_u64Z.constr_from_ptr(ret);
1324                 CommonBase.add_ref_from(ret_hu_conv, this);
1325                 return ret_hu_conv;
1326         }
1327
1328         /**
1329          * The smallest value HTLC (in msat) we will accept, for this channel. This field
1330          * is only `None` for `ChannelDetails` objects serialized prior to LDK 0.0.107
1331          */
1332         public set_inbound_htlc_minimum_msat(val: Option_u64Z): void {
1333                 bindings.ChannelDetails_set_inbound_htlc_minimum_msat(this.ptr, CommonBase.get_ptr_of(val));
1334                 CommonBase.add_ref_from(this, val);
1335         }
1336
1337         /**
1338          * The largest value HTLC (in msat) we currently will accept, for this channel.
1339          */
1340         public get_inbound_htlc_maximum_msat(): Option_u64Z {
1341                 const ret: bigint = bindings.ChannelDetails_get_inbound_htlc_maximum_msat(this.ptr);
1342                 const ret_hu_conv: Option_u64Z = Option_u64Z.constr_from_ptr(ret);
1343                 CommonBase.add_ref_from(ret_hu_conv, this);
1344                 return ret_hu_conv;
1345         }
1346
1347         /**
1348          * The largest value HTLC (in msat) we currently will accept, for this channel.
1349          */
1350         public set_inbound_htlc_maximum_msat(val: Option_u64Z): void {
1351                 bindings.ChannelDetails_set_inbound_htlc_maximum_msat(this.ptr, CommonBase.get_ptr_of(val));
1352                 CommonBase.add_ref_from(this, val);
1353         }
1354
1355         /**
1356          * Set of configurable parameters that affect channel operation.
1357          * 
1358          * This field is only `None` for `ChannelDetails` objects serialized prior to LDK 0.0.109.
1359          * 
1360          * Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent None
1361          */
1362         public get_config(): ChannelConfig {
1363                 const ret: bigint = bindings.ChannelDetails_get_config(this.ptr);
1364                 const ret_hu_conv: ChannelConfig = new ChannelConfig(null, ret);
1365                 CommonBase.add_ref_from(ret_hu_conv, this);
1366                 return ret_hu_conv;
1367         }
1368
1369         /**
1370          * Set of configurable parameters that affect channel operation.
1371          * 
1372          * This field is only `None` for `ChannelDetails` objects serialized prior to LDK 0.0.109.
1373          * 
1374          * Note that val (or a relevant inner pointer) may be NULL or all-0s to represent None
1375          */
1376         public set_config(val: ChannelConfig|null): void {
1377                 bindings.ChannelDetails_set_config(this.ptr, val == null ? 0n : CommonBase.get_ptr_of(val));
1378                 CommonBase.add_ref_from(this, val);
1379         }
1380
1381         public clone_ptr(): bigint {
1382                 const ret: bigint = bindings.ChannelDetails_clone_ptr(this.ptr);
1383                 return ret;
1384         }
1385
1386         /**
1387          * Creates a copy of the ChannelDetails
1388          */
1389         public clone(): ChannelDetails {
1390                 const ret: bigint = bindings.ChannelDetails_clone(this.ptr);
1391                 const ret_hu_conv: ChannelDetails = new ChannelDetails(null, ret);
1392                 CommonBase.add_ref_from(ret_hu_conv, this);
1393                 return ret_hu_conv;
1394         }
1395
1396         /**
1397          * Gets the current SCID which should be used to identify this channel for inbound payments.
1398          * This should be used for providing invoice hints or in any other context where our
1399          * counterparty will forward a payment to us.
1400          * 
1401          * This is either the [`ChannelDetails::inbound_scid_alias`], if set, or the
1402          * [`ChannelDetails::short_channel_id`]. See those for more information.
1403          */
1404         public get_inbound_payment_scid(): Option_u64Z {
1405                 const ret: bigint = bindings.ChannelDetails_get_inbound_payment_scid(this.ptr);
1406                 const ret_hu_conv: Option_u64Z = Option_u64Z.constr_from_ptr(ret);
1407                 CommonBase.add_ref_from(ret_hu_conv, this);
1408                 return ret_hu_conv;
1409         }
1410
1411         /**
1412          * Gets the current SCID which should be used to identify this channel for outbound payments.
1413          * This should be used in [`Route`]s to describe the first hop or in other contexts where
1414          * we're sending or forwarding a payment outbound over this channel.
1415          * 
1416          * This is either the [`ChannelDetails::short_channel_id`], if set, or the
1417          * [`ChannelDetails::outbound_scid_alias`]. See those for more information.
1418          */
1419         public get_outbound_payment_scid(): Option_u64Z {
1420                 const ret: bigint = bindings.ChannelDetails_get_outbound_payment_scid(this.ptr);
1421                 const ret_hu_conv: Option_u64Z = Option_u64Z.constr_from_ptr(ret);
1422                 CommonBase.add_ref_from(ret_hu_conv, this);
1423                 return ret_hu_conv;
1424         }
1425
1426         /**
1427          * Serialize the ChannelDetails object into a byte array which can be read by ChannelDetails_read
1428          */
1429         public write(): Uint8Array {
1430                 const ret: number = bindings.ChannelDetails_write(this.ptr);
1431                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
1432                 return ret_conv;
1433         }
1434
1435         /**
1436          * Read a ChannelDetails from a byte array, created by ChannelDetails_write
1437          */
1438         public static constructor_read(ser: Uint8Array): Result_ChannelDetailsDecodeErrorZ {
1439                 const ret: bigint = bindings.ChannelDetails_read(bindings.encodeUint8Array(ser));
1440                 const ret_hu_conv: Result_ChannelDetailsDecodeErrorZ = Result_ChannelDetailsDecodeErrorZ.constr_from_ptr(ret);
1441                 return ret_hu_conv;
1442         }
1443
1444 }