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