[TS] Update auto-generated TS bindings
[ldk-java] / ts / structs / ChannelDetails.mts
1 import { TxOut } from '../structs/TxOut.mjs';
2 import { AccessError } from '../enums/AccessError.mjs';
3 import { COption_NoneZ } from '../enums/COption_NoneZ.mjs';
4 import { ChannelMonitorUpdateErr } from '../enums/ChannelMonitorUpdateErr.mjs';
5 import { ConfirmationTarget } from '../enums/ConfirmationTarget.mjs';
6 import { CreationError } from '../enums/CreationError.mjs';
7 import { Currency } from '../enums/Currency.mjs';
8 import { IOError } from '../enums/IOError.mjs';
9 import { Level } from '../enums/Level.mjs';
10 import { Network } from '../enums/Network.mjs';
11 import { Recipient } from '../enums/Recipient.mjs';
12 import { Secp256k1Error } from '../enums/Secp256k1Error.mjs';
13 import { SemanticError } from '../enums/SemanticError.mjs';
14 import { SiPrefix } from '../enums/SiPrefix.mjs';
15 import { Bech32Error } from '../structs/Bech32Error.mjs';
16 import { Result_NoneNoneZ } from '../structs/Result_NoneNoneZ.mjs';
17 import { CounterpartyCommitmentSecrets } from '../structs/CounterpartyCommitmentSecrets.mjs';
18 import { DecodeError } from '../structs/DecodeError.mjs';
19 import { Result_CounterpartyCommitmentSecretsDecodeErrorZ } from '../structs/Result_CounterpartyCommitmentSecretsDecodeErrorZ.mjs';
20 import { Result_SecretKeyErrorZ } from '../structs/Result_SecretKeyErrorZ.mjs';
21 import { Result_PublicKeyErrorZ } from '../structs/Result_PublicKeyErrorZ.mjs';
22 import { TxCreationKeys } from '../structs/TxCreationKeys.mjs';
23 import { Result_TxCreationKeysDecodeErrorZ } from '../structs/Result_TxCreationKeysDecodeErrorZ.mjs';
24 import { ChannelPublicKeys } from '../structs/ChannelPublicKeys.mjs';
25 import { Result_ChannelPublicKeysDecodeErrorZ } from '../structs/Result_ChannelPublicKeysDecodeErrorZ.mjs';
26 import { Result_TxCreationKeysErrorZ } from '../structs/Result_TxCreationKeysErrorZ.mjs';
27 import { Option_u32Z } from '../structs/Option_u32Z.mjs';
28 import { HTLCOutputInCommitment } from '../structs/HTLCOutputInCommitment.mjs';
29 import { Result_HTLCOutputInCommitmentDecodeErrorZ } from '../structs/Result_HTLCOutputInCommitmentDecodeErrorZ.mjs';
30 import { CounterpartyChannelTransactionParameters } from '../structs/CounterpartyChannelTransactionParameters.mjs';
31 import { Result_CounterpartyChannelTransactionParametersDecodeErrorZ } from '../structs/Result_CounterpartyChannelTransactionParametersDecodeErrorZ.mjs';
32 import { ChannelTransactionParameters } from '../structs/ChannelTransactionParameters.mjs';
33 import { Result_ChannelTransactionParametersDecodeErrorZ } from '../structs/Result_ChannelTransactionParametersDecodeErrorZ.mjs';
34 import { HolderCommitmentTransaction } from '../structs/HolderCommitmentTransaction.mjs';
35 import { Result_HolderCommitmentTransactionDecodeErrorZ } from '../structs/Result_HolderCommitmentTransactionDecodeErrorZ.mjs';
36 import { BuiltCommitmentTransaction } from '../structs/BuiltCommitmentTransaction.mjs';
37 import { Result_BuiltCommitmentTransactionDecodeErrorZ } from '../structs/Result_BuiltCommitmentTransactionDecodeErrorZ.mjs';
38 import { TrustedClosingTransaction } from '../structs/TrustedClosingTransaction.mjs';
39 import { Result_TrustedClosingTransactionNoneZ } from '../structs/Result_TrustedClosingTransactionNoneZ.mjs';
40 import { CommitmentTransaction } from '../structs/CommitmentTransaction.mjs';
41 import { Result_CommitmentTransactionDecodeErrorZ } from '../structs/Result_CommitmentTransactionDecodeErrorZ.mjs';
42 import { TrustedCommitmentTransaction } from '../structs/TrustedCommitmentTransaction.mjs';
43 import { Result_TrustedCommitmentTransactionNoneZ } from '../structs/Result_TrustedCommitmentTransactionNoneZ.mjs';
44 import { Result_CVec_SignatureZNoneZ } from '../structs/Result_CVec_SignatureZNoneZ.mjs';
45 import { ShutdownScript } from '../structs/ShutdownScript.mjs';
46 import { Result_ShutdownScriptDecodeErrorZ } from '../structs/Result_ShutdownScriptDecodeErrorZ.mjs';
47 import { InvalidShutdownScript } from '../structs/InvalidShutdownScript.mjs';
48 import { Result_ShutdownScriptInvalidShutdownScriptZ } from '../structs/Result_ShutdownScriptInvalidShutdownScriptZ.mjs';
49 import { RouteHop } from '../structs/RouteHop.mjs';
50 import { Result_RouteHopDecodeErrorZ } from '../structs/Result_RouteHopDecodeErrorZ.mjs';
51 import { Route } from '../structs/Route.mjs';
52 import { Result_RouteDecodeErrorZ } from '../structs/Result_RouteDecodeErrorZ.mjs';
53 import { RouteParameters } from '../structs/RouteParameters.mjs';
54 import { Result_RouteParametersDecodeErrorZ } from '../structs/Result_RouteParametersDecodeErrorZ.mjs';
55 import { RouteHint } from '../structs/RouteHint.mjs';
56 import { Option_u64Z } from '../structs/Option_u64Z.mjs';
57 import { PaymentParameters } from '../structs/PaymentParameters.mjs';
58 import { Result_PaymentParametersDecodeErrorZ } from '../structs/Result_PaymentParametersDecodeErrorZ.mjs';
59 import { RouteHintHop } from '../structs/RouteHintHop.mjs';
60 import { Result_RouteHintDecodeErrorZ } from '../structs/Result_RouteHintDecodeErrorZ.mjs';
61 import { Result_RouteHintHopDecodeErrorZ } from '../structs/Result_RouteHintHopDecodeErrorZ.mjs';
62 import { LightningError } from '../structs/LightningError.mjs';
63 import { Result_RouteLightningErrorZ } from '../structs/Result_RouteLightningErrorZ.mjs';
64 import { PaymentPurpose } from '../structs/PaymentPurpose.mjs';
65 import { Result_PaymentPurposeDecodeErrorZ } from '../structs/Result_PaymentPurposeDecodeErrorZ.mjs';
66 import { ClosureReason } from '../structs/ClosureReason.mjs';
67 import { Option_ClosureReasonZ } from '../structs/Option_ClosureReasonZ.mjs';
68 import { Result_COption_ClosureReasonZDecodeErrorZ } from '../structs/Result_COption_ClosureReasonZDecodeErrorZ.mjs';
69 import { HTLCDestination } from '../structs/HTLCDestination.mjs';
70 import { Option_HTLCDestinationZ } from '../structs/Option_HTLCDestinationZ.mjs';
71 import { Result_COption_HTLCDestinationZDecodeErrorZ } from '../structs/Result_COption_HTLCDestinationZDecodeErrorZ.mjs';
72 import { ChannelUpdate } from '../structs/ChannelUpdate.mjs';
73 import { NetworkUpdate } from '../structs/NetworkUpdate.mjs';
74 import { Option_NetworkUpdateZ } from '../structs/Option_NetworkUpdateZ.mjs';
75 import { OutPoint } from '../structs/OutPoint.mjs';
76 import { DelayedPaymentOutputDescriptor } from '../structs/DelayedPaymentOutputDescriptor.mjs';
77 import { StaticPaymentOutputDescriptor } from '../structs/StaticPaymentOutputDescriptor.mjs';
78 import { SpendableOutputDescriptor } from '../structs/SpendableOutputDescriptor.mjs';
79 import { ChannelTypeFeatures } from '../structs/ChannelTypeFeatures.mjs';
80 import { Event } from '../structs/Event.mjs';
81 import { Option_EventZ } from '../structs/Option_EventZ.mjs';
82 import { Result_COption_EventZDecodeErrorZ } from '../structs/Result_COption_EventZDecodeErrorZ.mjs';
83 import { AcceptChannel } from '../structs/AcceptChannel.mjs';
84 import { OpenChannel } from '../structs/OpenChannel.mjs';
85 import { FundingCreated } from '../structs/FundingCreated.mjs';
86 import { FundingSigned } from '../structs/FundingSigned.mjs';
87 import { ChannelReady } from '../structs/ChannelReady.mjs';
88 import { AnnouncementSignatures } from '../structs/AnnouncementSignatures.mjs';
89 import { CommitmentUpdate } from '../structs/CommitmentUpdate.mjs';
90 import { RevokeAndACK } from '../structs/RevokeAndACK.mjs';
91 import { ClosingSigned } from '../structs/ClosingSigned.mjs';
92 import { Shutdown } from '../structs/Shutdown.mjs';
93 import { ChannelReestablish } from '../structs/ChannelReestablish.mjs';
94 import { ChannelAnnouncement } from '../structs/ChannelAnnouncement.mjs';
95 import { NodeAnnouncement } from '../structs/NodeAnnouncement.mjs';
96 import { ErrorMessage } from '../structs/ErrorMessage.mjs';
97 import { WarningMessage } from '../structs/WarningMessage.mjs';
98 import { ErrorAction } from '../structs/ErrorAction.mjs';
99 import { QueryChannelRange } from '../structs/QueryChannelRange.mjs';
100 import { QueryShortChannelIds } from '../structs/QueryShortChannelIds.mjs';
101 import { ReplyChannelRange } from '../structs/ReplyChannelRange.mjs';
102 import { GossipTimestampFilter } from '../structs/GossipTimestampFilter.mjs';
103 import { MessageSendEvent } from '../structs/MessageSendEvent.mjs';
104 import { Result_TxOutAccessErrorZ } from '../structs/Result_TxOutAccessErrorZ.mjs';
105 import { TwoTuple_usizeTransactionZ } from '../structs/TwoTuple_usizeTransactionZ.mjs';
106 import { Result_NoneChannelMonitorUpdateErrZ } from '../structs/Result_NoneChannelMonitorUpdateErrZ.mjs';
107 import { HTLCUpdate } from '../structs/HTLCUpdate.mjs';
108 import { MonitorEvent } from '../structs/MonitorEvent.mjs';
109 import { ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ } from '../structs/ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ.mjs';
110 import { Option_C2Tuple_usizeTransactionZZ } from '../structs/Option_C2Tuple_usizeTransactionZZ.mjs';
111 import { FixedPenaltyScorer } from '../structs/FixedPenaltyScorer.mjs';
112 import { Result_FixedPenaltyScorerDecodeErrorZ } from '../structs/Result_FixedPenaltyScorerDecodeErrorZ.mjs';
113 import { TwoTuple_u64u64Z } from '../structs/TwoTuple_u64u64Z.mjs';
114 import { Option_C2Tuple_u64u64ZZ } from '../structs/Option_C2Tuple_u64u64ZZ.mjs';
115 import { NodeId } from '../structs/NodeId.mjs';
116 import { Record } from '../structs/Record.mjs';
117 import { Logger, LoggerInterface } from '../structs/Logger.mjs';
118 import { NetworkGraph } from '../structs/NetworkGraph.mjs';
119 import { ProbabilisticScorer } from '../structs/ProbabilisticScorer.mjs';
120 import { Result_ProbabilisticScorerDecodeErrorZ } from '../structs/Result_ProbabilisticScorerDecodeErrorZ.mjs';
121 import { InitFeatures } from '../structs/InitFeatures.mjs';
122 import { Result_InitFeaturesDecodeErrorZ } from '../structs/Result_InitFeaturesDecodeErrorZ.mjs';
123 import { ChannelFeatures } from '../structs/ChannelFeatures.mjs';
124 import { Result_ChannelFeaturesDecodeErrorZ } from '../structs/Result_ChannelFeaturesDecodeErrorZ.mjs';
125 import { NodeFeatures } from '../structs/NodeFeatures.mjs';
126 import { Result_NodeFeaturesDecodeErrorZ } from '../structs/Result_NodeFeaturesDecodeErrorZ.mjs';
127 import { InvoiceFeatures } from '../structs/InvoiceFeatures.mjs';
128 import { Result_InvoiceFeaturesDecodeErrorZ } from '../structs/Result_InvoiceFeaturesDecodeErrorZ.mjs';
129 import { Result_ChannelTypeFeaturesDecodeErrorZ } from '../structs/Result_ChannelTypeFeaturesDecodeErrorZ.mjs';
130 import { Result_NodeIdDecodeErrorZ } from '../structs/Result_NodeIdDecodeErrorZ.mjs';
131 import { Result_COption_NetworkUpdateZDecodeErrorZ } from '../structs/Result_COption_NetworkUpdateZDecodeErrorZ.mjs';
132 import { Access, AccessInterface } from '../structs/Access.mjs';
133 import { Option_AccessZ } from '../structs/Option_AccessZ.mjs';
134 import { Result_boolLightningErrorZ } from '../structs/Result_boolLightningErrorZ.mjs';
135 import { ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ } from '../structs/ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ.mjs';
136 import { Result_NoneLightningErrorZ } from '../structs/Result_NoneLightningErrorZ.mjs';
137 import { ChannelUpdateInfo } from '../structs/ChannelUpdateInfo.mjs';
138 import { Result_ChannelUpdateInfoDecodeErrorZ } from '../structs/Result_ChannelUpdateInfoDecodeErrorZ.mjs';
139 import { ChannelInfo } from '../structs/ChannelInfo.mjs';
140 import { Result_ChannelInfoDecodeErrorZ } from '../structs/Result_ChannelInfoDecodeErrorZ.mjs';
141 import { RoutingFees } from '../structs/RoutingFees.mjs';
142 import { Result_RoutingFeesDecodeErrorZ } from '../structs/Result_RoutingFeesDecodeErrorZ.mjs';
143 import { Hostname } from '../structs/Hostname.mjs';
144 import { NetAddress } from '../structs/NetAddress.mjs';
145 import { NodeAnnouncementInfo } from '../structs/NodeAnnouncementInfo.mjs';
146 import { Result_NodeAnnouncementInfoDecodeErrorZ } from '../structs/Result_NodeAnnouncementInfoDecodeErrorZ.mjs';
147 import { NodeAlias } from '../structs/NodeAlias.mjs';
148 import { Result_NodeAliasDecodeErrorZ } from '../structs/Result_NodeAliasDecodeErrorZ.mjs';
149 import { NodeInfo } from '../structs/NodeInfo.mjs';
150 import { Result_NodeInfoDecodeErrorZ } from '../structs/Result_NodeInfoDecodeErrorZ.mjs';
151 import { Result_NetworkGraphDecodeErrorZ } from '../structs/Result_NetworkGraphDecodeErrorZ.mjs';
152 import { Option_CVec_NetAddressZZ } from '../structs/Option_CVec_NetAddressZZ.mjs';
153 import { Result_DelayedPaymentOutputDescriptorDecodeErrorZ } from '../structs/Result_DelayedPaymentOutputDescriptorDecodeErrorZ.mjs';
154 import { Result_StaticPaymentOutputDescriptorDecodeErrorZ } from '../structs/Result_StaticPaymentOutputDescriptorDecodeErrorZ.mjs';
155 import { Result_SpendableOutputDescriptorDecodeErrorZ } from '../structs/Result_SpendableOutputDescriptorDecodeErrorZ.mjs';
156 import { TwoTuple_SignatureCVec_SignatureZZ } from '../structs/TwoTuple_SignatureCVec_SignatureZZ.mjs';
157 import { Result_C2Tuple_SignatureCVec_SignatureZZNoneZ } from '../structs/Result_C2Tuple_SignatureCVec_SignatureZZNoneZ.mjs';
158 import { Result_SignatureNoneZ } from '../structs/Result_SignatureNoneZ.mjs';
159 import { TwoTuple_SignatureSignatureZ } from '../structs/TwoTuple_SignatureSignatureZ.mjs';
160 import { Result_C2Tuple_SignatureSignatureZNoneZ } from '../structs/Result_C2Tuple_SignatureSignatureZNoneZ.mjs';
161 import { Result_SecretKeyNoneZ } from '../structs/Result_SecretKeyNoneZ.mjs';
162 import { ClosingTransaction } from '../structs/ClosingTransaction.mjs';
163 import { UnsignedChannelAnnouncement } from '../structs/UnsignedChannelAnnouncement.mjs';
164 import { BaseSign, BaseSignInterface } from '../structs/BaseSign.mjs';
165 import { Sign, SignInterface } from '../structs/Sign.mjs';
166 import { Result_SignDecodeErrorZ } from '../structs/Result_SignDecodeErrorZ.mjs';
167 import { Result_RecoverableSignatureNoneZ } from '../structs/Result_RecoverableSignatureNoneZ.mjs';
168 import { Result_CVec_CVec_u8ZZNoneZ } from '../structs/Result_CVec_CVec_u8ZZNoneZ.mjs';
169 import { InMemorySigner } from '../structs/InMemorySigner.mjs';
170 import { Result_InMemorySignerDecodeErrorZ } from '../structs/Result_InMemorySignerDecodeErrorZ.mjs';
171 import { Result_TransactionNoneZ } from '../structs/Result_TransactionNoneZ.mjs';
172 import { Option_u16Z } from '../structs/Option_u16Z.mjs';
173 import { APIError } from '../structs/APIError.mjs';
174 import { Result_NoneAPIErrorZ } from '../structs/Result_NoneAPIErrorZ.mjs';
175 import { Result__u832APIErrorZ } from '../structs/Result__u832APIErrorZ.mjs';
176 import { PaymentSendFailure } from '../structs/PaymentSendFailure.mjs';
177 import { Result_PaymentIdPaymentSendFailureZ } from '../structs/Result_PaymentIdPaymentSendFailureZ.mjs';
178 import { Result_NonePaymentSendFailureZ } from '../structs/Result_NonePaymentSendFailureZ.mjs';
179 import { TwoTuple_PaymentHashPaymentIdZ } from '../structs/TwoTuple_PaymentHashPaymentIdZ.mjs';
180 import { Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ } from '../structs/Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ.mjs';
181 import { TwoTuple_PaymentHashPaymentSecretZ } from '../structs/TwoTuple_PaymentHashPaymentSecretZ.mjs';
182 import { Result_C2Tuple_PaymentHashPaymentSecretZNoneZ } from '../structs/Result_C2Tuple_PaymentHashPaymentSecretZNoneZ.mjs';
183 import { Result_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ } from '../structs/Result_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ.mjs';
184 import { Result_PaymentSecretNoneZ } from '../structs/Result_PaymentSecretNoneZ.mjs';
185 import { Result_PaymentSecretAPIErrorZ } from '../structs/Result_PaymentSecretAPIErrorZ.mjs';
186 import { Result_PaymentPreimageAPIErrorZ } from '../structs/Result_PaymentPreimageAPIErrorZ.mjs';
187 import { CounterpartyForwardingInfo } from '../structs/CounterpartyForwardingInfo.mjs';
188 import { Result_CounterpartyForwardingInfoDecodeErrorZ } from '../structs/Result_CounterpartyForwardingInfoDecodeErrorZ.mjs';
189 import { ChannelCounterparty } from '../structs/ChannelCounterparty.mjs';
190 import { Result_ChannelCounterpartyDecodeErrorZ } from '../structs/Result_ChannelCounterpartyDecodeErrorZ.mjs';
191 import { Result_ChannelDetailsDecodeErrorZ } from '../structs/Result_ChannelDetailsDecodeErrorZ.mjs';
192 import { PhantomRouteHints } from '../structs/PhantomRouteHints.mjs';
193 import { Result_PhantomRouteHintsDecodeErrorZ } from '../structs/Result_PhantomRouteHintsDecodeErrorZ.mjs';
194 import { ChannelMonitor } from '../structs/ChannelMonitor.mjs';
195 import { ChannelMonitorUpdate } from '../structs/ChannelMonitorUpdate.mjs';
196 import { Watch, WatchInterface } from '../structs/Watch.mjs';
197 import { BroadcasterInterface, BroadcasterInterfaceInterface } from '../structs/BroadcasterInterface.mjs';
198 import { KeysInterface, KeysInterfaceInterface } from '../structs/KeysInterface.mjs';
199 import { FeeEstimator, FeeEstimatorInterface } from '../structs/FeeEstimator.mjs';
200 import { ChannelManager } from '../structs/ChannelManager.mjs';
201 import { TwoTuple_BlockHashChannelManagerZ } from '../structs/TwoTuple_BlockHashChannelManagerZ.mjs';
202 import { Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ } from '../structs/Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ.mjs';
203 import { ChannelConfig } from '../structs/ChannelConfig.mjs';
204 import { Result_ChannelConfigDecodeErrorZ } from '../structs/Result_ChannelConfigDecodeErrorZ.mjs';
205 import { Result_OutPointDecodeErrorZ } from '../structs/Result_OutPointDecodeErrorZ.mjs';
206 import { Type, TypeInterface } from '../structs/Type.mjs';
207 import { Option_TypeZ } from '../structs/Option_TypeZ.mjs';
208 import { Result_COption_TypeZDecodeErrorZ } from '../structs/Result_COption_TypeZDecodeErrorZ.mjs';
209 import { PaymentError } from '../structs/PaymentError.mjs';
210 import { Result_PaymentIdPaymentErrorZ } from '../structs/Result_PaymentIdPaymentErrorZ.mjs';
211 import { ParseError } from '../structs/ParseError.mjs';
212 import { Result_SiPrefixParseErrorZ } from '../structs/Result_SiPrefixParseErrorZ.mjs';
213 import { Invoice } from '../structs/Invoice.mjs';
214 import { ParseOrSemanticError } from '../structs/ParseOrSemanticError.mjs';
215 import { Result_InvoiceParseOrSemanticErrorZ } from '../structs/Result_InvoiceParseOrSemanticErrorZ.mjs';
216 import { SignedRawInvoice } from '../structs/SignedRawInvoice.mjs';
217 import { Result_SignedRawInvoiceParseErrorZ } from '../structs/Result_SignedRawInvoiceParseErrorZ.mjs';
218 import { RawInvoice } from '../structs/RawInvoice.mjs';
219 import { InvoiceSignature } from '../structs/InvoiceSignature.mjs';
220 import { ThreeTuple_RawInvoice_u832InvoiceSignatureZ } from '../structs/ThreeTuple_RawInvoice_u832InvoiceSignatureZ.mjs';
221 import { PayeePubKey } from '../structs/PayeePubKey.mjs';
222 import { Result_PayeePubKeyErrorZ } from '../structs/Result_PayeePubKeyErrorZ.mjs';
223 import { PrivateRoute } from '../structs/PrivateRoute.mjs';
224 import { PositiveTimestamp } from '../structs/PositiveTimestamp.mjs';
225 import { Result_PositiveTimestampCreationErrorZ } from '../structs/Result_PositiveTimestampCreationErrorZ.mjs';
226 import { Result_NoneSemanticErrorZ } from '../structs/Result_NoneSemanticErrorZ.mjs';
227 import { Result_InvoiceSemanticErrorZ } from '../structs/Result_InvoiceSemanticErrorZ.mjs';
228 import { Description } from '../structs/Description.mjs';
229 import { Result_DescriptionCreationErrorZ } from '../structs/Result_DescriptionCreationErrorZ.mjs';
230 import { Result_PrivateRouteCreationErrorZ } from '../structs/Result_PrivateRouteCreationErrorZ.mjs';
231 import { Result_StringErrorZ } from '../structs/Result_StringErrorZ.mjs';
232 import { Result_ChannelMonitorUpdateDecodeErrorZ } from '../structs/Result_ChannelMonitorUpdateDecodeErrorZ.mjs';
233 import { Option_MonitorEventZ } from '../structs/Option_MonitorEventZ.mjs';
234 import { Result_COption_MonitorEventZDecodeErrorZ } from '../structs/Result_COption_MonitorEventZDecodeErrorZ.mjs';
235 import { Result_HTLCUpdateDecodeErrorZ } from '../structs/Result_HTLCUpdateDecodeErrorZ.mjs';
236 import { TwoTuple_OutPointScriptZ } from '../structs/TwoTuple_OutPointScriptZ.mjs';
237 import { TwoTuple_u32ScriptZ } from '../structs/TwoTuple_u32ScriptZ.mjs';
238 import { TwoTuple_TxidCVec_C2Tuple_u32ScriptZZZ } from '../structs/TwoTuple_TxidCVec_C2Tuple_u32ScriptZZZ.mjs';
239 import { TwoTuple_u32TxOutZ } from '../structs/TwoTuple_u32TxOutZ.mjs';
240 import { TwoTuple_TxidCVec_C2Tuple_u32TxOutZZZ } from '../structs/TwoTuple_TxidCVec_C2Tuple_u32TxOutZZZ.mjs';
241 import { Balance } from '../structs/Balance.mjs';
242 import { TwoTuple_BlockHashChannelMonitorZ } from '../structs/TwoTuple_BlockHashChannelMonitorZ.mjs';
243 import { Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ } from '../structs/Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ.mjs';
244 import { TwoTuple_PublicKeyTypeZ } from '../structs/TwoTuple_PublicKeyTypeZ.mjs';
245 import { Option_NetAddressZ } from '../structs/Option_NetAddressZ.mjs';
246 import { PeerHandleError } from '../structs/PeerHandleError.mjs';
247 import { Result_CVec_u8ZPeerHandleErrorZ } from '../structs/Result_CVec_u8ZPeerHandleErrorZ.mjs';
248 import { Result_NonePeerHandleErrorZ } from '../structs/Result_NonePeerHandleErrorZ.mjs';
249 import { Result_boolPeerHandleErrorZ } from '../structs/Result_boolPeerHandleErrorZ.mjs';
250 import { Result_NoneErrorZ } from '../structs/Result_NoneErrorZ.mjs';
251 import { Result_NetAddressDecodeErrorZ } from '../structs/Result_NetAddressDecodeErrorZ.mjs';
252 import { UpdateAddHTLC } from '../structs/UpdateAddHTLC.mjs';
253 import { UpdateFulfillHTLC } from '../structs/UpdateFulfillHTLC.mjs';
254 import { UpdateFailHTLC } from '../structs/UpdateFailHTLC.mjs';
255 import { UpdateFailMalformedHTLC } from '../structs/UpdateFailMalformedHTLC.mjs';
256 import { Result_AcceptChannelDecodeErrorZ } from '../structs/Result_AcceptChannelDecodeErrorZ.mjs';
257 import { Result_AnnouncementSignaturesDecodeErrorZ } from '../structs/Result_AnnouncementSignaturesDecodeErrorZ.mjs';
258 import { Result_ChannelReestablishDecodeErrorZ } from '../structs/Result_ChannelReestablishDecodeErrorZ.mjs';
259 import { Result_ClosingSignedDecodeErrorZ } from '../structs/Result_ClosingSignedDecodeErrorZ.mjs';
260 import { ClosingSignedFeeRange } from '../structs/ClosingSignedFeeRange.mjs';
261 import { Result_ClosingSignedFeeRangeDecodeErrorZ } from '../structs/Result_ClosingSignedFeeRangeDecodeErrorZ.mjs';
262 import { CommitmentSigned } from '../structs/CommitmentSigned.mjs';
263 import { Result_CommitmentSignedDecodeErrorZ } from '../structs/Result_CommitmentSignedDecodeErrorZ.mjs';
264 import { Result_FundingCreatedDecodeErrorZ } from '../structs/Result_FundingCreatedDecodeErrorZ.mjs';
265 import { Result_FundingSignedDecodeErrorZ } from '../structs/Result_FundingSignedDecodeErrorZ.mjs';
266 import { Result_ChannelReadyDecodeErrorZ } from '../structs/Result_ChannelReadyDecodeErrorZ.mjs';
267 import { Init } from '../structs/Init.mjs';
268 import { Result_InitDecodeErrorZ } from '../structs/Result_InitDecodeErrorZ.mjs';
269 import { Result_OpenChannelDecodeErrorZ } from '../structs/Result_OpenChannelDecodeErrorZ.mjs';
270 import { Result_RevokeAndACKDecodeErrorZ } from '../structs/Result_RevokeAndACKDecodeErrorZ.mjs';
271 import { Result_ShutdownDecodeErrorZ } from '../structs/Result_ShutdownDecodeErrorZ.mjs';
272 import { Result_UpdateFailHTLCDecodeErrorZ } from '../structs/Result_UpdateFailHTLCDecodeErrorZ.mjs';
273 import { Result_UpdateFailMalformedHTLCDecodeErrorZ } from '../structs/Result_UpdateFailMalformedHTLCDecodeErrorZ.mjs';
274 import { UpdateFee } from '../structs/UpdateFee.mjs';
275 import { Result_UpdateFeeDecodeErrorZ } from '../structs/Result_UpdateFeeDecodeErrorZ.mjs';
276 import { Result_UpdateFulfillHTLCDecodeErrorZ } from '../structs/Result_UpdateFulfillHTLCDecodeErrorZ.mjs';
277 import { Result_UpdateAddHTLCDecodeErrorZ } from '../structs/Result_UpdateAddHTLCDecodeErrorZ.mjs';
278 import { Ping } from '../structs/Ping.mjs';
279 import { Result_PingDecodeErrorZ } from '../structs/Result_PingDecodeErrorZ.mjs';
280 import { Pong } from '../structs/Pong.mjs';
281 import { Result_PongDecodeErrorZ } from '../structs/Result_PongDecodeErrorZ.mjs';
282 import { Result_UnsignedChannelAnnouncementDecodeErrorZ } from '../structs/Result_UnsignedChannelAnnouncementDecodeErrorZ.mjs';
283 import { Result_ChannelAnnouncementDecodeErrorZ } from '../structs/Result_ChannelAnnouncementDecodeErrorZ.mjs';
284 import { UnsignedChannelUpdate } from '../structs/UnsignedChannelUpdate.mjs';
285 import { Result_UnsignedChannelUpdateDecodeErrorZ } from '../structs/Result_UnsignedChannelUpdateDecodeErrorZ.mjs';
286 import { Result_ChannelUpdateDecodeErrorZ } from '../structs/Result_ChannelUpdateDecodeErrorZ.mjs';
287 import { Result_ErrorMessageDecodeErrorZ } from '../structs/Result_ErrorMessageDecodeErrorZ.mjs';
288 import { Result_WarningMessageDecodeErrorZ } from '../structs/Result_WarningMessageDecodeErrorZ.mjs';
289 import { UnsignedNodeAnnouncement } from '../structs/UnsignedNodeAnnouncement.mjs';
290 import { Result_UnsignedNodeAnnouncementDecodeErrorZ } from '../structs/Result_UnsignedNodeAnnouncementDecodeErrorZ.mjs';
291 import { Result_NodeAnnouncementDecodeErrorZ } from '../structs/Result_NodeAnnouncementDecodeErrorZ.mjs';
292 import { Result_QueryShortChannelIdsDecodeErrorZ } from '../structs/Result_QueryShortChannelIdsDecodeErrorZ.mjs';
293 import { ReplyShortChannelIdsEnd } from '../structs/ReplyShortChannelIdsEnd.mjs';
294 import { Result_ReplyShortChannelIdsEndDecodeErrorZ } from '../structs/Result_ReplyShortChannelIdsEndDecodeErrorZ.mjs';
295 import { Result_QueryChannelRangeDecodeErrorZ } from '../structs/Result_QueryChannelRangeDecodeErrorZ.mjs';
296 import { Result_ReplyChannelRangeDecodeErrorZ } from '../structs/Result_ReplyChannelRangeDecodeErrorZ.mjs';
297 import { Result_GossipTimestampFilterDecodeErrorZ } from '../structs/Result_GossipTimestampFilterDecodeErrorZ.mjs';
298 import { SignOrCreationError } from '../structs/SignOrCreationError.mjs';
299 import { Result_InvoiceSignOrCreationErrorZ } from '../structs/Result_InvoiceSignOrCreationErrorZ.mjs';
300 import { WatchedOutput } from '../structs/WatchedOutput.mjs';
301 import { Filter, FilterInterface } from '../structs/Filter.mjs';
302 import { Option_FilterZ } from '../structs/Option_FilterZ.mjs';
303 import { LockedChannelMonitor } from '../structs/LockedChannelMonitor.mjs';
304 import { Result_LockedChannelMonitorNoneZ } from '../structs/Result_LockedChannelMonitorNoneZ.mjs';
305 import { MessageSendEventsProvider, MessageSendEventsProviderInterface } from '../structs/MessageSendEventsProvider.mjs';
306 import { EventHandler, EventHandlerInterface } from '../structs/EventHandler.mjs';
307 import { EventsProvider, EventsProviderInterface } from '../structs/EventsProvider.mjs';
308 import { BigSize } from '../structs/BigSize.mjs';
309 import { ChannelUsage } from '../structs/ChannelUsage.mjs';
310 import { Score, ScoreInterface } from '../structs/Score.mjs';
311 import { MultiThreadedLockableScore } from '../structs/MultiThreadedLockableScore.mjs';
312 import { Persister, PersisterInterface } from '../structs/Persister.mjs';
313 import { ChannelHandshakeConfig } from '../structs/ChannelHandshakeConfig.mjs';
314 import { ChannelHandshakeLimits } from '../structs/ChannelHandshakeLimits.mjs';
315 import { UserConfig } from '../structs/UserConfig.mjs';
316 import { BestBlock } from '../structs/BestBlock.mjs';
317 import { Listen, ListenInterface } from '../structs/Listen.mjs';
318 import { Confirm, ConfirmInterface } from '../structs/Confirm.mjs';
319 import { MonitorUpdateId } from '../structs/MonitorUpdateId.mjs';
320 import { Persist, PersistInterface } from '../structs/Persist.mjs';
321 import { ChainMonitor } from '../structs/ChainMonitor.mjs';
322 import { KeysManager } from '../structs/KeysManager.mjs';
323 import { PhantomKeysManager } from '../structs/PhantomKeysManager.mjs';
324 import { ChainParameters } from '../structs/ChainParameters.mjs';
325 import { ChannelMessageHandler, ChannelMessageHandlerInterface } from '../structs/ChannelMessageHandler.mjs';
326 import { ChannelManagerReadArgs } from '../structs/ChannelManagerReadArgs.mjs';
327 import { ExpandedKey } from '../structs/ExpandedKey.mjs';
328 import { DataLossProtect } from '../structs/DataLossProtect.mjs';
329 import { RoutingMessageHandler, RoutingMessageHandlerInterface } from '../structs/RoutingMessageHandler.mjs';
330 import { CustomMessageReader, CustomMessageReaderInterface } from '../structs/CustomMessageReader.mjs';
331 import { CustomMessageHandler, CustomMessageHandlerInterface } from '../structs/CustomMessageHandler.mjs';
332 import { IgnoringMessageHandler } from '../structs/IgnoringMessageHandler.mjs';
333 import { ErroringMessageHandler } from '../structs/ErroringMessageHandler.mjs';
334 import { MessageHandler } from '../structs/MessageHandler.mjs';
335 import { SocketDescriptor, SocketDescriptorInterface } from '../structs/SocketDescriptor.mjs';
336 import { PeerManager } from '../structs/PeerManager.mjs';
337 import { DirectedChannelTransactionParameters } from '../structs/DirectedChannelTransactionParameters.mjs';
338 import { ReadOnlyNetworkGraph } from '../structs/ReadOnlyNetworkGraph.mjs';
339 import { P2PGossipSync } from '../structs/P2PGossipSync.mjs';
340 import { DirectedChannelInfo } from '../structs/DirectedChannelInfo.mjs';
341 import { EffectiveCapacity } from '../structs/EffectiveCapacity.mjs';
342 import { LockableScore, LockableScoreInterface } from '../structs/LockableScore.mjs';
343 import { ProbabilisticScoringParameters } from '../structs/ProbabilisticScoringParameters.mjs';
344 import { RawDataPart } from '../structs/RawDataPart.mjs';
345 import { Sha256 } from '../structs/Sha256.mjs';
346 import { ExpiryTime } from '../structs/ExpiryTime.mjs';
347 import { MinFinalCltvExpiry } from '../structs/MinFinalCltvExpiry.mjs';
348 import { Fallback } from '../structs/Fallback.mjs';
349 import { Payer, PayerInterface } from '../structs/Payer.mjs';
350 import { Router, RouterInterface } from '../structs/Router.mjs';
351 import { InvoicePayer } from '../structs/InvoicePayer.mjs';
352 import { Retry } from '../structs/Retry.mjs';
353 import { DefaultRouter } from '../structs/DefaultRouter.mjs';
354
355 import { CommonBase, UInt5, WitnessVersion, UnqualifiedError } from './CommonBase.mjs';
356 import * as bindings from '../bindings.mjs'
357
358
359 /**
360  * Details of a channel, as returned by ChannelManager::list_channels and ChannelManager::list_usable_channels
361  */
362 export class ChannelDetails extends CommonBase {
363         /* @internal */
364         public constructor(_dummy: object, ptr: bigint) {
365                 super(ptr, bindings.ChannelDetails_free);
366         }
367
368         /**
369          * The channel's ID (prior to funding transaction generation, this is a random 32 bytes,
370          * thereafter this is the txid of the funding transaction xor the funding transaction output).
371          * Note that this means this value is *not* persistent - it can change once during the
372          * lifetime of the channel.
373          */
374         public get_channel_id(): Uint8Array {
375                 const ret: number = bindings.ChannelDetails_get_channel_id(this.ptr);
376                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
377                 return ret_conv;
378         }
379
380         /**
381          * The channel's ID (prior to funding transaction generation, this is a random 32 bytes,
382          * thereafter this is the txid of the funding transaction xor the funding transaction output).
383          * Note that this means this value is *not* persistent - it can change once during the
384          * lifetime of the channel.
385          */
386         public set_channel_id(val: Uint8Array): void {
387                 bindings.ChannelDetails_set_channel_id(this.ptr, bindings.encodeUint8Array(bindings.check_arr_len(val, 32)));
388         }
389
390         /**
391          * Parameters which apply to our counterparty. See individual fields for more information.
392          */
393         public get_counterparty(): ChannelCounterparty {
394                 const ret: bigint = bindings.ChannelDetails_get_counterparty(this.ptr);
395                 const ret_hu_conv: ChannelCounterparty = new ChannelCounterparty(null, ret);
396                 CommonBase.add_ref_from(ret_hu_conv, this);
397                 return ret_hu_conv;
398         }
399
400         /**
401          * Parameters which apply to our counterparty. See individual fields for more information.
402          */
403         public set_counterparty(val: ChannelCounterparty): void {
404                 bindings.ChannelDetails_set_counterparty(this.ptr, val == null ? 0n : CommonBase.get_ptr_of(val));
405                 CommonBase.add_ref_from(this, val);
406         }
407
408         /**
409          * The Channel's funding transaction output, if we've negotiated the funding transaction with
410          * our counterparty already.
411          * 
412          * Note that, if this has been set, `channel_id` will be equivalent to
413          * `funding_txo.unwrap().to_channel_id()`.
414          * 
415          * Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent None
416          */
417         public get_funding_txo(): OutPoint {
418                 const ret: bigint = bindings.ChannelDetails_get_funding_txo(this.ptr);
419                 const ret_hu_conv: OutPoint = new OutPoint(null, ret);
420                 CommonBase.add_ref_from(ret_hu_conv, this);
421                 return ret_hu_conv;
422         }
423
424         /**
425          * The Channel's funding transaction output, if we've negotiated the funding transaction with
426          * our counterparty already.
427          * 
428          * Note that, if this has been set, `channel_id` will be equivalent to
429          * `funding_txo.unwrap().to_channel_id()`.
430          * 
431          * Note that val (or a relevant inner pointer) may be NULL or all-0s to represent None
432          */
433         public set_funding_txo(val: OutPoint): void {
434                 bindings.ChannelDetails_set_funding_txo(this.ptr, val == null ? 0n : CommonBase.get_ptr_of(val));
435                 CommonBase.add_ref_from(this, val);
436         }
437
438         /**
439          * The features which this channel operates with. See individual features for more info.
440          * 
441          * `None` until negotiation completes and the channel type is finalized.
442          * 
443          * Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent None
444          */
445         public get_channel_type(): ChannelTypeFeatures {
446                 const ret: bigint = bindings.ChannelDetails_get_channel_type(this.ptr);
447                 const ret_hu_conv: ChannelTypeFeatures = new ChannelTypeFeatures(null, ret);
448                 CommonBase.add_ref_from(ret_hu_conv, this);
449                 return ret_hu_conv;
450         }
451
452         /**
453          * The features which this channel operates with. See individual features for more info.
454          * 
455          * `None` until negotiation completes and the channel type is finalized.
456          * 
457          * Note that val (or a relevant inner pointer) may be NULL or all-0s to represent None
458          */
459         public set_channel_type(val: ChannelTypeFeatures): void {
460                 bindings.ChannelDetails_set_channel_type(this.ptr, val == null ? 0n : CommonBase.get_ptr_of(val));
461                 CommonBase.add_ref_from(this, val);
462         }
463
464         /**
465          * The position of the funding transaction in the chain. None if the funding transaction has
466          * not yet been confirmed and the channel fully opened.
467          * 
468          * Note that if [`inbound_scid_alias`] is set, it must be used for invoices and inbound
469          * payments instead of this. See [`get_inbound_payment_scid`].
470          * 
471          * For channels with [`confirmations_required`] set to `Some(0)`, [`outbound_scid_alias`] may
472          * be used in place of this in outbound routes. See [`get_outbound_payment_scid`].
473          * 
474          * [`inbound_scid_alias`]: Self::inbound_scid_alias
475          * [`outbound_scid_alias`]: Self::outbound_scid_alias
476          * [`get_inbound_payment_scid`]: Self::get_inbound_payment_scid
477          * [`get_outbound_payment_scid`]: Self::get_outbound_payment_scid
478          * [`confirmations_required`]: Self::confirmations_required
479          */
480         public get_short_channel_id(): Option_u64Z {
481                 const ret: bigint = bindings.ChannelDetails_get_short_channel_id(this.ptr);
482                 const ret_hu_conv: Option_u64Z = Option_u64Z.constr_from_ptr(ret);
483                 CommonBase.add_ref_from(ret_hu_conv, this);
484                 return ret_hu_conv;
485         }
486
487         /**
488          * The position of the funding transaction in the chain. None if the funding transaction has
489          * not yet been confirmed and the channel fully opened.
490          * 
491          * Note that if [`inbound_scid_alias`] is set, it must be used for invoices and inbound
492          * payments instead of this. See [`get_inbound_payment_scid`].
493          * 
494          * For channels with [`confirmations_required`] set to `Some(0)`, [`outbound_scid_alias`] may
495          * be used in place of this in outbound routes. See [`get_outbound_payment_scid`].
496          * 
497          * [`inbound_scid_alias`]: Self::inbound_scid_alias
498          * [`outbound_scid_alias`]: Self::outbound_scid_alias
499          * [`get_inbound_payment_scid`]: Self::get_inbound_payment_scid
500          * [`get_outbound_payment_scid`]: Self::get_outbound_payment_scid
501          * [`confirmations_required`]: Self::confirmations_required
502          */
503         public set_short_channel_id(val: Option_u64Z): void {
504                 bindings.ChannelDetails_set_short_channel_id(this.ptr, CommonBase.get_ptr_of(val));
505         }
506
507         /**
508          * An optional [`short_channel_id`] alias for this channel, randomly generated by us and
509          * usable in place of [`short_channel_id`] to reference the channel in outbound routes when
510          * the channel has not yet been confirmed (as long as [`confirmations_required`] is
511          * `Some(0)`).
512          * 
513          * This will be `None` as long as the channel is not available for routing outbound payments.
514          * 
515          * [`short_channel_id`]: Self::short_channel_id
516          * [`confirmations_required`]: Self::confirmations_required
517          */
518         public get_outbound_scid_alias(): Option_u64Z {
519                 const ret: bigint = bindings.ChannelDetails_get_outbound_scid_alias(this.ptr);
520                 const ret_hu_conv: Option_u64Z = Option_u64Z.constr_from_ptr(ret);
521                 CommonBase.add_ref_from(ret_hu_conv, this);
522                 return ret_hu_conv;
523         }
524
525         /**
526          * An optional [`short_channel_id`] alias for this channel, randomly generated by us and
527          * usable in place of [`short_channel_id`] to reference the channel in outbound routes when
528          * the channel has not yet been confirmed (as long as [`confirmations_required`] is
529          * `Some(0)`).
530          * 
531          * This will be `None` as long as the channel is not available for routing outbound payments.
532          * 
533          * [`short_channel_id`]: Self::short_channel_id
534          * [`confirmations_required`]: Self::confirmations_required
535          */
536         public set_outbound_scid_alias(val: Option_u64Z): void {
537                 bindings.ChannelDetails_set_outbound_scid_alias(this.ptr, CommonBase.get_ptr_of(val));
538         }
539
540         /**
541          * An optional [`short_channel_id`] alias for this channel, randomly generated by our
542          * counterparty and usable in place of [`short_channel_id`] in invoice route hints. Our
543          * counterparty will recognize the alias provided here in place of the [`short_channel_id`]
544          * when they see a payment to be routed to us.
545          * 
546          * Our counterparty may choose to rotate this value at any time, though will always recognize
547          * previous values for inbound payment forwarding.
548          * 
549          * [`short_channel_id`]: Self::short_channel_id
550          */
551         public get_inbound_scid_alias(): Option_u64Z {
552                 const ret: bigint = bindings.ChannelDetails_get_inbound_scid_alias(this.ptr);
553                 const ret_hu_conv: Option_u64Z = Option_u64Z.constr_from_ptr(ret);
554                 CommonBase.add_ref_from(ret_hu_conv, this);
555                 return ret_hu_conv;
556         }
557
558         /**
559          * An optional [`short_channel_id`] alias for this channel, randomly generated by our
560          * counterparty and usable in place of [`short_channel_id`] in invoice route hints. Our
561          * counterparty will recognize the alias provided here in place of the [`short_channel_id`]
562          * when they see a payment to be routed to us.
563          * 
564          * Our counterparty may choose to rotate this value at any time, though will always recognize
565          * previous values for inbound payment forwarding.
566          * 
567          * [`short_channel_id`]: Self::short_channel_id
568          */
569         public set_inbound_scid_alias(val: Option_u64Z): void {
570                 bindings.ChannelDetails_set_inbound_scid_alias(this.ptr, CommonBase.get_ptr_of(val));
571         }
572
573         /**
574          * The value, in satoshis, of this channel as appears in the funding output
575          */
576         public get_channel_value_satoshis(): bigint {
577                 const ret: bigint = bindings.ChannelDetails_get_channel_value_satoshis(this.ptr);
578                 return ret;
579         }
580
581         /**
582          * The value, in satoshis, of this channel as appears in the funding output
583          */
584         public set_channel_value_satoshis(val: bigint): void {
585                 bindings.ChannelDetails_set_channel_value_satoshis(this.ptr, val);
586         }
587
588         /**
589          * The value, in satoshis, that must always be held in the channel for us. This value ensures
590          * that if we broadcast a revoked state, our counterparty can punish us by claiming at least
591          * this value on chain.
592          * 
593          * This value is not included in [`outbound_capacity_msat`] as it can never be spent.
594          * 
595          * This value will be `None` for outbound channels until the counterparty accepts the channel.
596          * 
597          * [`outbound_capacity_msat`]: ChannelDetails::outbound_capacity_msat
598          */
599         public get_unspendable_punishment_reserve(): Option_u64Z {
600                 const ret: bigint = bindings.ChannelDetails_get_unspendable_punishment_reserve(this.ptr);
601                 const ret_hu_conv: Option_u64Z = Option_u64Z.constr_from_ptr(ret);
602                 CommonBase.add_ref_from(ret_hu_conv, this);
603                 return ret_hu_conv;
604         }
605
606         /**
607          * The value, in satoshis, that must always be held in the channel for us. This value ensures
608          * that if we broadcast a revoked state, our counterparty can punish us by claiming at least
609          * this value on chain.
610          * 
611          * This value is not included in [`outbound_capacity_msat`] as it can never be spent.
612          * 
613          * This value will be `None` for outbound channels until the counterparty accepts the channel.
614          * 
615          * [`outbound_capacity_msat`]: ChannelDetails::outbound_capacity_msat
616          */
617         public set_unspendable_punishment_reserve(val: Option_u64Z): void {
618                 bindings.ChannelDetails_set_unspendable_punishment_reserve(this.ptr, CommonBase.get_ptr_of(val));
619         }
620
621         /**
622          * The `user_channel_id` passed in to create_channel, or 0 if the channel was inbound.
623          */
624         public get_user_channel_id(): bigint {
625                 const ret: bigint = bindings.ChannelDetails_get_user_channel_id(this.ptr);
626                 return ret;
627         }
628
629         /**
630          * The `user_channel_id` passed in to create_channel, or 0 if the channel was inbound.
631          */
632         public set_user_channel_id(val: bigint): void {
633                 bindings.ChannelDetails_set_user_channel_id(this.ptr, val);
634         }
635
636         /**
637          * Our total balance.  This is the amount we would get if we close the channel.
638          * This value is not exact. Due to various in-flight changes and feerate changes, exactly this
639          * amount is not likely to be recoverable on close.
640          * 
641          * This does not include any pending HTLCs which are not yet fully resolved (and, thus, whose
642          * balance is not available for inclusion in new outbound HTLCs). This further does not include
643          * any pending outgoing HTLCs which are awaiting some other resolution to be sent.
644          * This does not consider any on-chain fees.
645          * 
646          * See also [`ChannelDetails::outbound_capacity_msat`]
647          */
648         public get_balance_msat(): bigint {
649                 const ret: bigint = bindings.ChannelDetails_get_balance_msat(this.ptr);
650                 return ret;
651         }
652
653         /**
654          * Our total balance.  This is the amount we would get if we close the channel.
655          * This value is not exact. Due to various in-flight changes and feerate changes, exactly this
656          * amount is not likely to be recoverable on close.
657          * 
658          * This does not include any pending HTLCs which are not yet fully resolved (and, thus, whose
659          * balance is not available for inclusion in new outbound HTLCs). This further does not include
660          * any pending outgoing HTLCs which are awaiting some other resolution to be sent.
661          * This does not consider any on-chain fees.
662          * 
663          * See also [`ChannelDetails::outbound_capacity_msat`]
664          */
665         public set_balance_msat(val: bigint): void {
666                 bindings.ChannelDetails_set_balance_msat(this.ptr, val);
667         }
668
669         /**
670          * The available outbound capacity for sending HTLCs to the remote peer. This does not include
671          * any pending HTLCs which are not yet fully resolved (and, thus, whose balance is not
672          * available for inclusion in new outbound HTLCs). This further does not include any pending
673          * outgoing HTLCs which are awaiting some other resolution to be sent.
674          * 
675          * See also [`ChannelDetails::balance_msat`]
676          * 
677          * This value is not exact. Due to various in-flight changes, feerate changes, and our
678          * conflict-avoidance policy, exactly this amount is not likely to be spendable. However, we
679          * should be able to spend nearly this amount.
680          */
681         public get_outbound_capacity_msat(): bigint {
682                 const ret: bigint = bindings.ChannelDetails_get_outbound_capacity_msat(this.ptr);
683                 return ret;
684         }
685
686         /**
687          * The available outbound capacity for sending HTLCs to the remote peer. This does not include
688          * any pending HTLCs which are not yet fully resolved (and, thus, whose balance is not
689          * available for inclusion in new outbound HTLCs). This further does not include any pending
690          * outgoing HTLCs which are awaiting some other resolution to be sent.
691          * 
692          * See also [`ChannelDetails::balance_msat`]
693          * 
694          * This value is not exact. Due to various in-flight changes, feerate changes, and our
695          * conflict-avoidance policy, exactly this amount is not likely to be spendable. However, we
696          * should be able to spend nearly this amount.
697          */
698         public set_outbound_capacity_msat(val: bigint): void {
699                 bindings.ChannelDetails_set_outbound_capacity_msat(this.ptr, val);
700         }
701
702         /**
703          * The available outbound capacity for sending a single HTLC to the remote peer. This is
704          * similar to [`ChannelDetails::outbound_capacity_msat`] but it may be further restricted by
705          * the current state and per-HTLC limit(s). This is intended for use when routing, allowing us
706          * to use a limit as close as possible to the HTLC limit we can currently send.
707          * 
708          * See also [`ChannelDetails::balance_msat`] and [`ChannelDetails::outbound_capacity_msat`].
709          */
710         public get_next_outbound_htlc_limit_msat(): bigint {
711                 const ret: bigint = bindings.ChannelDetails_get_next_outbound_htlc_limit_msat(this.ptr);
712                 return ret;
713         }
714
715         /**
716          * The available outbound capacity for sending a single HTLC to the remote peer. This is
717          * similar to [`ChannelDetails::outbound_capacity_msat`] but it may be further restricted by
718          * the current state and per-HTLC limit(s). This is intended for use when routing, allowing us
719          * to use a limit as close as possible to the HTLC limit we can currently send.
720          * 
721          * See also [`ChannelDetails::balance_msat`] and [`ChannelDetails::outbound_capacity_msat`].
722          */
723         public set_next_outbound_htlc_limit_msat(val: bigint): void {
724                 bindings.ChannelDetails_set_next_outbound_htlc_limit_msat(this.ptr, val);
725         }
726
727         /**
728          * The available inbound capacity for the remote peer to send HTLCs to us. This does not
729          * include any pending HTLCs which are not yet fully resolved (and, thus, whose balance is not
730          * available for inclusion in new inbound HTLCs).
731          * Note that there are some corner cases not fully handled here, so the actual available
732          * inbound capacity may be slightly higher than this.
733          * 
734          * This value is not exact. Due to various in-flight changes, feerate changes, and our
735          * counterparty's conflict-avoidance policy, exactly this amount is not likely to be spendable.
736          * However, our counterparty should be able to spend nearly this amount.
737          */
738         public get_inbound_capacity_msat(): bigint {
739                 const ret: bigint = bindings.ChannelDetails_get_inbound_capacity_msat(this.ptr);
740                 return ret;
741         }
742
743         /**
744          * The available inbound capacity for the remote peer to send HTLCs to us. This does not
745          * include any pending HTLCs which are not yet fully resolved (and, thus, whose balance is not
746          * available for inclusion in new inbound HTLCs).
747          * Note that there are some corner cases not fully handled here, so the actual available
748          * inbound capacity may be slightly higher than this.
749          * 
750          * This value is not exact. Due to various in-flight changes, feerate changes, and our
751          * counterparty's conflict-avoidance policy, exactly this amount is not likely to be spendable.
752          * However, our counterparty should be able to spend nearly this amount.
753          */
754         public set_inbound_capacity_msat(val: bigint): void {
755                 bindings.ChannelDetails_set_inbound_capacity_msat(this.ptr, val);
756         }
757
758         /**
759          * The number of required confirmations on the funding transaction before the funding will be
760          * considered \"locked\". This number is selected by the channel fundee (i.e. us if
761          * [`is_outbound`] is *not* set), and can be selected for inbound channels with
762          * [`ChannelHandshakeConfig::minimum_depth`] or limited for outbound channels with
763          * [`ChannelHandshakeLimits::max_minimum_depth`].
764          * 
765          * This value will be `None` for outbound channels until the counterparty accepts the channel.
766          * 
767          * [`is_outbound`]: ChannelDetails::is_outbound
768          * [`ChannelHandshakeConfig::minimum_depth`]: crate::util::config::ChannelHandshakeConfig::minimum_depth
769          * [`ChannelHandshakeLimits::max_minimum_depth`]: crate::util::config::ChannelHandshakeLimits::max_minimum_depth
770          */
771         public get_confirmations_required(): Option_u32Z {
772                 const ret: bigint = bindings.ChannelDetails_get_confirmations_required(this.ptr);
773                 const ret_hu_conv: Option_u32Z = Option_u32Z.constr_from_ptr(ret);
774                 CommonBase.add_ref_from(ret_hu_conv, this);
775                 return ret_hu_conv;
776         }
777
778         /**
779          * The number of required confirmations on the funding transaction before the funding will be
780          * considered \"locked\". This number is selected by the channel fundee (i.e. us if
781          * [`is_outbound`] is *not* set), and can be selected for inbound channels with
782          * [`ChannelHandshakeConfig::minimum_depth`] or limited for outbound channels with
783          * [`ChannelHandshakeLimits::max_minimum_depth`].
784          * 
785          * This value will be `None` for outbound channels until the counterparty accepts the channel.
786          * 
787          * [`is_outbound`]: ChannelDetails::is_outbound
788          * [`ChannelHandshakeConfig::minimum_depth`]: crate::util::config::ChannelHandshakeConfig::minimum_depth
789          * [`ChannelHandshakeLimits::max_minimum_depth`]: crate::util::config::ChannelHandshakeLimits::max_minimum_depth
790          */
791         public set_confirmations_required(val: Option_u32Z): void {
792                 bindings.ChannelDetails_set_confirmations_required(this.ptr, CommonBase.get_ptr_of(val));
793         }
794
795         /**
796          * The number of blocks (after our commitment transaction confirms) that we will need to wait
797          * until we can claim our funds after we force-close the channel. During this time our
798          * counterparty is allowed to punish us if we broadcasted a stale state. If our counterparty
799          * force-closes the channel and broadcasts a commitment transaction we do not have to wait any
800          * time to claim our non-HTLC-encumbered funds.
801          * 
802          * This value will be `None` for outbound channels until the counterparty accepts the channel.
803          */
804         public get_force_close_spend_delay(): Option_u16Z {
805                 const ret: bigint = bindings.ChannelDetails_get_force_close_spend_delay(this.ptr);
806                 const ret_hu_conv: Option_u16Z = Option_u16Z.constr_from_ptr(ret);
807                 CommonBase.add_ref_from(ret_hu_conv, this);
808                 return ret_hu_conv;
809         }
810
811         /**
812          * The number of blocks (after our commitment transaction confirms) that we will need to wait
813          * until we can claim our funds after we force-close the channel. During this time our
814          * counterparty is allowed to punish us if we broadcasted a stale state. If our counterparty
815          * force-closes the channel and broadcasts a commitment transaction we do not have to wait any
816          * time to claim our non-HTLC-encumbered funds.
817          * 
818          * This value will be `None` for outbound channels until the counterparty accepts the channel.
819          */
820         public set_force_close_spend_delay(val: Option_u16Z): void {
821                 bindings.ChannelDetails_set_force_close_spend_delay(this.ptr, CommonBase.get_ptr_of(val));
822         }
823
824         /**
825          * True if the channel was initiated (and thus funded) by us.
826          */
827         public get_is_outbound(): boolean {
828                 const ret: boolean = bindings.ChannelDetails_get_is_outbound(this.ptr);
829                 return ret;
830         }
831
832         /**
833          * True if the channel was initiated (and thus funded) by us.
834          */
835         public set_is_outbound(val: boolean): void {
836                 bindings.ChannelDetails_set_is_outbound(this.ptr, val);
837         }
838
839         /**
840          * True if the channel is confirmed, channel_ready messages have been exchanged, and the
841          * channel is not currently being shut down. `channel_ready` message exchange implies the
842          * required confirmation count has been reached (and we were connected to the peer at some
843          * point after the funding transaction received enough confirmations). The required
844          * confirmation count is provided in [`confirmations_required`].
845          * 
846          * [`confirmations_required`]: ChannelDetails::confirmations_required
847          */
848         public get_is_channel_ready(): boolean {
849                 const ret: boolean = bindings.ChannelDetails_get_is_channel_ready(this.ptr);
850                 return ret;
851         }
852
853         /**
854          * True if the channel is confirmed, channel_ready messages have been exchanged, and the
855          * channel is not currently being shut down. `channel_ready` message exchange implies the
856          * required confirmation count has been reached (and we were connected to the peer at some
857          * point after the funding transaction received enough confirmations). The required
858          * confirmation count is provided in [`confirmations_required`].
859          * 
860          * [`confirmations_required`]: ChannelDetails::confirmations_required
861          */
862         public set_is_channel_ready(val: boolean): void {
863                 bindings.ChannelDetails_set_is_channel_ready(this.ptr, val);
864         }
865
866         /**
867          * True if the channel is (a) confirmed and channel_ready messages have been exchanged, (b)
868          * the peer is connected, and (c) the channel is not currently negotiating a shutdown.
869          * 
870          * This is a strict superset of `is_channel_ready`.
871          */
872         public get_is_usable(): boolean {
873                 const ret: boolean = bindings.ChannelDetails_get_is_usable(this.ptr);
874                 return ret;
875         }
876
877         /**
878          * True if the channel is (a) confirmed and channel_ready messages have been exchanged, (b)
879          * the peer is connected, and (c) the channel is not currently negotiating a shutdown.
880          * 
881          * This is a strict superset of `is_channel_ready`.
882          */
883         public set_is_usable(val: boolean): void {
884                 bindings.ChannelDetails_set_is_usable(this.ptr, val);
885         }
886
887         /**
888          * True if this channel is (or will be) publicly-announced.
889          */
890         public get_is_public(): boolean {
891                 const ret: boolean = bindings.ChannelDetails_get_is_public(this.ptr);
892                 return ret;
893         }
894
895         /**
896          * True if this channel is (or will be) publicly-announced.
897          */
898         public set_is_public(val: boolean): void {
899                 bindings.ChannelDetails_set_is_public(this.ptr, val);
900         }
901
902         /**
903          * The smallest value HTLC (in msat) we will accept, for this channel. This field
904          * is only `None` for `ChannelDetails` objects serialized prior to LDK 0.0.107
905          */
906         public get_inbound_htlc_minimum_msat(): Option_u64Z {
907                 const ret: bigint = bindings.ChannelDetails_get_inbound_htlc_minimum_msat(this.ptr);
908                 const ret_hu_conv: Option_u64Z = Option_u64Z.constr_from_ptr(ret);
909                 CommonBase.add_ref_from(ret_hu_conv, this);
910                 return ret_hu_conv;
911         }
912
913         /**
914          * The smallest value HTLC (in msat) we will accept, for this channel. This field
915          * is only `None` for `ChannelDetails` objects serialized prior to LDK 0.0.107
916          */
917         public set_inbound_htlc_minimum_msat(val: Option_u64Z): void {
918                 bindings.ChannelDetails_set_inbound_htlc_minimum_msat(this.ptr, CommonBase.get_ptr_of(val));
919         }
920
921         /**
922          * The largest value HTLC (in msat) we currently will accept, for this channel.
923          */
924         public get_inbound_htlc_maximum_msat(): Option_u64Z {
925                 const ret: bigint = bindings.ChannelDetails_get_inbound_htlc_maximum_msat(this.ptr);
926                 const ret_hu_conv: Option_u64Z = Option_u64Z.constr_from_ptr(ret);
927                 CommonBase.add_ref_from(ret_hu_conv, this);
928                 return ret_hu_conv;
929         }
930
931         /**
932          * The largest value HTLC (in msat) we currently will accept, for this channel.
933          */
934         public set_inbound_htlc_maximum_msat(val: Option_u64Z): void {
935                 bindings.ChannelDetails_set_inbound_htlc_maximum_msat(this.ptr, CommonBase.get_ptr_of(val));
936         }
937
938         /**
939          * Set of configurable parameters that affect channel operation.
940          * 
941          * This field is only `None` for `ChannelDetails` objects serialized prior to LDK 0.0.109.
942          * 
943          * Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent None
944          */
945         public get_config(): ChannelConfig {
946                 const ret: bigint = bindings.ChannelDetails_get_config(this.ptr);
947                 const ret_hu_conv: ChannelConfig = new ChannelConfig(null, ret);
948                 CommonBase.add_ref_from(ret_hu_conv, this);
949                 return ret_hu_conv;
950         }
951
952         /**
953          * Set of configurable parameters that affect channel operation.
954          * 
955          * This field is only `None` for `ChannelDetails` objects serialized prior to LDK 0.0.109.
956          * 
957          * Note that val (or a relevant inner pointer) may be NULL or all-0s to represent None
958          */
959         public set_config(val: ChannelConfig): void {
960                 bindings.ChannelDetails_set_config(this.ptr, val == null ? 0n : CommonBase.get_ptr_of(val));
961                 CommonBase.add_ref_from(this, val);
962         }
963
964         /**
965          * Constructs a new ChannelDetails given each field
966          */
967         public static constructor_new(channel_id_arg: Uint8Array, counterparty_arg: ChannelCounterparty, funding_txo_arg: OutPoint, channel_type_arg: ChannelTypeFeatures, 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, balance_msat_arg: bigint, outbound_capacity_msat_arg: bigint, next_outbound_htlc_limit_msat_arg: bigint, inbound_capacity_msat_arg: bigint, confirmations_required_arg: Option_u32Z, force_close_spend_delay_arg: Option_u16Z, is_outbound_arg: boolean, is_channel_ready_arg: boolean, 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): ChannelDetails {
968                 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), user_channel_id_arg, balance_msat_arg, outbound_capacity_msat_arg, next_outbound_htlc_limit_msat_arg, inbound_capacity_msat_arg, CommonBase.get_ptr_of(confirmations_required_arg), CommonBase.get_ptr_of(force_close_spend_delay_arg), is_outbound_arg, is_channel_ready_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));
969                 const ret_hu_conv: ChannelDetails = new ChannelDetails(null, ret);
970                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
971                 CommonBase.add_ref_from(ret_hu_conv, counterparty_arg);
972                 CommonBase.add_ref_from(ret_hu_conv, funding_txo_arg);
973                 CommonBase.add_ref_from(ret_hu_conv, channel_type_arg);
974                 CommonBase.add_ref_from(ret_hu_conv, config_arg);
975                 return ret_hu_conv;
976         }
977
978         public clone_ptr(): bigint {
979                 const ret: bigint = bindings.ChannelDetails_clone_ptr(this.ptr);
980                 return ret;
981         }
982
983         /**
984          * Creates a copy of the ChannelDetails
985          */
986         public clone(): ChannelDetails {
987                 const ret: bigint = bindings.ChannelDetails_clone(this.ptr);
988                 const ret_hu_conv: ChannelDetails = new ChannelDetails(null, ret);
989                 CommonBase.add_ref_from(ret_hu_conv, this);
990                 return ret_hu_conv;
991         }
992
993         /**
994          * Gets the current SCID which should be used to identify this channel for inbound payments.
995          * This should be used for providing invoice hints or in any other context where our
996          * counterparty will forward a payment to us.
997          * 
998          * This is either the [`ChannelDetails::inbound_scid_alias`], if set, or the
999          * [`ChannelDetails::short_channel_id`]. See those for more information.
1000          */
1001         public get_inbound_payment_scid(): Option_u64Z {
1002                 const ret: bigint = bindings.ChannelDetails_get_inbound_payment_scid(this.ptr);
1003                 const ret_hu_conv: Option_u64Z = Option_u64Z.constr_from_ptr(ret);
1004                 CommonBase.add_ref_from(ret_hu_conv, this);
1005                 return ret_hu_conv;
1006         }
1007
1008         /**
1009          * Gets the current SCID which should be used to identify this channel for outbound payments.
1010          * This should be used in [`Route`]s to describe the first hop or in other contexts where
1011          * we're sending or forwarding a payment outbound over this channel.
1012          * 
1013          * This is either the [`ChannelDetails::short_channel_id`], if set, or the
1014          * [`ChannelDetails::outbound_scid_alias`]. See those for more information.
1015          */
1016         public get_outbound_payment_scid(): Option_u64Z {
1017                 const ret: bigint = bindings.ChannelDetails_get_outbound_payment_scid(this.ptr);
1018                 const ret_hu_conv: Option_u64Z = Option_u64Z.constr_from_ptr(ret);
1019                 CommonBase.add_ref_from(ret_hu_conv, this);
1020                 return ret_hu_conv;
1021         }
1022
1023         /**
1024          * Serialize the ChannelDetails object into a byte array which can be read by ChannelDetails_read
1025          */
1026         public write(): Uint8Array {
1027                 const ret: number = bindings.ChannelDetails_write(this.ptr);
1028                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
1029                 return ret_conv;
1030         }
1031
1032         /**
1033          * Read a ChannelDetails from a byte array, created by ChannelDetails_write
1034          */
1035         public static constructor_read(ser: Uint8Array): Result_ChannelDetailsDecodeErrorZ {
1036                 const ret: bigint = bindings.ChannelDetails_read(bindings.encodeUint8Array(ser));
1037                 const ret_hu_conv: Result_ChannelDetailsDecodeErrorZ = Result_ChannelDetailsDecodeErrorZ.constr_from_ptr(ret);
1038                 return ret_hu_conv;
1039         }
1040
1041 }