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