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