[TS] Update auto-generated TS bindings
[ldk-java] / ts / structs / Event.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 { ChannelDetails } from '../structs/ChannelDetails.mjs';
63 import { LightningError } from '../structs/LightningError.mjs';
64 import { Result_RouteLightningErrorZ } from '../structs/Result_RouteLightningErrorZ.mjs';
65 import { PaymentPurpose } from '../structs/PaymentPurpose.mjs';
66 import { Result_PaymentPurposeDecodeErrorZ } from '../structs/Result_PaymentPurposeDecodeErrorZ.mjs';
67 import { ClosureReason } from '../structs/ClosureReason.mjs';
68 import { Option_ClosureReasonZ } from '../structs/Option_ClosureReasonZ.mjs';
69 import { Result_COption_ClosureReasonZDecodeErrorZ } from '../structs/Result_COption_ClosureReasonZDecodeErrorZ.mjs';
70 import { ChannelUpdate } from '../structs/ChannelUpdate.mjs';
71 import { NetworkUpdate } from '../structs/NetworkUpdate.mjs';
72 import { Option_NetworkUpdateZ } from '../structs/Option_NetworkUpdateZ.mjs';
73 import { OutPoint } from '../structs/OutPoint.mjs';
74 import { DelayedPaymentOutputDescriptor } from '../structs/DelayedPaymentOutputDescriptor.mjs';
75 import { StaticPaymentOutputDescriptor } from '../structs/StaticPaymentOutputDescriptor.mjs';
76 import { SpendableOutputDescriptor } from '../structs/SpendableOutputDescriptor.mjs';
77 import { ChannelTypeFeatures } from '../structs/ChannelTypeFeatures.mjs';
78 import { Option_EventZ } from '../structs/Option_EventZ.mjs';
79 import { Result_COption_EventZDecodeErrorZ } from '../structs/Result_COption_EventZDecodeErrorZ.mjs';
80 import { AcceptChannel } from '../structs/AcceptChannel.mjs';
81 import { OpenChannel } from '../structs/OpenChannel.mjs';
82 import { FundingCreated } from '../structs/FundingCreated.mjs';
83 import { FundingSigned } from '../structs/FundingSigned.mjs';
84 import { ChannelReady } from '../structs/ChannelReady.mjs';
85 import { AnnouncementSignatures } from '../structs/AnnouncementSignatures.mjs';
86 import { CommitmentUpdate } from '../structs/CommitmentUpdate.mjs';
87 import { RevokeAndACK } from '../structs/RevokeAndACK.mjs';
88 import { ClosingSigned } from '../structs/ClosingSigned.mjs';
89 import { Shutdown } from '../structs/Shutdown.mjs';
90 import { ChannelReestablish } from '../structs/ChannelReestablish.mjs';
91 import { ChannelAnnouncement } from '../structs/ChannelAnnouncement.mjs';
92 import { NodeAnnouncement } from '../structs/NodeAnnouncement.mjs';
93 import { ErrorMessage } from '../structs/ErrorMessage.mjs';
94 import { WarningMessage } from '../structs/WarningMessage.mjs';
95 import { ErrorAction } from '../structs/ErrorAction.mjs';
96 import { QueryChannelRange } from '../structs/QueryChannelRange.mjs';
97 import { QueryShortChannelIds } from '../structs/QueryShortChannelIds.mjs';
98 import { ReplyChannelRange } from '../structs/ReplyChannelRange.mjs';
99 import { GossipTimestampFilter } from '../structs/GossipTimestampFilter.mjs';
100 import { MessageSendEvent } from '../structs/MessageSendEvent.mjs';
101 import { Result_TxOutAccessErrorZ } from '../structs/Result_TxOutAccessErrorZ.mjs';
102 import { TwoTuple_usizeTransactionZ } from '../structs/TwoTuple_usizeTransactionZ.mjs';
103 import { Result_NoneChannelMonitorUpdateErrZ } from '../structs/Result_NoneChannelMonitorUpdateErrZ.mjs';
104 import { HTLCUpdate } from '../structs/HTLCUpdate.mjs';
105 import { MonitorEvent } from '../structs/MonitorEvent.mjs';
106 import { TwoTuple_OutPointCVec_MonitorEventZZ } from '../structs/TwoTuple_OutPointCVec_MonitorEventZZ.mjs';
107 import { Option_C2Tuple_usizeTransactionZZ } from '../structs/Option_C2Tuple_usizeTransactionZZ.mjs';
108 import { FixedPenaltyScorer } from '../structs/FixedPenaltyScorer.mjs';
109 import { Result_FixedPenaltyScorerDecodeErrorZ } from '../structs/Result_FixedPenaltyScorerDecodeErrorZ.mjs';
110 import { TwoTuple_u64u64Z } from '../structs/TwoTuple_u64u64Z.mjs';
111 import { Option_C2Tuple_u64u64ZZ } from '../structs/Option_C2Tuple_u64u64ZZ.mjs';
112 import { NodeId } from '../structs/NodeId.mjs';
113 import { Record } from '../structs/Record.mjs';
114 import { Logger, LoggerInterface } from '../structs/Logger.mjs';
115 import { NetworkGraph } from '../structs/NetworkGraph.mjs';
116 import { ProbabilisticScorer } from '../structs/ProbabilisticScorer.mjs';
117 import { Result_ProbabilisticScorerDecodeErrorZ } from '../structs/Result_ProbabilisticScorerDecodeErrorZ.mjs';
118 import { InitFeatures } from '../structs/InitFeatures.mjs';
119 import { Result_InitFeaturesDecodeErrorZ } from '../structs/Result_InitFeaturesDecodeErrorZ.mjs';
120 import { ChannelFeatures } from '../structs/ChannelFeatures.mjs';
121 import { Result_ChannelFeaturesDecodeErrorZ } from '../structs/Result_ChannelFeaturesDecodeErrorZ.mjs';
122 import { NodeFeatures } from '../structs/NodeFeatures.mjs';
123 import { Result_NodeFeaturesDecodeErrorZ } from '../structs/Result_NodeFeaturesDecodeErrorZ.mjs';
124 import { InvoiceFeatures } from '../structs/InvoiceFeatures.mjs';
125 import { Result_InvoiceFeaturesDecodeErrorZ } from '../structs/Result_InvoiceFeaturesDecodeErrorZ.mjs';
126 import { Result_ChannelTypeFeaturesDecodeErrorZ } from '../structs/Result_ChannelTypeFeaturesDecodeErrorZ.mjs';
127 import { Result_NodeIdDecodeErrorZ } from '../structs/Result_NodeIdDecodeErrorZ.mjs';
128 import { Result_COption_NetworkUpdateZDecodeErrorZ } from '../structs/Result_COption_NetworkUpdateZDecodeErrorZ.mjs';
129 import { Access, AccessInterface } from '../structs/Access.mjs';
130 import { Option_AccessZ } from '../structs/Option_AccessZ.mjs';
131 import { Result_boolLightningErrorZ } from '../structs/Result_boolLightningErrorZ.mjs';
132 import { ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ } from '../structs/ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ.mjs';
133 import { Result_NoneLightningErrorZ } from '../structs/Result_NoneLightningErrorZ.mjs';
134 import { ChannelUpdateInfo } from '../structs/ChannelUpdateInfo.mjs';
135 import { Result_ChannelUpdateInfoDecodeErrorZ } from '../structs/Result_ChannelUpdateInfoDecodeErrorZ.mjs';
136 import { ChannelInfo } from '../structs/ChannelInfo.mjs';
137 import { Result_ChannelInfoDecodeErrorZ } from '../structs/Result_ChannelInfoDecodeErrorZ.mjs';
138 import { RoutingFees } from '../structs/RoutingFees.mjs';
139 import { Result_RoutingFeesDecodeErrorZ } from '../structs/Result_RoutingFeesDecodeErrorZ.mjs';
140 import { NetAddress } from '../structs/NetAddress.mjs';
141 import { NodeAnnouncementInfo } from '../structs/NodeAnnouncementInfo.mjs';
142 import { Result_NodeAnnouncementInfoDecodeErrorZ } from '../structs/Result_NodeAnnouncementInfoDecodeErrorZ.mjs';
143 import { NodeAlias } from '../structs/NodeAlias.mjs';
144 import { Result_NodeAliasDecodeErrorZ } from '../structs/Result_NodeAliasDecodeErrorZ.mjs';
145 import { NodeInfo } from '../structs/NodeInfo.mjs';
146 import { Result_NodeInfoDecodeErrorZ } from '../structs/Result_NodeInfoDecodeErrorZ.mjs';
147 import { Result_NetworkGraphDecodeErrorZ } from '../structs/Result_NetworkGraphDecodeErrorZ.mjs';
148 import { Option_CVec_NetAddressZZ } from '../structs/Option_CVec_NetAddressZZ.mjs';
149 import { Result_DelayedPaymentOutputDescriptorDecodeErrorZ } from '../structs/Result_DelayedPaymentOutputDescriptorDecodeErrorZ.mjs';
150 import { Result_StaticPaymentOutputDescriptorDecodeErrorZ } from '../structs/Result_StaticPaymentOutputDescriptorDecodeErrorZ.mjs';
151 import { Result_SpendableOutputDescriptorDecodeErrorZ } from '../structs/Result_SpendableOutputDescriptorDecodeErrorZ.mjs';
152 import { TwoTuple_SignatureCVec_SignatureZZ } from '../structs/TwoTuple_SignatureCVec_SignatureZZ.mjs';
153 import { Result_C2Tuple_SignatureCVec_SignatureZZNoneZ } from '../structs/Result_C2Tuple_SignatureCVec_SignatureZZNoneZ.mjs';
154 import { Result_SignatureNoneZ } from '../structs/Result_SignatureNoneZ.mjs';
155 import { TwoTuple_SignatureSignatureZ } from '../structs/TwoTuple_SignatureSignatureZ.mjs';
156 import { Result_C2Tuple_SignatureSignatureZNoneZ } from '../structs/Result_C2Tuple_SignatureSignatureZNoneZ.mjs';
157 import { Result_SecretKeyNoneZ } from '../structs/Result_SecretKeyNoneZ.mjs';
158 import { ClosingTransaction } from '../structs/ClosingTransaction.mjs';
159 import { UnsignedChannelAnnouncement } from '../structs/UnsignedChannelAnnouncement.mjs';
160 import { BaseSign, BaseSignInterface } from '../structs/BaseSign.mjs';
161 import { Sign, SignInterface } from '../structs/Sign.mjs';
162 import { Result_SignDecodeErrorZ } from '../structs/Result_SignDecodeErrorZ.mjs';
163 import { Result_RecoverableSignatureNoneZ } from '../structs/Result_RecoverableSignatureNoneZ.mjs';
164 import { Result_CVec_CVec_u8ZZNoneZ } from '../structs/Result_CVec_CVec_u8ZZNoneZ.mjs';
165 import { InMemorySigner } from '../structs/InMemorySigner.mjs';
166 import { Result_InMemorySignerDecodeErrorZ } from '../structs/Result_InMemorySignerDecodeErrorZ.mjs';
167 import { Result_TransactionNoneZ } from '../structs/Result_TransactionNoneZ.mjs';
168 import { Option_u16Z } from '../structs/Option_u16Z.mjs';
169 import { APIError } from '../structs/APIError.mjs';
170 import { Result_NoneAPIErrorZ } from '../structs/Result_NoneAPIErrorZ.mjs';
171 import { Result__u832APIErrorZ } from '../structs/Result__u832APIErrorZ.mjs';
172 import { PaymentSendFailure } from '../structs/PaymentSendFailure.mjs';
173 import { Result_PaymentIdPaymentSendFailureZ } from '../structs/Result_PaymentIdPaymentSendFailureZ.mjs';
174 import { Result_NonePaymentSendFailureZ } from '../structs/Result_NonePaymentSendFailureZ.mjs';
175 import { TwoTuple_PaymentHashPaymentIdZ } from '../structs/TwoTuple_PaymentHashPaymentIdZ.mjs';
176 import { Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ } from '../structs/Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ.mjs';
177 import { TwoTuple_PaymentHashPaymentSecretZ } from '../structs/TwoTuple_PaymentHashPaymentSecretZ.mjs';
178 import { Result_C2Tuple_PaymentHashPaymentSecretZNoneZ } from '../structs/Result_C2Tuple_PaymentHashPaymentSecretZNoneZ.mjs';
179 import { Result_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ } from '../structs/Result_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ.mjs';
180 import { Result_PaymentSecretNoneZ } from '../structs/Result_PaymentSecretNoneZ.mjs';
181 import { Result_PaymentSecretAPIErrorZ } from '../structs/Result_PaymentSecretAPIErrorZ.mjs';
182 import { Result_PaymentPreimageAPIErrorZ } from '../structs/Result_PaymentPreimageAPIErrorZ.mjs';
183 import { CounterpartyForwardingInfo } from '../structs/CounterpartyForwardingInfo.mjs';
184 import { Result_CounterpartyForwardingInfoDecodeErrorZ } from '../structs/Result_CounterpartyForwardingInfoDecodeErrorZ.mjs';
185 import { ChannelCounterparty } from '../structs/ChannelCounterparty.mjs';
186 import { Result_ChannelCounterpartyDecodeErrorZ } from '../structs/Result_ChannelCounterpartyDecodeErrorZ.mjs';
187 import { Result_ChannelDetailsDecodeErrorZ } from '../structs/Result_ChannelDetailsDecodeErrorZ.mjs';
188 import { PhantomRouteHints } from '../structs/PhantomRouteHints.mjs';
189 import { Result_PhantomRouteHintsDecodeErrorZ } from '../structs/Result_PhantomRouteHintsDecodeErrorZ.mjs';
190 import { ChannelMonitor } from '../structs/ChannelMonitor.mjs';
191 import { ChannelMonitorUpdate } from '../structs/ChannelMonitorUpdate.mjs';
192 import { Watch, WatchInterface } from '../structs/Watch.mjs';
193 import { BroadcasterInterface, BroadcasterInterfaceInterface } from '../structs/BroadcasterInterface.mjs';
194 import { KeysInterface, KeysInterfaceInterface } from '../structs/KeysInterface.mjs';
195 import { FeeEstimator, FeeEstimatorInterface } from '../structs/FeeEstimator.mjs';
196 import { ChannelManager } from '../structs/ChannelManager.mjs';
197 import { TwoTuple_BlockHashChannelManagerZ } from '../structs/TwoTuple_BlockHashChannelManagerZ.mjs';
198 import { Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ } from '../structs/Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ.mjs';
199 import { ChannelConfig } from '../structs/ChannelConfig.mjs';
200 import { Result_ChannelConfigDecodeErrorZ } from '../structs/Result_ChannelConfigDecodeErrorZ.mjs';
201 import { Result_OutPointDecodeErrorZ } from '../structs/Result_OutPointDecodeErrorZ.mjs';
202 import { Type, TypeInterface } from '../structs/Type.mjs';
203 import { Option_TypeZ } from '../structs/Option_TypeZ.mjs';
204 import { Result_COption_TypeZDecodeErrorZ } from '../structs/Result_COption_TypeZDecodeErrorZ.mjs';
205 import { PaymentError } from '../structs/PaymentError.mjs';
206 import { Result_PaymentIdPaymentErrorZ } from '../structs/Result_PaymentIdPaymentErrorZ.mjs';
207 import { ParseError } from '../structs/ParseError.mjs';
208 import { Result_SiPrefixParseErrorZ } from '../structs/Result_SiPrefixParseErrorZ.mjs';
209 import { Invoice } from '../structs/Invoice.mjs';
210 import { ParseOrSemanticError } from '../structs/ParseOrSemanticError.mjs';
211 import { Result_InvoiceParseOrSemanticErrorZ } from '../structs/Result_InvoiceParseOrSemanticErrorZ.mjs';
212 import { SignedRawInvoice } from '../structs/SignedRawInvoice.mjs';
213 import { Result_SignedRawInvoiceParseErrorZ } from '../structs/Result_SignedRawInvoiceParseErrorZ.mjs';
214 import { RawInvoice } from '../structs/RawInvoice.mjs';
215 import { InvoiceSignature } from '../structs/InvoiceSignature.mjs';
216 import { ThreeTuple_RawInvoice_u832InvoiceSignatureZ } from '../structs/ThreeTuple_RawInvoice_u832InvoiceSignatureZ.mjs';
217 import { PayeePubKey } from '../structs/PayeePubKey.mjs';
218 import { Result_PayeePubKeyErrorZ } from '../structs/Result_PayeePubKeyErrorZ.mjs';
219 import { PrivateRoute } from '../structs/PrivateRoute.mjs';
220 import { PositiveTimestamp } from '../structs/PositiveTimestamp.mjs';
221 import { Result_PositiveTimestampCreationErrorZ } from '../structs/Result_PositiveTimestampCreationErrorZ.mjs';
222 import { Result_NoneSemanticErrorZ } from '../structs/Result_NoneSemanticErrorZ.mjs';
223 import { Result_InvoiceSemanticErrorZ } from '../structs/Result_InvoiceSemanticErrorZ.mjs';
224 import { Description } from '../structs/Description.mjs';
225 import { Result_DescriptionCreationErrorZ } from '../structs/Result_DescriptionCreationErrorZ.mjs';
226 import { Result_PrivateRouteCreationErrorZ } from '../structs/Result_PrivateRouteCreationErrorZ.mjs';
227 import { Result_StringErrorZ } from '../structs/Result_StringErrorZ.mjs';
228 import { Result_ChannelMonitorUpdateDecodeErrorZ } from '../structs/Result_ChannelMonitorUpdateDecodeErrorZ.mjs';
229 import { Option_MonitorEventZ } from '../structs/Option_MonitorEventZ.mjs';
230 import { Result_COption_MonitorEventZDecodeErrorZ } from '../structs/Result_COption_MonitorEventZDecodeErrorZ.mjs';
231 import { Result_HTLCUpdateDecodeErrorZ } from '../structs/Result_HTLCUpdateDecodeErrorZ.mjs';
232 import { TwoTuple_OutPointScriptZ } from '../structs/TwoTuple_OutPointScriptZ.mjs';
233 import { TwoTuple_u32ScriptZ } from '../structs/TwoTuple_u32ScriptZ.mjs';
234 import { TwoTuple_TxidCVec_C2Tuple_u32ScriptZZZ } from '../structs/TwoTuple_TxidCVec_C2Tuple_u32ScriptZZZ.mjs';
235 import { TwoTuple_u32TxOutZ } from '../structs/TwoTuple_u32TxOutZ.mjs';
236 import { TwoTuple_TxidCVec_C2Tuple_u32TxOutZZZ } from '../structs/TwoTuple_TxidCVec_C2Tuple_u32TxOutZZZ.mjs';
237 import { Balance } from '../structs/Balance.mjs';
238 import { TwoTuple_BlockHashChannelMonitorZ } from '../structs/TwoTuple_BlockHashChannelMonitorZ.mjs';
239 import { Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ } from '../structs/Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ.mjs';
240 import { TwoTuple_PublicKeyTypeZ } from '../structs/TwoTuple_PublicKeyTypeZ.mjs';
241 import { Option_NetAddressZ } from '../structs/Option_NetAddressZ.mjs';
242 import { PeerHandleError } from '../structs/PeerHandleError.mjs';
243 import { Result_CVec_u8ZPeerHandleErrorZ } from '../structs/Result_CVec_u8ZPeerHandleErrorZ.mjs';
244 import { Result_NonePeerHandleErrorZ } from '../structs/Result_NonePeerHandleErrorZ.mjs';
245 import { Result_boolPeerHandleErrorZ } from '../structs/Result_boolPeerHandleErrorZ.mjs';
246 import { Result_NoneErrorZ } from '../structs/Result_NoneErrorZ.mjs';
247 import { Result_NetAddressDecodeErrorZ } from '../structs/Result_NetAddressDecodeErrorZ.mjs';
248 import { UpdateAddHTLC } from '../structs/UpdateAddHTLC.mjs';
249 import { UpdateFulfillHTLC } from '../structs/UpdateFulfillHTLC.mjs';
250 import { UpdateFailHTLC } from '../structs/UpdateFailHTLC.mjs';
251 import { UpdateFailMalformedHTLC } from '../structs/UpdateFailMalformedHTLC.mjs';
252 import { Result_AcceptChannelDecodeErrorZ } from '../structs/Result_AcceptChannelDecodeErrorZ.mjs';
253 import { Result_AnnouncementSignaturesDecodeErrorZ } from '../structs/Result_AnnouncementSignaturesDecodeErrorZ.mjs';
254 import { Result_ChannelReestablishDecodeErrorZ } from '../structs/Result_ChannelReestablishDecodeErrorZ.mjs';
255 import { Result_ClosingSignedDecodeErrorZ } from '../structs/Result_ClosingSignedDecodeErrorZ.mjs';
256 import { ClosingSignedFeeRange } from '../structs/ClosingSignedFeeRange.mjs';
257 import { Result_ClosingSignedFeeRangeDecodeErrorZ } from '../structs/Result_ClosingSignedFeeRangeDecodeErrorZ.mjs';
258 import { CommitmentSigned } from '../structs/CommitmentSigned.mjs';
259 import { Result_CommitmentSignedDecodeErrorZ } from '../structs/Result_CommitmentSignedDecodeErrorZ.mjs';
260 import { Result_FundingCreatedDecodeErrorZ } from '../structs/Result_FundingCreatedDecodeErrorZ.mjs';
261 import { Result_FundingSignedDecodeErrorZ } from '../structs/Result_FundingSignedDecodeErrorZ.mjs';
262 import { Result_ChannelReadyDecodeErrorZ } from '../structs/Result_ChannelReadyDecodeErrorZ.mjs';
263 import { Init } from '../structs/Init.mjs';
264 import { Result_InitDecodeErrorZ } from '../structs/Result_InitDecodeErrorZ.mjs';
265 import { Result_OpenChannelDecodeErrorZ } from '../structs/Result_OpenChannelDecodeErrorZ.mjs';
266 import { Result_RevokeAndACKDecodeErrorZ } from '../structs/Result_RevokeAndACKDecodeErrorZ.mjs';
267 import { Result_ShutdownDecodeErrorZ } from '../structs/Result_ShutdownDecodeErrorZ.mjs';
268 import { Result_UpdateFailHTLCDecodeErrorZ } from '../structs/Result_UpdateFailHTLCDecodeErrorZ.mjs';
269 import { Result_UpdateFailMalformedHTLCDecodeErrorZ } from '../structs/Result_UpdateFailMalformedHTLCDecodeErrorZ.mjs';
270 import { UpdateFee } from '../structs/UpdateFee.mjs';
271 import { Result_UpdateFeeDecodeErrorZ } from '../structs/Result_UpdateFeeDecodeErrorZ.mjs';
272 import { Result_UpdateFulfillHTLCDecodeErrorZ } from '../structs/Result_UpdateFulfillHTLCDecodeErrorZ.mjs';
273 import { Result_UpdateAddHTLCDecodeErrorZ } from '../structs/Result_UpdateAddHTLCDecodeErrorZ.mjs';
274 import { Ping } from '../structs/Ping.mjs';
275 import { Result_PingDecodeErrorZ } from '../structs/Result_PingDecodeErrorZ.mjs';
276 import { Pong } from '../structs/Pong.mjs';
277 import { Result_PongDecodeErrorZ } from '../structs/Result_PongDecodeErrorZ.mjs';
278 import { Result_UnsignedChannelAnnouncementDecodeErrorZ } from '../structs/Result_UnsignedChannelAnnouncementDecodeErrorZ.mjs';
279 import { Result_ChannelAnnouncementDecodeErrorZ } from '../structs/Result_ChannelAnnouncementDecodeErrorZ.mjs';
280 import { UnsignedChannelUpdate } from '../structs/UnsignedChannelUpdate.mjs';
281 import { Result_UnsignedChannelUpdateDecodeErrorZ } from '../structs/Result_UnsignedChannelUpdateDecodeErrorZ.mjs';
282 import { Result_ChannelUpdateDecodeErrorZ } from '../structs/Result_ChannelUpdateDecodeErrorZ.mjs';
283 import { Result_ErrorMessageDecodeErrorZ } from '../structs/Result_ErrorMessageDecodeErrorZ.mjs';
284 import { Result_WarningMessageDecodeErrorZ } from '../structs/Result_WarningMessageDecodeErrorZ.mjs';
285 import { UnsignedNodeAnnouncement } from '../structs/UnsignedNodeAnnouncement.mjs';
286 import { Result_UnsignedNodeAnnouncementDecodeErrorZ } from '../structs/Result_UnsignedNodeAnnouncementDecodeErrorZ.mjs';
287 import { Result_NodeAnnouncementDecodeErrorZ } from '../structs/Result_NodeAnnouncementDecodeErrorZ.mjs';
288 import { Result_QueryShortChannelIdsDecodeErrorZ } from '../structs/Result_QueryShortChannelIdsDecodeErrorZ.mjs';
289 import { ReplyShortChannelIdsEnd } from '../structs/ReplyShortChannelIdsEnd.mjs';
290 import { Result_ReplyShortChannelIdsEndDecodeErrorZ } from '../structs/Result_ReplyShortChannelIdsEndDecodeErrorZ.mjs';
291 import { Result_QueryChannelRangeDecodeErrorZ } from '../structs/Result_QueryChannelRangeDecodeErrorZ.mjs';
292 import { Result_ReplyChannelRangeDecodeErrorZ } from '../structs/Result_ReplyChannelRangeDecodeErrorZ.mjs';
293 import { Result_GossipTimestampFilterDecodeErrorZ } from '../structs/Result_GossipTimestampFilterDecodeErrorZ.mjs';
294 import { SignOrCreationError } from '../structs/SignOrCreationError.mjs';
295 import { Result_InvoiceSignOrCreationErrorZ } from '../structs/Result_InvoiceSignOrCreationErrorZ.mjs';
296 import { WatchedOutput } from '../structs/WatchedOutput.mjs';
297 import { Filter, FilterInterface } from '../structs/Filter.mjs';
298 import { Option_FilterZ } from '../structs/Option_FilterZ.mjs';
299 import { LockedChannelMonitor } from '../structs/LockedChannelMonitor.mjs';
300 import { Result_LockedChannelMonitorNoneZ } from '../structs/Result_LockedChannelMonitorNoneZ.mjs';
301 import { MessageSendEventsProvider, MessageSendEventsProviderInterface } from '../structs/MessageSendEventsProvider.mjs';
302 import { EventHandler, EventHandlerInterface } from '../structs/EventHandler.mjs';
303 import { EventsProvider, EventsProviderInterface } from '../structs/EventsProvider.mjs';
304 import { BigSize } from '../structs/BigSize.mjs';
305 import { ChannelUsage } from '../structs/ChannelUsage.mjs';
306 import { Score, ScoreInterface } from '../structs/Score.mjs';
307 import { MultiThreadedLockableScore } from '../structs/MultiThreadedLockableScore.mjs';
308 import { Persister, PersisterInterface } from '../structs/Persister.mjs';
309 import { ChannelHandshakeConfig } from '../structs/ChannelHandshakeConfig.mjs';
310 import { ChannelHandshakeLimits } from '../structs/ChannelHandshakeLimits.mjs';
311 import { UserConfig } from '../structs/UserConfig.mjs';
312 import { BestBlock } from '../structs/BestBlock.mjs';
313 import { Listen, ListenInterface } from '../structs/Listen.mjs';
314 import { Confirm, ConfirmInterface } from '../structs/Confirm.mjs';
315 import { MonitorUpdateId } from '../structs/MonitorUpdateId.mjs';
316 import { Persist, PersistInterface } from '../structs/Persist.mjs';
317 import { ChainMonitor } from '../structs/ChainMonitor.mjs';
318 import { KeysManager } from '../structs/KeysManager.mjs';
319 import { PhantomKeysManager } from '../structs/PhantomKeysManager.mjs';
320 import { ChainParameters } from '../structs/ChainParameters.mjs';
321 import { ChannelMessageHandler, ChannelMessageHandlerInterface } from '../structs/ChannelMessageHandler.mjs';
322 import { ChannelManagerReadArgs } from '../structs/ChannelManagerReadArgs.mjs';
323 import { ExpandedKey } from '../structs/ExpandedKey.mjs';
324 import { DataLossProtect } from '../structs/DataLossProtect.mjs';
325 import { RoutingMessageHandler, RoutingMessageHandlerInterface } from '../structs/RoutingMessageHandler.mjs';
326 import { CustomMessageReader, CustomMessageReaderInterface } from '../structs/CustomMessageReader.mjs';
327 import { CustomMessageHandler, CustomMessageHandlerInterface } from '../structs/CustomMessageHandler.mjs';
328 import { IgnoringMessageHandler } from '../structs/IgnoringMessageHandler.mjs';
329 import { ErroringMessageHandler } from '../structs/ErroringMessageHandler.mjs';
330 import { MessageHandler } from '../structs/MessageHandler.mjs';
331 import { SocketDescriptor, SocketDescriptorInterface } from '../structs/SocketDescriptor.mjs';
332 import { PeerManager } from '../structs/PeerManager.mjs';
333 import { DirectedChannelTransactionParameters } from '../structs/DirectedChannelTransactionParameters.mjs';
334 import { ReadOnlyNetworkGraph } from '../structs/ReadOnlyNetworkGraph.mjs';
335 import { P2PGossipSync } from '../structs/P2PGossipSync.mjs';
336 import { DirectedChannelInfo } from '../structs/DirectedChannelInfo.mjs';
337 import { EffectiveCapacity } from '../structs/EffectiveCapacity.mjs';
338 import { LockableScore, LockableScoreInterface } from '../structs/LockableScore.mjs';
339 import { ProbabilisticScoringParameters } from '../structs/ProbabilisticScoringParameters.mjs';
340 import { RawDataPart } from '../structs/RawDataPart.mjs';
341 import { Sha256 } from '../structs/Sha256.mjs';
342 import { ExpiryTime } from '../structs/ExpiryTime.mjs';
343 import { MinFinalCltvExpiry } from '../structs/MinFinalCltvExpiry.mjs';
344 import { Fallback } from '../structs/Fallback.mjs';
345 import { Payer, PayerInterface } from '../structs/Payer.mjs';
346 import { Router, RouterInterface } from '../structs/Router.mjs';
347 import { InvoicePayer } from '../structs/InvoicePayer.mjs';
348 import { Retry } from '../structs/Retry.mjs';
349 import { DefaultRouter } from '../structs/DefaultRouter.mjs';
350
351 import { CommonBase, UInt5, WitnessVersion, UnqualifiedError } from './CommonBase.mjs';
352 import * as bindings from '../bindings.mjs'
353
354 /**
355  * An Event which you should probably take some action in response to.
356  * 
357  * Note that while Writeable and Readable are implemented for Event, you probably shouldn't use
358  * them directly as they don't round-trip exactly (for example FundingGenerationReady is never
359  * written as it makes no sense to respond to it after reconnecting to peers).
360  */
361 export class Event extends CommonBase {
362         protected constructor(_dummy: object, ptr: number) { super(ptr, bindings.Event_free); }
363         /* @internal */
364         public static constr_from_ptr(ptr: number): Event {
365                 const raw_ty: number = bindings.LDKEvent_ty_from_ptr(ptr);
366                 switch (raw_ty) {
367                         case 0: return new Event_FundingGenerationReady(ptr);
368                         case 1: return new Event_PaymentReceived(ptr);
369                         case 2: return new Event_PaymentClaimed(ptr);
370                         case 3: return new Event_PaymentSent(ptr);
371                         case 4: return new Event_PaymentFailed(ptr);
372                         case 5: return new Event_PaymentPathSuccessful(ptr);
373                         case 6: return new Event_PaymentPathFailed(ptr);
374                         case 7: return new Event_PendingHTLCsForwardable(ptr);
375                         case 8: return new Event_SpendableOutputs(ptr);
376                         case 9: return new Event_PaymentForwarded(ptr);
377                         case 10: return new Event_ChannelClosed(ptr);
378                         case 11: return new Event_DiscardFunding(ptr);
379                         case 12: return new Event_OpenChannelRequest(ptr);
380                         default:
381                                 throw new Error('oops, this should be unreachable'); // Unreachable without extending the (internal) bindings interface
382                 }
383         }
384
385         public clone_ptr(): number {
386                 const ret: number = bindings.Event_clone_ptr(this.ptr);
387                 return ret;
388         }
389
390         /**
391          * Creates a copy of the Event
392          */
393         public clone(): Event {
394                 const ret: number = bindings.Event_clone(this.ptr);
395                 const ret_hu_conv: Event = Event.constr_from_ptr(ret);
396                 CommonBase.add_ref_from(ret_hu_conv, this);
397                 return ret_hu_conv;
398         }
399
400         /**
401          * Utility method to constructs a new FundingGenerationReady-variant Event
402          */
403         public static constructor_funding_generation_ready(temporary_channel_id: Uint8Array, counterparty_node_id: Uint8Array, channel_value_satoshis: bigint, output_script: Uint8Array, user_channel_id: bigint): Event {
404                 const ret: number = bindings.Event_funding_generation_ready(bindings.encodeUint8Array(bindings.check_arr_len(temporary_channel_id, 32)), bindings.encodeUint8Array(bindings.check_arr_len(counterparty_node_id, 33)), channel_value_satoshis, bindings.encodeUint8Array(output_script), user_channel_id);
405                 const ret_hu_conv: Event = Event.constr_from_ptr(ret);
406                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
407                 return ret_hu_conv;
408         }
409
410         /**
411          * Utility method to constructs a new PaymentReceived-variant Event
412          */
413         public static constructor_payment_received(payment_hash: Uint8Array, amount_msat: bigint, purpose: PaymentPurpose): Event {
414                 const ret: number = bindings.Event_payment_received(bindings.encodeUint8Array(bindings.check_arr_len(payment_hash, 32)), amount_msat, CommonBase.get_ptr_of(purpose));
415                 const ret_hu_conv: Event = Event.constr_from_ptr(ret);
416                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
417                 return ret_hu_conv;
418         }
419
420         /**
421          * Utility method to constructs a new PaymentClaimed-variant Event
422          */
423         public static constructor_payment_claimed(payment_hash: Uint8Array, amount_msat: bigint, purpose: PaymentPurpose): Event {
424                 const ret: number = bindings.Event_payment_claimed(bindings.encodeUint8Array(bindings.check_arr_len(payment_hash, 32)), amount_msat, CommonBase.get_ptr_of(purpose));
425                 const ret_hu_conv: Event = Event.constr_from_ptr(ret);
426                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
427                 return ret_hu_conv;
428         }
429
430         /**
431          * Utility method to constructs a new PaymentSent-variant Event
432          */
433         public static constructor_payment_sent(payment_id: Uint8Array, payment_preimage: Uint8Array, payment_hash: Uint8Array, fee_paid_msat: Option_u64Z): Event {
434                 const ret: number = bindings.Event_payment_sent(bindings.encodeUint8Array(bindings.check_arr_len(payment_id, 32)), bindings.encodeUint8Array(bindings.check_arr_len(payment_preimage, 32)), bindings.encodeUint8Array(bindings.check_arr_len(payment_hash, 32)), CommonBase.get_ptr_of(fee_paid_msat));
435                 const ret_hu_conv: Event = Event.constr_from_ptr(ret);
436                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
437                 return ret_hu_conv;
438         }
439
440         /**
441          * Utility method to constructs a new PaymentFailed-variant Event
442          */
443         public static constructor_payment_failed(payment_id: Uint8Array, payment_hash: Uint8Array): Event {
444                 const ret: number = bindings.Event_payment_failed(bindings.encodeUint8Array(bindings.check_arr_len(payment_id, 32)), bindings.encodeUint8Array(bindings.check_arr_len(payment_hash, 32)));
445                 const ret_hu_conv: Event = Event.constr_from_ptr(ret);
446                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
447                 return ret_hu_conv;
448         }
449
450         /**
451          * Utility method to constructs a new PaymentPathSuccessful-variant Event
452          */
453         public static constructor_payment_path_successful(payment_id: Uint8Array, payment_hash: Uint8Array, path: RouteHop[]): Event {
454                 const ret: number = bindings.Event_payment_path_successful(bindings.encodeUint8Array(bindings.check_arr_len(payment_id, 32)), bindings.encodeUint8Array(bindings.check_arr_len(payment_hash, 32)), bindings.encodeUint32Array(path != null ? path.map(path_conv_10 => path_conv_10 == null ? 0 : CommonBase.get_ptr_of(path_conv_10) & ~1) : null));
455                 const ret_hu_conv: Event = Event.constr_from_ptr(ret);
456                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
457                 return ret_hu_conv;
458         }
459
460         /**
461          * Utility method to constructs a new PaymentPathFailed-variant Event
462          */
463         public static constructor_payment_path_failed(payment_id: Uint8Array, payment_hash: Uint8Array, rejected_by_dest: boolean, network_update: Option_NetworkUpdateZ, all_paths_failed: boolean, path: RouteHop[], short_channel_id: Option_u64Z, retry: RouteParameters): Event {
464                 const ret: number = bindings.Event_payment_path_failed(bindings.encodeUint8Array(bindings.check_arr_len(payment_id, 32)), bindings.encodeUint8Array(bindings.check_arr_len(payment_hash, 32)), rejected_by_dest, CommonBase.get_ptr_of(network_update), all_paths_failed, bindings.encodeUint32Array(path != null ? path.map(path_conv_10 => path_conv_10 == null ? 0 : CommonBase.get_ptr_of(path_conv_10) & ~1) : null), CommonBase.get_ptr_of(short_channel_id), retry == null ? 0 : CommonBase.get_ptr_of(retry) & ~1);
465                 const ret_hu_conv: Event = Event.constr_from_ptr(ret);
466                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
467                 return ret_hu_conv;
468         }
469
470         /**
471          * Utility method to constructs a new PendingHTLCsForwardable-variant Event
472          */
473         public static constructor_pending_htlcs_forwardable(time_forwardable: bigint): Event {
474                 const ret: number = bindings.Event_pending_htlcs_forwardable(time_forwardable);
475                 const ret_hu_conv: Event = Event.constr_from_ptr(ret);
476                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
477                 return ret_hu_conv;
478         }
479
480         /**
481          * Utility method to constructs a new SpendableOutputs-variant Event
482          */
483         public static constructor_spendable_outputs(outputs: SpendableOutputDescriptor[]): Event {
484                 const ret: number = bindings.Event_spendable_outputs(bindings.encodeUint32Array(outputs != null ? outputs.map(outputs_conv_27 => CommonBase.get_ptr_of(outputs_conv_27)) : null));
485                 const ret_hu_conv: Event = Event.constr_from_ptr(ret);
486                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
487                 return ret_hu_conv;
488         }
489
490         /**
491          * Utility method to constructs a new PaymentForwarded-variant Event
492          */
493         public static constructor_payment_forwarded(prev_channel_id: Uint8Array, next_channel_id: Uint8Array, fee_earned_msat: Option_u64Z, claim_from_onchain_tx: boolean): Event {
494                 const ret: number = bindings.Event_payment_forwarded(bindings.encodeUint8Array(bindings.check_arr_len(prev_channel_id, 32)), bindings.encodeUint8Array(bindings.check_arr_len(next_channel_id, 32)), CommonBase.get_ptr_of(fee_earned_msat), claim_from_onchain_tx);
495                 const ret_hu_conv: Event = Event.constr_from_ptr(ret);
496                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
497                 return ret_hu_conv;
498         }
499
500         /**
501          * Utility method to constructs a new ChannelClosed-variant Event
502          */
503         public static constructor_channel_closed(channel_id: Uint8Array, user_channel_id: bigint, reason: ClosureReason): Event {
504                 const ret: number = bindings.Event_channel_closed(bindings.encodeUint8Array(bindings.check_arr_len(channel_id, 32)), user_channel_id, CommonBase.get_ptr_of(reason));
505                 const ret_hu_conv: Event = Event.constr_from_ptr(ret);
506                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
507                 return ret_hu_conv;
508         }
509
510         /**
511          * Utility method to constructs a new DiscardFunding-variant Event
512          */
513         public static constructor_discard_funding(channel_id: Uint8Array, transaction: Uint8Array): Event {
514                 const ret: number = bindings.Event_discard_funding(bindings.encodeUint8Array(bindings.check_arr_len(channel_id, 32)), bindings.encodeUint8Array(transaction));
515                 const ret_hu_conv: Event = Event.constr_from_ptr(ret);
516                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
517                 return ret_hu_conv;
518         }
519
520         /**
521          * Utility method to constructs a new OpenChannelRequest-variant Event
522          */
523         public static constructor_open_channel_request(temporary_channel_id: Uint8Array, counterparty_node_id: Uint8Array, funding_satoshis: bigint, push_msat: bigint, channel_type: ChannelTypeFeatures): Event {
524                 const ret: number = bindings.Event_open_channel_request(bindings.encodeUint8Array(bindings.check_arr_len(temporary_channel_id, 32)), bindings.encodeUint8Array(bindings.check_arr_len(counterparty_node_id, 33)), funding_satoshis, push_msat, channel_type == null ? 0 : CommonBase.get_ptr_of(channel_type) & ~1);
525                 const ret_hu_conv: Event = Event.constr_from_ptr(ret);
526                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
527                 return ret_hu_conv;
528         }
529
530         /**
531          * Serialize the Event object into a byte array which can be read by Event_read
532          */
533         public write(): Uint8Array {
534                 const ret: number = bindings.Event_write(this.ptr);
535                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
536                 return ret_conv;
537         }
538
539 }
540 /** A Event of type FundingGenerationReady */
541 export class Event_FundingGenerationReady extends Event {
542         /**
543          * The random channel_id we picked which you'll need to pass into
544          * [`ChannelManager::funding_transaction_generated`].
545          * 
546          * [`ChannelManager::funding_transaction_generated`]: crate::ln::channelmanager::ChannelManager::funding_transaction_generated
547          */
548         public temporary_channel_id: Uint8Array;
549         /**
550          * The counterparty's node_id, which you'll need to pass back into
551          * [`ChannelManager::funding_transaction_generated`].
552          * 
553          * [`ChannelManager::funding_transaction_generated`]: crate::ln::channelmanager::ChannelManager::funding_transaction_generated
554          */
555         public counterparty_node_id: Uint8Array;
556         /**
557          * The value, in satoshis, that the output should have.
558          */
559         public channel_value_satoshis: bigint;
560         /**
561          * The script which should be used in the transaction output.
562          */
563         public output_script: Uint8Array;
564         /**
565          * The `user_channel_id` value passed in to [`ChannelManager::create_channel`], or 0 for
566          * an inbound channel.
567          * 
568          * [`ChannelManager::create_channel`]: crate::ln::channelmanager::ChannelManager::create_channel
569          */
570         public user_channel_id: bigint;
571         /* @internal */
572         public constructor(ptr: number) {
573                 super(null, ptr);
574                 const temporary_channel_id: number = bindings.LDKEvent_FundingGenerationReady_get_temporary_channel_id(ptr);
575                 const temporary_channel_id_conv: Uint8Array = bindings.decodeUint8Array(temporary_channel_id);
576                 this.temporary_channel_id = temporary_channel_id_conv;
577                 const counterparty_node_id: number = bindings.LDKEvent_FundingGenerationReady_get_counterparty_node_id(ptr);
578                 const counterparty_node_id_conv: Uint8Array = bindings.decodeUint8Array(counterparty_node_id);
579                 this.counterparty_node_id = counterparty_node_id_conv;
580                 this.channel_value_satoshis = bindings.LDKEvent_FundingGenerationReady_get_channel_value_satoshis(ptr);
581                 const output_script: number = bindings.LDKEvent_FundingGenerationReady_get_output_script(ptr);
582                 const output_script_conv: Uint8Array = bindings.decodeUint8Array(output_script);
583                 this.output_script = output_script_conv;
584                 this.user_channel_id = bindings.LDKEvent_FundingGenerationReady_get_user_channel_id(ptr);
585         }
586 }
587 /** A Event of type PaymentReceived */
588 export class Event_PaymentReceived extends Event {
589         /**
590          * The hash for which the preimage should be handed to the ChannelManager. Note that LDK will
591          * not stop you from registering duplicate payment hashes for inbound payments.
592          */
593         public payment_hash: Uint8Array;
594         /**
595          * The value, in thousandths of a satoshi, that this payment is for.
596          */
597         public amount_msat: bigint;
598         /**
599          * Information for claiming this received payment, based on whether the purpose of the
600          * payment is to pay an invoice or to send a spontaneous payment.
601          */
602         public purpose: PaymentPurpose;
603         /* @internal */
604         public constructor(ptr: number) {
605                 super(null, ptr);
606                 const payment_hash: number = bindings.LDKEvent_PaymentReceived_get_payment_hash(ptr);
607                 const payment_hash_conv: Uint8Array = bindings.decodeUint8Array(payment_hash);
608                 this.payment_hash = payment_hash_conv;
609                 this.amount_msat = bindings.LDKEvent_PaymentReceived_get_amount_msat(ptr);
610                 const purpose: number = bindings.LDKEvent_PaymentReceived_get_purpose(ptr);
611                 const purpose_hu_conv: PaymentPurpose = PaymentPurpose.constr_from_ptr(purpose);
612                         CommonBase.add_ref_from(purpose_hu_conv, this);
613                 this.purpose = purpose_hu_conv;
614         }
615 }
616 /** A Event of type PaymentClaimed */
617 export class Event_PaymentClaimed extends Event {
618         /**
619          * The payment hash of the claimed payment. Note that LDK will not stop you from
620          * registering duplicate payment hashes for inbound payments.
621          */
622         public payment_hash: Uint8Array;
623         /**
624          * The value, in thousandths of a satoshi, that this payment is for.
625          */
626         public amount_msat: bigint;
627         /**
628          * The purpose of this claimed payment, i.e. whether the payment was for an invoice or a
629          * spontaneous payment.
630          */
631         public purpose: PaymentPurpose;
632         /* @internal */
633         public constructor(ptr: number) {
634                 super(null, ptr);
635                 const payment_hash: number = bindings.LDKEvent_PaymentClaimed_get_payment_hash(ptr);
636                 const payment_hash_conv: Uint8Array = bindings.decodeUint8Array(payment_hash);
637                 this.payment_hash = payment_hash_conv;
638                 this.amount_msat = bindings.LDKEvent_PaymentClaimed_get_amount_msat(ptr);
639                 const purpose: number = bindings.LDKEvent_PaymentClaimed_get_purpose(ptr);
640                 const purpose_hu_conv: PaymentPurpose = PaymentPurpose.constr_from_ptr(purpose);
641                         CommonBase.add_ref_from(purpose_hu_conv, this);
642                 this.purpose = purpose_hu_conv;
643         }
644 }
645 /** A Event of type PaymentSent */
646 export class Event_PaymentSent extends Event {
647         /**
648          * The id returned by [`ChannelManager::send_payment`] and used with
649          * [`ChannelManager::retry_payment`].
650          * 
651          * [`ChannelManager::send_payment`]: crate::ln::channelmanager::ChannelManager::send_payment
652          * [`ChannelManager::retry_payment`]: crate::ln::channelmanager::ChannelManager::retry_payment
653          * 
654          * Note that this (or a relevant inner pointer) may be NULL or all-0s to represent None
655          */
656         public payment_id: Uint8Array;
657         /**
658          * The preimage to the hash given to ChannelManager::send_payment.
659          * Note that this serves as a payment receipt, if you wish to have such a thing, you must
660          * store it somehow!
661          */
662         public payment_preimage: Uint8Array;
663         /**
664          * The hash that was given to [`ChannelManager::send_payment`].
665          * 
666          * [`ChannelManager::send_payment`]: crate::ln::channelmanager::ChannelManager::send_payment
667          */
668         public payment_hash: Uint8Array;
669         /**
670          * The total fee which was spent at intermediate hops in this payment, across all paths.
671          * 
672          * Note that, like [`Route::get_total_fees`] this does *not* include any potential
673          * overpayment to the recipient node.
674          * 
675          * If the recipient or an intermediate node misbehaves and gives us free money, this may
676          * overstate the amount paid, though this is unlikely.
677          * 
678          * [`Route::get_total_fees`]: crate::routing::router::Route::get_total_fees
679          */
680         public fee_paid_msat: Option_u64Z;
681         /* @internal */
682         public constructor(ptr: number) {
683                 super(null, ptr);
684                 const payment_id: number = bindings.LDKEvent_PaymentSent_get_payment_id(ptr);
685                 const payment_id_conv: Uint8Array = bindings.decodeUint8Array(payment_id);
686                 this.payment_id = payment_id_conv;
687                 const payment_preimage: number = bindings.LDKEvent_PaymentSent_get_payment_preimage(ptr);
688                 const payment_preimage_conv: Uint8Array = bindings.decodeUint8Array(payment_preimage);
689                 this.payment_preimage = payment_preimage_conv;
690                 const payment_hash: number = bindings.LDKEvent_PaymentSent_get_payment_hash(ptr);
691                 const payment_hash_conv: Uint8Array = bindings.decodeUint8Array(payment_hash);
692                 this.payment_hash = payment_hash_conv;
693                 const fee_paid_msat: number = bindings.LDKEvent_PaymentSent_get_fee_paid_msat(ptr);
694                 const fee_paid_msat_hu_conv: Option_u64Z = Option_u64Z.constr_from_ptr(fee_paid_msat);
695                         CommonBase.add_ref_from(fee_paid_msat_hu_conv, this);
696                 this.fee_paid_msat = fee_paid_msat_hu_conv;
697         }
698 }
699 /** A Event of type PaymentFailed */
700 export class Event_PaymentFailed extends Event {
701         /**
702          * The id returned by [`ChannelManager::send_payment`] and used with
703          * [`ChannelManager::retry_payment`] and [`ChannelManager::abandon_payment`].
704          * 
705          * [`ChannelManager::send_payment`]: crate::ln::channelmanager::ChannelManager::send_payment
706          * [`ChannelManager::retry_payment`]: crate::ln::channelmanager::ChannelManager::retry_payment
707          * [`ChannelManager::abandon_payment`]: crate::ln::channelmanager::ChannelManager::abandon_payment
708          */
709         public payment_id: Uint8Array;
710         /**
711          * The hash that was given to [`ChannelManager::send_payment`].
712          * 
713          * [`ChannelManager::send_payment`]: crate::ln::channelmanager::ChannelManager::send_payment
714          */
715         public payment_hash: Uint8Array;
716         /* @internal */
717         public constructor(ptr: number) {
718                 super(null, ptr);
719                 const payment_id: number = bindings.LDKEvent_PaymentFailed_get_payment_id(ptr);
720                 const payment_id_conv: Uint8Array = bindings.decodeUint8Array(payment_id);
721                 this.payment_id = payment_id_conv;
722                 const payment_hash: number = bindings.LDKEvent_PaymentFailed_get_payment_hash(ptr);
723                 const payment_hash_conv: Uint8Array = bindings.decodeUint8Array(payment_hash);
724                 this.payment_hash = payment_hash_conv;
725         }
726 }
727 /** A Event of type PaymentPathSuccessful */
728 export class Event_PaymentPathSuccessful extends Event {
729         /**
730          * The id returned by [`ChannelManager::send_payment`] and used with
731          * [`ChannelManager::retry_payment`].
732          * 
733          * [`ChannelManager::send_payment`]: crate::ln::channelmanager::ChannelManager::send_payment
734          * [`ChannelManager::retry_payment`]: crate::ln::channelmanager::ChannelManager::retry_payment
735          */
736         public payment_id: Uint8Array;
737         /**
738          * The hash that was given to [`ChannelManager::send_payment`].
739          * 
740          * [`ChannelManager::send_payment`]: crate::ln::channelmanager::ChannelManager::send_payment
741          * 
742          * Note that this (or a relevant inner pointer) may be NULL or all-0s to represent None
743          */
744         public payment_hash: Uint8Array;
745         /**
746          * The payment path that was successful.
747          * 
748          * May contain a closed channel if the HTLC sent along the path was fulfilled on chain.
749          */
750         public path: RouteHop[];
751         /* @internal */
752         public constructor(ptr: number) {
753                 super(null, ptr);
754                 const payment_id: number = bindings.LDKEvent_PaymentPathSuccessful_get_payment_id(ptr);
755                 const payment_id_conv: Uint8Array = bindings.decodeUint8Array(payment_id);
756                 this.payment_id = payment_id_conv;
757                 const payment_hash: number = bindings.LDKEvent_PaymentPathSuccessful_get_payment_hash(ptr);
758                 const payment_hash_conv: Uint8Array = bindings.decodeUint8Array(payment_hash);
759                 this.payment_hash = payment_hash_conv;
760                 const path: number = bindings.LDKEvent_PaymentPathSuccessful_get_path(ptr);
761                 const path_conv_10_len: number = bindings.getArrayLength(path);
762                         const path_conv_10_arr: RouteHop[] = new Array(path_conv_10_len).fill(null);
763                         for (var k = 0; k < path_conv_10_len; k++) {
764                                 const path_conv_10: number = bindings.getU32ArrayElem(path, k);
765                                 const path_conv_10_hu_conv: RouteHop = new RouteHop(null, path_conv_10);
766                                 CommonBase.add_ref_from(path_conv_10_hu_conv, this);
767                                 path_conv_10_arr[k] = path_conv_10_hu_conv;
768                         }
769                         bindings.freeWasmMemory(path)
770                 this.path = path_conv_10_arr;
771         }
772 }
773 /** A Event of type PaymentPathFailed */
774 export class Event_PaymentPathFailed extends Event {
775         /**
776          * The id returned by [`ChannelManager::send_payment`] and used with
777          * [`ChannelManager::retry_payment`] and [`ChannelManager::abandon_payment`].
778          * 
779          * [`ChannelManager::send_payment`]: crate::ln::channelmanager::ChannelManager::send_payment
780          * [`ChannelManager::retry_payment`]: crate::ln::channelmanager::ChannelManager::retry_payment
781          * [`ChannelManager::abandon_payment`]: crate::ln::channelmanager::ChannelManager::abandon_payment
782          * 
783          * Note that this (or a relevant inner pointer) may be NULL or all-0s to represent None
784          */
785         public payment_id: Uint8Array;
786         /**
787          * The hash that was given to [`ChannelManager::send_payment`].
788          * 
789          * [`ChannelManager::send_payment`]: crate::ln::channelmanager::ChannelManager::send_payment
790          */
791         public payment_hash: Uint8Array;
792         /**
793          * Indicates the payment was rejected for some reason by the recipient. This implies that
794          * the payment has failed, not just the route in question. If this is not set, you may
795          * retry the payment via a different route.
796          */
797         public rejected_by_dest: boolean;
798         /**
799          * Any failure information conveyed via the Onion return packet by a node along the failed
800          * payment route.
801          * 
802          * Should be applied to the [`NetworkGraph`] so that routing decisions can take into
803          * account the update.
804          * 
805          * [`NetworkGraph`]: crate::routing::gossip::NetworkGraph
806          */
807         public network_update: Option_NetworkUpdateZ;
808         /**
809          * For both single-path and multi-path payments, this is set if all paths of the payment have
810          * failed. This will be set to false if (1) this is an MPP payment and (2) other parts of the
811          * larger MPP payment were still in flight when this event was generated.
812          * 
813          * Note that if you are retrying individual MPP parts, using this value to determine if a
814          * payment has fully failed is race-y. Because multiple failures can happen prior to events
815          * being processed, you may retry in response to a first failure, with a second failure
816          * (with `all_paths_failed` set) still pending. Then, when the second failure is processed
817          * you will see `all_paths_failed` set even though the retry of the first failure still
818          * has an associated in-flight HTLC. See (1) for an example of such a failure.
819          * 
820          * If you wish to retry individual MPP parts and learn when a payment has failed, you must
821          * call [`ChannelManager::abandon_payment`] and wait for a [`Event::PaymentFailed`] event.
822          * 
823          * (1) <https://github.com/lightningdevkit/rust-lightning/issues/1164>
824          * 
825          * [`ChannelManager::abandon_payment`]: crate::ln::channelmanager::ChannelManager::abandon_payment
826          */
827         public all_paths_failed: boolean;
828         /**
829          * The payment path that failed.
830          */
831         public path: RouteHop[];
832         /**
833          * The channel responsible for the failed payment path.
834          * 
835          * Note that for route hints or for the first hop in a path this may be an SCID alias and
836          * may not refer to a channel in the public network graph. These aliases may also collide
837          * with channels in the public network graph.
838          * 
839          * If this is `Some`, then the corresponding channel should be avoided when the payment is
840          * retried. May be `None` for older [`Event`] serializations.
841          */
842         public short_channel_id: Option_u64Z;
843         /**
844          * Parameters needed to compute a new [`Route`] when retrying the failed payment path.
845          * 
846          * See [`find_route`] for details.
847          * 
848          * [`Route`]: crate::routing::router::Route
849          * [`find_route`]: crate::routing::router::find_route
850          * 
851          * Note that this (or a relevant inner pointer) may be NULL or all-0s to represent None
852          */
853         public retry: RouteParameters;
854         /* @internal */
855         public constructor(ptr: number) {
856                 super(null, ptr);
857                 const payment_id: number = bindings.LDKEvent_PaymentPathFailed_get_payment_id(ptr);
858                 const payment_id_conv: Uint8Array = bindings.decodeUint8Array(payment_id);
859                 this.payment_id = payment_id_conv;
860                 const payment_hash: number = bindings.LDKEvent_PaymentPathFailed_get_payment_hash(ptr);
861                 const payment_hash_conv: Uint8Array = bindings.decodeUint8Array(payment_hash);
862                 this.payment_hash = payment_hash_conv;
863                 this.rejected_by_dest = bindings.LDKEvent_PaymentPathFailed_get_rejected_by_dest(ptr);
864                 const network_update: number = bindings.LDKEvent_PaymentPathFailed_get_network_update(ptr);
865                 const network_update_hu_conv: Option_NetworkUpdateZ = Option_NetworkUpdateZ.constr_from_ptr(network_update);
866                         CommonBase.add_ref_from(network_update_hu_conv, this);
867                 this.network_update = network_update_hu_conv;
868                 this.all_paths_failed = bindings.LDKEvent_PaymentPathFailed_get_all_paths_failed(ptr);
869                 const path: number = bindings.LDKEvent_PaymentPathFailed_get_path(ptr);
870                 const path_conv_10_len: number = bindings.getArrayLength(path);
871                         const path_conv_10_arr: RouteHop[] = new Array(path_conv_10_len).fill(null);
872                         for (var k = 0; k < path_conv_10_len; k++) {
873                                 const path_conv_10: number = bindings.getU32ArrayElem(path, k);
874                                 const path_conv_10_hu_conv: RouteHop = new RouteHop(null, path_conv_10);
875                                 CommonBase.add_ref_from(path_conv_10_hu_conv, this);
876                                 path_conv_10_arr[k] = path_conv_10_hu_conv;
877                         }
878                         bindings.freeWasmMemory(path)
879                 this.path = path_conv_10_arr;
880                 const short_channel_id: number = bindings.LDKEvent_PaymentPathFailed_get_short_channel_id(ptr);
881                 const short_channel_id_hu_conv: Option_u64Z = Option_u64Z.constr_from_ptr(short_channel_id);
882                         CommonBase.add_ref_from(short_channel_id_hu_conv, this);
883                 this.short_channel_id = short_channel_id_hu_conv;
884                 const retry: number = bindings.LDKEvent_PaymentPathFailed_get_retry(ptr);
885                 const retry_hu_conv: RouteParameters = new RouteParameters(null, retry);
886                         CommonBase.add_ref_from(retry_hu_conv, this);
887                 this.retry = retry_hu_conv;
888         }
889 }
890 /** A Event of type PendingHTLCsForwardable */
891 export class Event_PendingHTLCsForwardable extends Event {
892         /**
893          * The minimum amount of time that should be waited prior to calling
894          * process_pending_htlc_forwards. To increase the effort required to correlate payments,
895          * you should wait a random amount of time in roughly the range (now + time_forwardable,
896          * now + 5*time_forwardable).
897          */
898         public time_forwardable: bigint;
899         /* @internal */
900         public constructor(ptr: number) {
901                 super(null, ptr);
902                 this.time_forwardable = bindings.LDKEvent_PendingHTLCsForwardable_get_time_forwardable(ptr);
903         }
904 }
905 /** A Event of type SpendableOutputs */
906 export class Event_SpendableOutputs extends Event {
907         /**
908          * The outputs which you should store as spendable by you.
909          */
910         public outputs: SpendableOutputDescriptor[];
911         /* @internal */
912         public constructor(ptr: number) {
913                 super(null, ptr);
914                 const outputs: number = bindings.LDKEvent_SpendableOutputs_get_outputs(ptr);
915                 const outputs_conv_27_len: number = bindings.getArrayLength(outputs);
916                         const outputs_conv_27_arr: SpendableOutputDescriptor[] = new Array(outputs_conv_27_len).fill(null);
917                         for (var b = 0; b < outputs_conv_27_len; b++) {
918                                 const outputs_conv_27: number = bindings.getU32ArrayElem(outputs, b);
919                                 const outputs_conv_27_hu_conv: SpendableOutputDescriptor = SpendableOutputDescriptor.constr_from_ptr(outputs_conv_27);
920                                 CommonBase.add_ref_from(outputs_conv_27_hu_conv, this);
921                                 outputs_conv_27_arr[b] = outputs_conv_27_hu_conv;
922                         }
923                         bindings.freeWasmMemory(outputs)
924                 this.outputs = outputs_conv_27_arr;
925         }
926 }
927 /** A Event of type PaymentForwarded */
928 export class Event_PaymentForwarded extends Event {
929         /**
930          * The incoming channel between the previous node and us. This is only `None` for events
931          * generated or serialized by versions prior to 0.0.107.
932          * 
933          * Note that this (or a relevant inner pointer) may be NULL or all-0s to represent None
934          */
935         public prev_channel_id: Uint8Array;
936         /**
937          * The outgoing channel between the next node and us. This is only `None` for events
938          * generated or serialized by versions prior to 0.0.107.
939          * 
940          * Note that this (or a relevant inner pointer) may be NULL or all-0s to represent None
941          */
942         public next_channel_id: Uint8Array;
943         /**
944          * The fee, in milli-satoshis, which was earned as a result of the payment.
945          * 
946          * Note that if we force-closed the channel over which we forwarded an HTLC while the HTLC
947          * was pending, the amount the next hop claimed will have been rounded down to the nearest
948          * whole satoshi. Thus, the fee calculated here may be higher than expected as we still
949          * claimed the full value in millisatoshis from the source. In this case,
950          * `claim_from_onchain_tx` will be set.
951          * 
952          * If the channel which sent us the payment has been force-closed, we will claim the funds
953          * via an on-chain transaction. In that case we do not yet know the on-chain transaction
954          * fees which we will spend and will instead set this to `None`. It is possible duplicate
955          * `PaymentForwarded` events are generated for the same payment iff `fee_earned_msat` is
956          * `None`.
957          */
958         public fee_earned_msat: Option_u64Z;
959         /**
960          * If this is `true`, the forwarded HTLC was claimed by our counterparty via an on-chain
961          * transaction.
962          */
963         public claim_from_onchain_tx: boolean;
964         /* @internal */
965         public constructor(ptr: number) {
966                 super(null, ptr);
967                 const prev_channel_id: number = bindings.LDKEvent_PaymentForwarded_get_prev_channel_id(ptr);
968                 const prev_channel_id_conv: Uint8Array = bindings.decodeUint8Array(prev_channel_id);
969                 this.prev_channel_id = prev_channel_id_conv;
970                 const next_channel_id: number = bindings.LDKEvent_PaymentForwarded_get_next_channel_id(ptr);
971                 const next_channel_id_conv: Uint8Array = bindings.decodeUint8Array(next_channel_id);
972                 this.next_channel_id = next_channel_id_conv;
973                 const fee_earned_msat: number = bindings.LDKEvent_PaymentForwarded_get_fee_earned_msat(ptr);
974                 const fee_earned_msat_hu_conv: Option_u64Z = Option_u64Z.constr_from_ptr(fee_earned_msat);
975                         CommonBase.add_ref_from(fee_earned_msat_hu_conv, this);
976                 this.fee_earned_msat = fee_earned_msat_hu_conv;
977                 this.claim_from_onchain_tx = bindings.LDKEvent_PaymentForwarded_get_claim_from_onchain_tx(ptr);
978         }
979 }
980 /** A Event of type ChannelClosed */
981 export class Event_ChannelClosed extends Event {
982         /**
983          * The channel_id of the channel which has been closed. Note that on-chain transactions
984          * resolving the channel are likely still awaiting confirmation.
985          */
986         public channel_id: Uint8Array;
987         /**
988          * The `user_channel_id` value passed in to [`ChannelManager::create_channel`] for outbound
989          * channels, or to [`ChannelManager::accept_inbound_channel`] for inbound channels if
990          * [`UserConfig::manually_accept_inbound_channels`] config flag is set to true. Otherwise
991          * `user_channel_id` will be 0 for an inbound channel.
992          * This will always be zero for objects serialized with LDK versions prior to 0.0.102.
993          * 
994          * [`ChannelManager::create_channel`]: crate::ln::channelmanager::ChannelManager::create_channel
995          * [`ChannelManager::accept_inbound_channel`]: crate::ln::channelmanager::ChannelManager::accept_inbound_channel
996          * [`UserConfig::manually_accept_inbound_channels`]: crate::util::config::UserConfig::manually_accept_inbound_channels
997          */
998         public user_channel_id: bigint;
999         /**
1000          * The reason the channel was closed.
1001          */
1002         public reason: ClosureReason;
1003         /* @internal */
1004         public constructor(ptr: number) {
1005                 super(null, ptr);
1006                 const channel_id: number = bindings.LDKEvent_ChannelClosed_get_channel_id(ptr);
1007                 const channel_id_conv: Uint8Array = bindings.decodeUint8Array(channel_id);
1008                 this.channel_id = channel_id_conv;
1009                 this.user_channel_id = bindings.LDKEvent_ChannelClosed_get_user_channel_id(ptr);
1010                 const reason: number = bindings.LDKEvent_ChannelClosed_get_reason(ptr);
1011                 const reason_hu_conv: ClosureReason = ClosureReason.constr_from_ptr(reason);
1012                         CommonBase.add_ref_from(reason_hu_conv, this);
1013                 this.reason = reason_hu_conv;
1014         }
1015 }
1016 /** A Event of type DiscardFunding */
1017 export class Event_DiscardFunding extends Event {
1018         /**
1019          * The channel_id of the channel which has been closed.
1020          */
1021         public channel_id: Uint8Array;
1022         /**
1023          * The full transaction received from the user
1024          */
1025         public transaction: Uint8Array;
1026         /* @internal */
1027         public constructor(ptr: number) {
1028                 super(null, ptr);
1029                 const channel_id: number = bindings.LDKEvent_DiscardFunding_get_channel_id(ptr);
1030                 const channel_id_conv: Uint8Array = bindings.decodeUint8Array(channel_id);
1031                 this.channel_id = channel_id_conv;
1032                 const transaction: number = bindings.LDKEvent_DiscardFunding_get_transaction(ptr);
1033                 const transaction_conv: Uint8Array = bindings.decodeUint8Array(transaction);
1034                 this.transaction = transaction_conv;
1035         }
1036 }
1037 /** A Event of type OpenChannelRequest */
1038 export class Event_OpenChannelRequest extends Event {
1039         /**
1040          * The temporary channel ID of the channel requested to be opened.
1041          * 
1042          * When responding to the request, the `temporary_channel_id` should be passed
1043          * back to the ChannelManager through [`ChannelManager::accept_inbound_channel`] to accept,
1044          * or through [`ChannelManager::force_close_without_broadcasting_txn`] to reject.
1045          * 
1046          * [`ChannelManager::accept_inbound_channel`]: crate::ln::channelmanager::ChannelManager::accept_inbound_channel
1047          * [`ChannelManager::force_close_without_broadcasting_txn`]: crate::ln::channelmanager::ChannelManager::force_close_without_broadcasting_txn
1048          */
1049         public temporary_channel_id: Uint8Array;
1050         /**
1051          * The node_id of the counterparty requesting to open the channel.
1052          * 
1053          * When responding to the request, the `counterparty_node_id` should be passed
1054          * back to the `ChannelManager` through [`ChannelManager::accept_inbound_channel`] to
1055          * accept the request, or through [`ChannelManager::force_close_without_broadcasting_txn`] to reject the
1056          * request.
1057          * 
1058          * [`ChannelManager::accept_inbound_channel`]: crate::ln::channelmanager::ChannelManager::accept_inbound_channel
1059          * [`ChannelManager::force_close_without_broadcasting_txn`]: crate::ln::channelmanager::ChannelManager::force_close_without_broadcasting_txn
1060          */
1061         public counterparty_node_id: Uint8Array;
1062         /**
1063          * The channel value of the requested channel.
1064          */
1065         public funding_satoshis: bigint;
1066         /**
1067          * Our starting balance in the channel if the request is accepted, in milli-satoshi.
1068          */
1069         public push_msat: bigint;
1070         /**
1071          * The features that this channel will operate with. If you reject the channel, a
1072          * well-behaved counterparty may automatically re-attempt the channel with a new set of
1073          * feature flags.
1074          * 
1075          * Note that if [`ChannelTypeFeatures::supports_scid_privacy`] returns true on this type,
1076          * the resulting [`ChannelManager`] will not be readable by versions of LDK prior to
1077          * 0.0.106.
1078          * 
1079          * Furthermore, note that if [`ChannelTypeFeatures::supports_zero_conf`] returns true on this type,
1080          * the resulting [`ChannelManager`] will not be readable by versions of LDK prior to
1081          * 0.0.107. Channels setting this type also need to get manually accepted via
1082          * [`crate::ln::channelmanager::ChannelManager::accept_inbound_channel_from_trusted_peer_0conf`],
1083          * or will be rejected otherwise.
1084          * 
1085          * [`ChannelManager`]: crate::ln::channelmanager::ChannelManager
1086          */
1087         public channel_type: ChannelTypeFeatures;
1088         /* @internal */
1089         public constructor(ptr: number) {
1090                 super(null, ptr);
1091                 const temporary_channel_id: number = bindings.LDKEvent_OpenChannelRequest_get_temporary_channel_id(ptr);
1092                 const temporary_channel_id_conv: Uint8Array = bindings.decodeUint8Array(temporary_channel_id);
1093                 this.temporary_channel_id = temporary_channel_id_conv;
1094                 const counterparty_node_id: number = bindings.LDKEvent_OpenChannelRequest_get_counterparty_node_id(ptr);
1095                 const counterparty_node_id_conv: Uint8Array = bindings.decodeUint8Array(counterparty_node_id);
1096                 this.counterparty_node_id = counterparty_node_id_conv;
1097                 this.funding_satoshis = bindings.LDKEvent_OpenChannelRequest_get_funding_satoshis(ptr);
1098                 this.push_msat = bindings.LDKEvent_OpenChannelRequest_get_push_msat(ptr);
1099                 const channel_type: number = bindings.LDKEvent_OpenChannelRequest_get_channel_type(ptr);
1100                 const channel_type_hu_conv: ChannelTypeFeatures = new ChannelTypeFeatures(null, channel_type);
1101                         CommonBase.add_ref_from(channel_type_hu_conv, this);
1102                 this.channel_type = channel_type_hu_conv;
1103         }
1104 }