[TS] Update auto-generated bindings to LDK 0.0.118
[ldk-java] / ts / structs / MessageSendEvent.mts
1 import { TxOut } from '../structs/TxOut.mjs';
2 import { TxIn } from '../structs/TxIn.mjs';
3 import { BigEndianScalar } from '../structs/BigEndianScalar.mjs';
4 import { Bolt11SemanticError } from '../enums/Bolt11SemanticError.mjs';
5 import { Bolt12SemanticError } from '../enums/Bolt12SemanticError.mjs';
6 import { COption_NoneZ } from '../enums/COption_NoneZ.mjs';
7 import { ChannelMonitorUpdateStatus } from '../enums/ChannelMonitorUpdateStatus.mjs';
8 import { ChannelShutdownState } from '../enums/ChannelShutdownState.mjs';
9 import { ConfirmationTarget } from '../enums/ConfirmationTarget.mjs';
10 import { CreationError } from '../enums/CreationError.mjs';
11 import { Currency } from '../enums/Currency.mjs';
12 import { HTLCClaim } from '../enums/HTLCClaim.mjs';
13 import { IOError } from '../enums/IOError.mjs';
14 import { Level } from '../enums/Level.mjs';
15 import { Network } from '../enums/Network.mjs';
16 import { PaymentFailureReason } from '../enums/PaymentFailureReason.mjs';
17 import { Recipient } from '../enums/Recipient.mjs';
18 import { RetryableSendFailure } from '../enums/RetryableSendFailure.mjs';
19 import { Secp256k1Error } from '../enums/Secp256k1Error.mjs';
20 import { SiPrefix } from '../enums/SiPrefix.mjs';
21 import { SocketAddressParseError } from '../enums/SocketAddressParseError.mjs';
22 import { UtxoLookupError } from '../enums/UtxoLookupError.mjs';
23 import { Bech32Error } from '../structs/Bech32Error.mjs';
24 import { Option_u64Z } from '../structs/Option_u64Z.mjs';
25 import { BlindedPath } from '../structs/BlindedPath.mjs';
26 import { Refund } from '../structs/Refund.mjs';
27 import { Bolt12ParseError } from '../structs/Bolt12ParseError.mjs';
28 import { Result_RefundBolt12ParseErrorZ } from '../structs/Result_RefundBolt12ParseErrorZ.mjs';
29 import { Retry } from '../structs/Retry.mjs';
30 import { DecodeError } from '../structs/DecodeError.mjs';
31 import { Result_RetryDecodeErrorZ } from '../structs/Result_RetryDecodeErrorZ.mjs';
32 import { ShutdownScript } from '../structs/ShutdownScript.mjs';
33 import { APIError } from '../structs/APIError.mjs';
34 import { Result_NoneAPIErrorZ } from '../structs/Result_NoneAPIErrorZ.mjs';
35 import { Option_ThirtyTwoBytesZ } from '../structs/Option_ThirtyTwoBytesZ.mjs';
36 import { Option_CVec_u8ZZ } from '../structs/Option_CVec_u8ZZ.mjs';
37 import { RecipientOnionFields } from '../structs/RecipientOnionFields.mjs';
38 import { Result_RecipientOnionFieldsDecodeErrorZ } from '../structs/Result_RecipientOnionFieldsDecodeErrorZ.mjs';
39 import { TwoTuple_u64CVec_u8ZZ } from '../structs/TwoTuple_u64CVec_u8ZZ.mjs';
40 import { Result_RecipientOnionFieldsNoneZ } from '../structs/Result_RecipientOnionFieldsNoneZ.mjs';
41 import { Option_CVec_ThirtyTwoBytesZZ } from '../structs/Option_CVec_ThirtyTwoBytesZZ.mjs';
42 import { Result_ThirtyTwoBytesNoneZ } from '../structs/Result_ThirtyTwoBytesNoneZ.mjs';
43 import { BlindedPayInfo } from '../structs/BlindedPayInfo.mjs';
44 import { Result_BlindedPayInfoDecodeErrorZ } from '../structs/Result_BlindedPayInfoDecodeErrorZ.mjs';
45 import { DelayedPaymentOutputDescriptor } from '../structs/DelayedPaymentOutputDescriptor.mjs';
46 import { Result_DelayedPaymentOutputDescriptorDecodeErrorZ } from '../structs/Result_DelayedPaymentOutputDescriptorDecodeErrorZ.mjs';
47 import { StaticPaymentOutputDescriptor } from '../structs/StaticPaymentOutputDescriptor.mjs';
48 import { Result_StaticPaymentOutputDescriptorDecodeErrorZ } from '../structs/Result_StaticPaymentOutputDescriptorDecodeErrorZ.mjs';
49 import { OutPoint } from '../structs/OutPoint.mjs';
50 import { SpendableOutputDescriptor } from '../structs/SpendableOutputDescriptor.mjs';
51 import { Result_SpendableOutputDescriptorDecodeErrorZ } from '../structs/Result_SpendableOutputDescriptorDecodeErrorZ.mjs';
52 import { Option_u32Z } from '../structs/Option_u32Z.mjs';
53 import { TwoTuple_CVec_u8ZusizeZ } from '../structs/TwoTuple_CVec_u8ZusizeZ.mjs';
54 import { Result_C2Tuple_CVec_u8ZusizeZNoneZ } from '../structs/Result_C2Tuple_CVec_u8ZusizeZNoneZ.mjs';
55 import { ChannelDerivationParameters } from '../structs/ChannelDerivationParameters.mjs';
56 import { Result_ChannelDerivationParametersDecodeErrorZ } from '../structs/Result_ChannelDerivationParametersDecodeErrorZ.mjs';
57 import { HTLCDescriptor } from '../structs/HTLCDescriptor.mjs';
58 import { Result_HTLCDescriptorDecodeErrorZ } from '../structs/Result_HTLCDescriptorDecodeErrorZ.mjs';
59 import { Result_NoneNoneZ } from '../structs/Result_NoneNoneZ.mjs';
60 import { TwoTuple_ECDSASignatureCVec_ECDSASignatureZZ } from '../structs/TwoTuple_ECDSASignatureCVec_ECDSASignatureZZ.mjs';
61 import { Result_C2Tuple_ECDSASignatureCVec_ECDSASignatureZZNoneZ } from '../structs/Result_C2Tuple_ECDSASignatureCVec_ECDSASignatureZZNoneZ.mjs';
62 import { Result_ECDSASignatureNoneZ } from '../structs/Result_ECDSASignatureNoneZ.mjs';
63 import { Result_PublicKeyNoneZ } from '../structs/Result_PublicKeyNoneZ.mjs';
64 import { Option_BigEndianScalarZ } from '../structs/Option_BigEndianScalarZ.mjs';
65 import { Result_RecoverableSignatureNoneZ } from '../structs/Result_RecoverableSignatureNoneZ.mjs';
66 import { Result_SchnorrSignatureNoneZ } from '../structs/Result_SchnorrSignatureNoneZ.mjs';
67 import { CommitmentTransaction } from '../structs/CommitmentTransaction.mjs';
68 import { HolderCommitmentTransaction } from '../structs/HolderCommitmentTransaction.mjs';
69 import { HTLCOutputInCommitment } from '../structs/HTLCOutputInCommitment.mjs';
70 import { ClosingTransaction } from '../structs/ClosingTransaction.mjs';
71 import { UnsignedChannelAnnouncement } from '../structs/UnsignedChannelAnnouncement.mjs';
72 import { ChannelPublicKeys } from '../structs/ChannelPublicKeys.mjs';
73 import { ChannelTransactionParameters } from '../structs/ChannelTransactionParameters.mjs';
74 import { ChannelSigner, ChannelSignerInterface } from '../structs/ChannelSigner.mjs';
75 import { EcdsaChannelSigner, EcdsaChannelSignerInterface } from '../structs/EcdsaChannelSigner.mjs';
76 import { WriteableEcdsaChannelSigner, WriteableEcdsaChannelSignerInterface } from '../structs/WriteableEcdsaChannelSigner.mjs';
77 import { Result_WriteableEcdsaChannelSignerDecodeErrorZ } from '../structs/Result_WriteableEcdsaChannelSignerDecodeErrorZ.mjs';
78 import { Result_CVec_u8ZNoneZ } from '../structs/Result_CVec_u8ZNoneZ.mjs';
79 import { Result_ShutdownScriptNoneZ } from '../structs/Result_ShutdownScriptNoneZ.mjs';
80 import { Option_u16Z } from '../structs/Option_u16Z.mjs';
81 import { Option_boolZ } from '../structs/Option_boolZ.mjs';
82 import { Result_CVec_CVec_u8ZZNoneZ } from '../structs/Result_CVec_CVec_u8ZZNoneZ.mjs';
83 import { InMemorySigner } from '../structs/InMemorySigner.mjs';
84 import { Result_InMemorySignerDecodeErrorZ } from '../structs/Result_InMemorySignerDecodeErrorZ.mjs';
85 import { Result_TransactionNoneZ } from '../structs/Result_TransactionNoneZ.mjs';
86 import { ChannelDetails } from '../structs/ChannelDetails.mjs';
87 import { Route } from '../structs/Route.mjs';
88 import { LightningError } from '../structs/LightningError.mjs';
89 import { Result_RouteLightningErrorZ } from '../structs/Result_RouteLightningErrorZ.mjs';
90 import { InFlightHtlcs } from '../structs/InFlightHtlcs.mjs';
91 import { Result_InFlightHtlcsDecodeErrorZ } from '../structs/Result_InFlightHtlcsDecodeErrorZ.mjs';
92 import { RouteHop } from '../structs/RouteHop.mjs';
93 import { Result_RouteHopDecodeErrorZ } from '../structs/Result_RouteHopDecodeErrorZ.mjs';
94 import { BlindedHop } from '../structs/BlindedHop.mjs';
95 import { BlindedTail } from '../structs/BlindedTail.mjs';
96 import { Result_BlindedTailDecodeErrorZ } from '../structs/Result_BlindedTailDecodeErrorZ.mjs';
97 import { Path } from '../structs/Path.mjs';
98 import { Result_RouteDecodeErrorZ } from '../structs/Result_RouteDecodeErrorZ.mjs';
99 import { RouteParameters } from '../structs/RouteParameters.mjs';
100 import { Result_RouteParametersDecodeErrorZ } from '../structs/Result_RouteParametersDecodeErrorZ.mjs';
101 import { PaymentParameters } from '../structs/PaymentParameters.mjs';
102 import { Result_PaymentParametersDecodeErrorZ } from '../structs/Result_PaymentParametersDecodeErrorZ.mjs';
103 import { TwoTuple_BlindedPayInfoBlindedPathZ } from '../structs/TwoTuple_BlindedPayInfoBlindedPathZ.mjs';
104 import { RouteHint } from '../structs/RouteHint.mjs';
105 import { RouteHintHop } from '../structs/RouteHintHop.mjs';
106 import { Result_RouteHintDecodeErrorZ } from '../structs/Result_RouteHintDecodeErrorZ.mjs';
107 import { Result_RouteHintHopDecodeErrorZ } from '../structs/Result_RouteHintHopDecodeErrorZ.mjs';
108 import { FixedPenaltyScorer } from '../structs/FixedPenaltyScorer.mjs';
109 import { Result_FixedPenaltyScorerDecodeErrorZ } from '../structs/Result_FixedPenaltyScorerDecodeErrorZ.mjs';
110 import { NodeId } from '../structs/NodeId.mjs';
111 import { TwoTuple_u64u64Z } from '../structs/TwoTuple_u64u64Z.mjs';
112 import { Option_C2Tuple_u64u64ZZ } from '../structs/Option_C2Tuple_u64u64ZZ.mjs';
113 import { TwoTuple_Z } from '../structs/TwoTuple_Z.mjs';
114 import { TwoTuple__u1632_u1632Z } from '../structs/TwoTuple__u1632_u1632Z.mjs';
115 import { Option_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ } from '../structs/Option_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ.mjs';
116 import { Option_f64Z } from '../structs/Option_f64Z.mjs';
117 import { Record } from '../structs/Record.mjs';
118 import { Logger, LoggerInterface } from '../structs/Logger.mjs';
119 import { NetworkGraph } from '../structs/NetworkGraph.mjs';
120 import { ProbabilisticScorer } from '../structs/ProbabilisticScorer.mjs';
121 import { Result_ProbabilisticScorerDecodeErrorZ } from '../structs/Result_ProbabilisticScorerDecodeErrorZ.mjs';
122 import { TwoTuple_usizeTransactionZ } from '../structs/TwoTuple_usizeTransactionZ.mjs';
123 import { TwoTuple_ThirtyTwoBytesCOption_ThirtyTwoBytesZZ } from '../structs/TwoTuple_ThirtyTwoBytesCOption_ThirtyTwoBytesZZ.mjs';
124 import { Result_ChannelMonitorUpdateStatusNoneZ } from '../structs/Result_ChannelMonitorUpdateStatusNoneZ.mjs';
125 import { HTLCUpdate } from '../structs/HTLCUpdate.mjs';
126 import { MonitorEvent } from '../structs/MonitorEvent.mjs';
127 import { ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ } from '../structs/ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ.mjs';
128 import { InitFeatures } from '../structs/InitFeatures.mjs';
129 import { Result_InitFeaturesDecodeErrorZ } from '../structs/Result_InitFeaturesDecodeErrorZ.mjs';
130 import { ChannelFeatures } from '../structs/ChannelFeatures.mjs';
131 import { Result_ChannelFeaturesDecodeErrorZ } from '../structs/Result_ChannelFeaturesDecodeErrorZ.mjs';
132 import { NodeFeatures } from '../structs/NodeFeatures.mjs';
133 import { Result_NodeFeaturesDecodeErrorZ } from '../structs/Result_NodeFeaturesDecodeErrorZ.mjs';
134 import { Bolt11InvoiceFeatures } from '../structs/Bolt11InvoiceFeatures.mjs';
135 import { Result_Bolt11InvoiceFeaturesDecodeErrorZ } from '../structs/Result_Bolt11InvoiceFeaturesDecodeErrorZ.mjs';
136 import { Bolt12InvoiceFeatures } from '../structs/Bolt12InvoiceFeatures.mjs';
137 import { Result_Bolt12InvoiceFeaturesDecodeErrorZ } from '../structs/Result_Bolt12InvoiceFeaturesDecodeErrorZ.mjs';
138 import { BlindedHopFeatures } from '../structs/BlindedHopFeatures.mjs';
139 import { Result_BlindedHopFeaturesDecodeErrorZ } from '../structs/Result_BlindedHopFeaturesDecodeErrorZ.mjs';
140 import { ChannelTypeFeatures } from '../structs/ChannelTypeFeatures.mjs';
141 import { Result_ChannelTypeFeaturesDecodeErrorZ } from '../structs/Result_ChannelTypeFeaturesDecodeErrorZ.mjs';
142 import { Offer } from '../structs/Offer.mjs';
143 import { Result_OfferBolt12ParseErrorZ } from '../structs/Result_OfferBolt12ParseErrorZ.mjs';
144 import { Result_PublicKeySecp256k1ErrorZ } from '../structs/Result_PublicKeySecp256k1ErrorZ.mjs';
145 import { Result_NodeIdDecodeErrorZ } from '../structs/Result_NodeIdDecodeErrorZ.mjs';
146 import { ChannelUpdate } from '../structs/ChannelUpdate.mjs';
147 import { NetworkUpdate } from '../structs/NetworkUpdate.mjs';
148 import { Option_NetworkUpdateZ } from '../structs/Option_NetworkUpdateZ.mjs';
149 import { Result_COption_NetworkUpdateZDecodeErrorZ } from '../structs/Result_COption_NetworkUpdateZDecodeErrorZ.mjs';
150 import { Result_TxOutUtxoLookupErrorZ } from '../structs/Result_TxOutUtxoLookupErrorZ.mjs';
151 import { UtxoFuture } from '../structs/UtxoFuture.mjs';
152 import { UtxoResult } from '../structs/UtxoResult.mjs';
153 import { UtxoLookup, UtxoLookupInterface } from '../structs/UtxoLookup.mjs';
154 import { Option_UtxoLookupZ } from '../structs/Option_UtxoLookupZ.mjs';
155 import { Result_NoneLightningErrorZ } from '../structs/Result_NoneLightningErrorZ.mjs';
156 import { Result_boolLightningErrorZ } from '../structs/Result_boolLightningErrorZ.mjs';
157 import { ChannelAnnouncement } from '../structs/ChannelAnnouncement.mjs';
158 import { ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ } from '../structs/ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ.mjs';
159 import { Option_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ } from '../structs/Option_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ.mjs';
160 import { AcceptChannel } from '../structs/AcceptChannel.mjs';
161 import { AcceptChannelV2 } from '../structs/AcceptChannelV2.mjs';
162 import { OpenChannel } from '../structs/OpenChannel.mjs';
163 import { OpenChannelV2 } from '../structs/OpenChannelV2.mjs';
164 import { FundingCreated } from '../structs/FundingCreated.mjs';
165 import { FundingSigned } from '../structs/FundingSigned.mjs';
166 import { TxAddInput } from '../structs/TxAddInput.mjs';
167 import { TxAddOutput } from '../structs/TxAddOutput.mjs';
168 import { TxRemoveInput } from '../structs/TxRemoveInput.mjs';
169 import { TxRemoveOutput } from '../structs/TxRemoveOutput.mjs';
170 import { TxComplete } from '../structs/TxComplete.mjs';
171 import { TxSignatures } from '../structs/TxSignatures.mjs';
172 import { TxInitRbf } from '../structs/TxInitRbf.mjs';
173 import { TxAckRbf } from '../structs/TxAckRbf.mjs';
174 import { TxAbort } from '../structs/TxAbort.mjs';
175 import { ChannelReady } from '../structs/ChannelReady.mjs';
176 import { AnnouncementSignatures } from '../structs/AnnouncementSignatures.mjs';
177 import { CommitmentUpdate } from '../structs/CommitmentUpdate.mjs';
178 import { RevokeAndACK } from '../structs/RevokeAndACK.mjs';
179 import { ClosingSigned } from '../structs/ClosingSigned.mjs';
180 import { Shutdown } from '../structs/Shutdown.mjs';
181 import { ChannelReestablish } from '../structs/ChannelReestablish.mjs';
182 import { NodeAnnouncement } from '../structs/NodeAnnouncement.mjs';
183 import { ErrorMessage } from '../structs/ErrorMessage.mjs';
184 import { WarningMessage } from '../structs/WarningMessage.mjs';
185 import { ErrorAction } from '../structs/ErrorAction.mjs';
186 import { QueryChannelRange } from '../structs/QueryChannelRange.mjs';
187 import { QueryShortChannelIds } from '../structs/QueryShortChannelIds.mjs';
188 import { ReplyChannelRange } from '../structs/ReplyChannelRange.mjs';
189 import { GossipTimestampFilter } from '../structs/GossipTimestampFilter.mjs';
190 import { ChannelUpdateInfo } from '../structs/ChannelUpdateInfo.mjs';
191 import { Result_ChannelUpdateInfoDecodeErrorZ } from '../structs/Result_ChannelUpdateInfoDecodeErrorZ.mjs';
192 import { ChannelInfo } from '../structs/ChannelInfo.mjs';
193 import { Result_ChannelInfoDecodeErrorZ } from '../structs/Result_ChannelInfoDecodeErrorZ.mjs';
194 import { RoutingFees } from '../structs/RoutingFees.mjs';
195 import { Result_RoutingFeesDecodeErrorZ } from '../structs/Result_RoutingFeesDecodeErrorZ.mjs';
196 import { Hostname } from '../structs/Hostname.mjs';
197 import { SocketAddress } from '../structs/SocketAddress.mjs';
198 import { NodeAnnouncementInfo } from '../structs/NodeAnnouncementInfo.mjs';
199 import { Result_NodeAnnouncementInfoDecodeErrorZ } from '../structs/Result_NodeAnnouncementInfoDecodeErrorZ.mjs';
200 import { NodeAlias } from '../structs/NodeAlias.mjs';
201 import { Result_NodeAliasDecodeErrorZ } from '../structs/Result_NodeAliasDecodeErrorZ.mjs';
202 import { NodeInfo } from '../structs/NodeInfo.mjs';
203 import { Result_NodeInfoDecodeErrorZ } from '../structs/Result_NodeInfoDecodeErrorZ.mjs';
204 import { Result_NetworkGraphDecodeErrorZ } from '../structs/Result_NetworkGraphDecodeErrorZ.mjs';
205 import { Option_CVec_SocketAddressZZ } from '../structs/Option_CVec_SocketAddressZZ.mjs';
206 import { Utxo } from '../structs/Utxo.mjs';
207 import { Option_TxOutZ } from '../structs/Option_TxOutZ.mjs';
208 import { Input } from '../structs/Input.mjs';
209 import { CoinSelection } from '../structs/CoinSelection.mjs';
210 import { Result_CoinSelectionNoneZ } from '../structs/Result_CoinSelectionNoneZ.mjs';
211 import { Result_CVec_UtxoZNoneZ } from '../structs/Result_CVec_UtxoZNoneZ.mjs';
212 import { TwoTuple_u64u16Z } from '../structs/TwoTuple_u64u16Z.mjs';
213 import { Option_C2Tuple_u64u16ZZ } from '../structs/Option_C2Tuple_u64u16ZZ.mjs';
214 import { Option_ChannelShutdownStateZ } from '../structs/Option_ChannelShutdownStateZ.mjs';
215 import { Result_ThirtyTwoBytesAPIErrorZ } from '../structs/Result_ThirtyTwoBytesAPIErrorZ.mjs';
216 import { RecentPaymentDetails } from '../structs/RecentPaymentDetails.mjs';
217 import { PaymentSendFailure } from '../structs/PaymentSendFailure.mjs';
218 import { Result_NonePaymentSendFailureZ } from '../structs/Result_NonePaymentSendFailureZ.mjs';
219 import { Result_NoneRetryableSendFailureZ } from '../structs/Result_NoneRetryableSendFailureZ.mjs';
220 import { Result_ThirtyTwoBytesPaymentSendFailureZ } from '../structs/Result_ThirtyTwoBytesPaymentSendFailureZ.mjs';
221 import { Result_ThirtyTwoBytesRetryableSendFailureZ } from '../structs/Result_ThirtyTwoBytesRetryableSendFailureZ.mjs';
222 import { TwoTuple_ThirtyTwoBytesThirtyTwoBytesZ } from '../structs/TwoTuple_ThirtyTwoBytesThirtyTwoBytesZ.mjs';
223 import { Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZPaymentSendFailureZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZPaymentSendFailureZ.mjs';
224 import { ProbeSendFailure } from '../structs/ProbeSendFailure.mjs';
225 import { Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbeSendFailureZ } from '../structs/Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbeSendFailureZ.mjs';
226 import { TwoTuple_ThirtyTwoBytesPublicKeyZ } from '../structs/TwoTuple_ThirtyTwoBytesPublicKeyZ.mjs';
227 import { Option_StrZ } from '../structs/Option_StrZ.mjs';
228 import { Result_NoneBolt12SemanticErrorZ } from '../structs/Result_NoneBolt12SemanticErrorZ.mjs';
229 import { Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZNoneZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZNoneZ.mjs';
230 import { InvoiceRequest } from '../structs/InvoiceRequest.mjs';
231 import { Bolt12Invoice } from '../structs/Bolt12Invoice.mjs';
232 import { InvoiceError } from '../structs/InvoiceError.mjs';
233 import { OffersMessage } from '../structs/OffersMessage.mjs';
234 import { Option_OffersMessageZ } from '../structs/Option_OffersMessageZ.mjs';
235 import { Destination } from '../structs/Destination.mjs';
236 import { ThreeTuple_OffersMessageDestinationBlindedPathZ } from '../structs/ThreeTuple_OffersMessageDestinationBlindedPathZ.mjs';
237 import { CounterpartyForwardingInfo } from '../structs/CounterpartyForwardingInfo.mjs';
238 import { Result_CounterpartyForwardingInfoDecodeErrorZ } from '../structs/Result_CounterpartyForwardingInfoDecodeErrorZ.mjs';
239 import { ChannelCounterparty } from '../structs/ChannelCounterparty.mjs';
240 import { Result_ChannelCounterpartyDecodeErrorZ } from '../structs/Result_ChannelCounterpartyDecodeErrorZ.mjs';
241 import { Result_ChannelDetailsDecodeErrorZ } from '../structs/Result_ChannelDetailsDecodeErrorZ.mjs';
242 import { PhantomRouteHints } from '../structs/PhantomRouteHints.mjs';
243 import { Result_PhantomRouteHintsDecodeErrorZ } from '../structs/Result_PhantomRouteHintsDecodeErrorZ.mjs';
244 import { Result_ChannelShutdownStateDecodeErrorZ } from '../structs/Result_ChannelShutdownStateDecodeErrorZ.mjs';
245 import { ChannelMonitor } from '../structs/ChannelMonitor.mjs';
246 import { ChannelMonitorUpdate } from '../structs/ChannelMonitorUpdate.mjs';
247 import { Watch, WatchInterface } from '../structs/Watch.mjs';
248 import { BroadcasterInterface, BroadcasterInterfaceInterface } from '../structs/BroadcasterInterface.mjs';
249 import { EntropySource, EntropySourceInterface } from '../structs/EntropySource.mjs';
250 import { UnsignedInvoiceRequest } from '../structs/UnsignedInvoiceRequest.mjs';
251 import { UnsignedBolt12Invoice } from '../structs/UnsignedBolt12Invoice.mjs';
252 import { UnsignedChannelUpdate } from '../structs/UnsignedChannelUpdate.mjs';
253 import { UnsignedNodeAnnouncement } from '../structs/UnsignedNodeAnnouncement.mjs';
254 import { UnsignedGossipMessage } from '../structs/UnsignedGossipMessage.mjs';
255 import { NodeSigner, NodeSignerInterface } from '../structs/NodeSigner.mjs';
256 import { SignerProvider, SignerProviderInterface } from '../structs/SignerProvider.mjs';
257 import { FeeEstimator, FeeEstimatorInterface } from '../structs/FeeEstimator.mjs';
258 import { Router, RouterInterface } from '../structs/Router.mjs';
259 import { ChannelManager } from '../structs/ChannelManager.mjs';
260 import { TwoTuple_ThirtyTwoBytesChannelManagerZ } from '../structs/TwoTuple_ThirtyTwoBytesChannelManagerZ.mjs';
261 import { Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ.mjs';
262 import { MaxDustHTLCExposure } from '../structs/MaxDustHTLCExposure.mjs';
263 import { Result_MaxDustHTLCExposureDecodeErrorZ } from '../structs/Result_MaxDustHTLCExposureDecodeErrorZ.mjs';
264 import { ChannelConfig } from '../structs/ChannelConfig.mjs';
265 import { Result_ChannelConfigDecodeErrorZ } from '../structs/Result_ChannelConfigDecodeErrorZ.mjs';
266 import { Option_MaxDustHTLCExposureZ } from '../structs/Option_MaxDustHTLCExposureZ.mjs';
267 import { Option_APIErrorZ } from '../structs/Option_APIErrorZ.mjs';
268 import { Result_COption_APIErrorZDecodeErrorZ } from '../structs/Result_COption_APIErrorZDecodeErrorZ.mjs';
269 import { Result_ChannelMonitorUpdateDecodeErrorZ } from '../structs/Result_ChannelMonitorUpdateDecodeErrorZ.mjs';
270 import { Option_MonitorEventZ } from '../structs/Option_MonitorEventZ.mjs';
271 import { Result_COption_MonitorEventZDecodeErrorZ } from '../structs/Result_COption_MonitorEventZDecodeErrorZ.mjs';
272 import { Result_HTLCUpdateDecodeErrorZ } from '../structs/Result_HTLCUpdateDecodeErrorZ.mjs';
273 import { TwoTuple_OutPointCVec_u8ZZ } from '../structs/TwoTuple_OutPointCVec_u8ZZ.mjs';
274 import { TwoTuple_u32CVec_u8ZZ } from '../structs/TwoTuple_u32CVec_u8ZZ.mjs';
275 import { TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ } from '../structs/TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ.mjs';
276 import { TwoTuple_u32TxOutZ } from '../structs/TwoTuple_u32TxOutZ.mjs';
277 import { TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ } from '../structs/TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ.mjs';
278 import { Balance } from '../structs/Balance.mjs';
279 import { TwoTuple_ThirtyTwoBytesChannelMonitorZ } from '../structs/TwoTuple_ThirtyTwoBytesChannelMonitorZ.mjs';
280 import { Result_C2Tuple_ThirtyTwoBytesChannelMonitorZDecodeErrorZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesChannelMonitorZDecodeErrorZ.mjs';
281 import { Type, TypeInterface } from '../structs/Type.mjs';
282 import { TwoTuple_PublicKeyTypeZ } from '../structs/TwoTuple_PublicKeyTypeZ.mjs';
283 import { OnionMessageContents, OnionMessageContentsInterface } from '../structs/OnionMessageContents.mjs';
284 import { Option_OnionMessageContentsZ } from '../structs/Option_OnionMessageContentsZ.mjs';
285 import { Result_COption_OnionMessageContentsZDecodeErrorZ } from '../structs/Result_COption_OnionMessageContentsZDecodeErrorZ.mjs';
286 import { ThreeTuple_OnionMessageContentsDestinationBlindedPathZ } from '../structs/ThreeTuple_OnionMessageContentsDestinationBlindedPathZ.mjs';
287 import { Option_TypeZ } from '../structs/Option_TypeZ.mjs';
288 import { Result_COption_TypeZDecodeErrorZ } from '../structs/Result_COption_TypeZDecodeErrorZ.mjs';
289 import { Option_SocketAddressZ } from '../structs/Option_SocketAddressZ.mjs';
290 import { TwoTuple_PublicKeyCOption_SocketAddressZZ } from '../structs/TwoTuple_PublicKeyCOption_SocketAddressZZ.mjs';
291 import { PeerHandleError } from '../structs/PeerHandleError.mjs';
292 import { Result_CVec_u8ZPeerHandleErrorZ } from '../structs/Result_CVec_u8ZPeerHandleErrorZ.mjs';
293 import { Result_NonePeerHandleErrorZ } from '../structs/Result_NonePeerHandleErrorZ.mjs';
294 import { Result_boolPeerHandleErrorZ } from '../structs/Result_boolPeerHandleErrorZ.mjs';
295 import { GraphSyncError } from '../structs/GraphSyncError.mjs';
296 import { Result_u32GraphSyncErrorZ } from '../structs/Result_u32GraphSyncErrorZ.mjs';
297 import { Result_CVec_u8ZIOErrorZ } from '../structs/Result_CVec_u8ZIOErrorZ.mjs';
298 import { Result_NoneIOErrorZ } from '../structs/Result_NoneIOErrorZ.mjs';
299 import { Result_CVec_StrZIOErrorZ } from '../structs/Result_CVec_StrZIOErrorZ.mjs';
300 import { Result_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZ } from '../structs/Result_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZ.mjs';
301 import { Result_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZ.mjs';
302 import { Option_SecretKeyZ } from '../structs/Option_SecretKeyZ.mjs';
303 import { VerifiedInvoiceRequest } from '../structs/VerifiedInvoiceRequest.mjs';
304 import { Result_VerifiedInvoiceRequestNoneZ } from '../structs/Result_VerifiedInvoiceRequestNoneZ.mjs';
305 import { Option_i64Z } from '../structs/Option_i64Z.mjs';
306 import { Result_SocketAddressDecodeErrorZ } from '../structs/Result_SocketAddressDecodeErrorZ.mjs';
307 import { Result_SocketAddressSocketAddressParseErrorZ } from '../structs/Result_SocketAddressSocketAddressParseErrorZ.mjs';
308 import { UpdateAddHTLC } from '../structs/UpdateAddHTLC.mjs';
309 import { UpdateFulfillHTLC } from '../structs/UpdateFulfillHTLC.mjs';
310 import { UpdateFailHTLC } from '../structs/UpdateFailHTLC.mjs';
311 import { UpdateFailMalformedHTLC } from '../structs/UpdateFailMalformedHTLC.mjs';
312 import { Result_AcceptChannelDecodeErrorZ } from '../structs/Result_AcceptChannelDecodeErrorZ.mjs';
313 import { Result_AcceptChannelV2DecodeErrorZ } from '../structs/Result_AcceptChannelV2DecodeErrorZ.mjs';
314 import { Result_TxAddInputDecodeErrorZ } from '../structs/Result_TxAddInputDecodeErrorZ.mjs';
315 import { Result_TxAddOutputDecodeErrorZ } from '../structs/Result_TxAddOutputDecodeErrorZ.mjs';
316 import { Result_TxRemoveInputDecodeErrorZ } from '../structs/Result_TxRemoveInputDecodeErrorZ.mjs';
317 import { Result_TxRemoveOutputDecodeErrorZ } from '../structs/Result_TxRemoveOutputDecodeErrorZ.mjs';
318 import { Result_TxCompleteDecodeErrorZ } from '../structs/Result_TxCompleteDecodeErrorZ.mjs';
319 import { Result_TxSignaturesDecodeErrorZ } from '../structs/Result_TxSignaturesDecodeErrorZ.mjs';
320 import { Result_TxInitRbfDecodeErrorZ } from '../structs/Result_TxInitRbfDecodeErrorZ.mjs';
321 import { Result_TxAckRbfDecodeErrorZ } from '../structs/Result_TxAckRbfDecodeErrorZ.mjs';
322 import { Result_TxAbortDecodeErrorZ } from '../structs/Result_TxAbortDecodeErrorZ.mjs';
323 import { Result_AnnouncementSignaturesDecodeErrorZ } from '../structs/Result_AnnouncementSignaturesDecodeErrorZ.mjs';
324 import { Result_ChannelReestablishDecodeErrorZ } from '../structs/Result_ChannelReestablishDecodeErrorZ.mjs';
325 import { Result_ClosingSignedDecodeErrorZ } from '../structs/Result_ClosingSignedDecodeErrorZ.mjs';
326 import { ClosingSignedFeeRange } from '../structs/ClosingSignedFeeRange.mjs';
327 import { Result_ClosingSignedFeeRangeDecodeErrorZ } from '../structs/Result_ClosingSignedFeeRangeDecodeErrorZ.mjs';
328 import { CommitmentSigned } from '../structs/CommitmentSigned.mjs';
329 import { Result_CommitmentSignedDecodeErrorZ } from '../structs/Result_CommitmentSignedDecodeErrorZ.mjs';
330 import { Result_FundingCreatedDecodeErrorZ } from '../structs/Result_FundingCreatedDecodeErrorZ.mjs';
331 import { Result_FundingSignedDecodeErrorZ } from '../structs/Result_FundingSignedDecodeErrorZ.mjs';
332 import { Result_ChannelReadyDecodeErrorZ } from '../structs/Result_ChannelReadyDecodeErrorZ.mjs';
333 import { Init } from '../structs/Init.mjs';
334 import { Result_InitDecodeErrorZ } from '../structs/Result_InitDecodeErrorZ.mjs';
335 import { Result_OpenChannelDecodeErrorZ } from '../structs/Result_OpenChannelDecodeErrorZ.mjs';
336 import { Result_OpenChannelV2DecodeErrorZ } from '../structs/Result_OpenChannelV2DecodeErrorZ.mjs';
337 import { Result_RevokeAndACKDecodeErrorZ } from '../structs/Result_RevokeAndACKDecodeErrorZ.mjs';
338 import { Result_ShutdownDecodeErrorZ } from '../structs/Result_ShutdownDecodeErrorZ.mjs';
339 import { Result_UpdateFailHTLCDecodeErrorZ } from '../structs/Result_UpdateFailHTLCDecodeErrorZ.mjs';
340 import { Result_UpdateFailMalformedHTLCDecodeErrorZ } from '../structs/Result_UpdateFailMalformedHTLCDecodeErrorZ.mjs';
341 import { UpdateFee } from '../structs/UpdateFee.mjs';
342 import { Result_UpdateFeeDecodeErrorZ } from '../structs/Result_UpdateFeeDecodeErrorZ.mjs';
343 import { Result_UpdateFulfillHTLCDecodeErrorZ } from '../structs/Result_UpdateFulfillHTLCDecodeErrorZ.mjs';
344 import { Result_UpdateAddHTLCDecodeErrorZ } from '../structs/Result_UpdateAddHTLCDecodeErrorZ.mjs';
345 import { OnionMessage } from '../structs/OnionMessage.mjs';
346 import { Result_OnionMessageDecodeErrorZ } from '../structs/Result_OnionMessageDecodeErrorZ.mjs';
347 import { Ping } from '../structs/Ping.mjs';
348 import { Result_PingDecodeErrorZ } from '../structs/Result_PingDecodeErrorZ.mjs';
349 import { Pong } from '../structs/Pong.mjs';
350 import { Result_PongDecodeErrorZ } from '../structs/Result_PongDecodeErrorZ.mjs';
351 import { Result_UnsignedChannelAnnouncementDecodeErrorZ } from '../structs/Result_UnsignedChannelAnnouncementDecodeErrorZ.mjs';
352 import { Result_ChannelAnnouncementDecodeErrorZ } from '../structs/Result_ChannelAnnouncementDecodeErrorZ.mjs';
353 import { Result_UnsignedChannelUpdateDecodeErrorZ } from '../structs/Result_UnsignedChannelUpdateDecodeErrorZ.mjs';
354 import { Result_ChannelUpdateDecodeErrorZ } from '../structs/Result_ChannelUpdateDecodeErrorZ.mjs';
355 import { Result_ErrorMessageDecodeErrorZ } from '../structs/Result_ErrorMessageDecodeErrorZ.mjs';
356 import { Result_WarningMessageDecodeErrorZ } from '../structs/Result_WarningMessageDecodeErrorZ.mjs';
357 import { Result_UnsignedNodeAnnouncementDecodeErrorZ } from '../structs/Result_UnsignedNodeAnnouncementDecodeErrorZ.mjs';
358 import { Result_NodeAnnouncementDecodeErrorZ } from '../structs/Result_NodeAnnouncementDecodeErrorZ.mjs';
359 import { Result_QueryShortChannelIdsDecodeErrorZ } from '../structs/Result_QueryShortChannelIdsDecodeErrorZ.mjs';
360 import { ReplyShortChannelIdsEnd } from '../structs/ReplyShortChannelIdsEnd.mjs';
361 import { Result_ReplyShortChannelIdsEndDecodeErrorZ } from '../structs/Result_ReplyShortChannelIdsEndDecodeErrorZ.mjs';
362 import { Result_QueryChannelRangeDecodeErrorZ } from '../structs/Result_QueryChannelRangeDecodeErrorZ.mjs';
363 import { Result_ReplyChannelRangeDecodeErrorZ } from '../structs/Result_ReplyChannelRangeDecodeErrorZ.mjs';
364 import { Result_GossipTimestampFilterDecodeErrorZ } from '../structs/Result_GossipTimestampFilterDecodeErrorZ.mjs';
365 import { Bolt11Invoice } from '../structs/Bolt11Invoice.mjs';
366 import { SignOrCreationError } from '../structs/SignOrCreationError.mjs';
367 import { Result_Bolt11InvoiceSignOrCreationErrorZ } from '../structs/Result_Bolt11InvoiceSignOrCreationErrorZ.mjs';
368 import { Result_OffersMessageDecodeErrorZ } from '../structs/Result_OffersMessageDecodeErrorZ.mjs';
369 import { Option_HTLCClaimZ } from '../structs/Option_HTLCClaimZ.mjs';
370 import { CounterpartyCommitmentSecrets } from '../structs/CounterpartyCommitmentSecrets.mjs';
371 import { Result_CounterpartyCommitmentSecretsDecodeErrorZ } from '../structs/Result_CounterpartyCommitmentSecretsDecodeErrorZ.mjs';
372 import { TxCreationKeys } from '../structs/TxCreationKeys.mjs';
373 import { Result_TxCreationKeysDecodeErrorZ } from '../structs/Result_TxCreationKeysDecodeErrorZ.mjs';
374 import { Result_ChannelPublicKeysDecodeErrorZ } from '../structs/Result_ChannelPublicKeysDecodeErrorZ.mjs';
375 import { Result_HTLCOutputInCommitmentDecodeErrorZ } from '../structs/Result_HTLCOutputInCommitmentDecodeErrorZ.mjs';
376 import { CounterpartyChannelTransactionParameters } from '../structs/CounterpartyChannelTransactionParameters.mjs';
377 import { Result_CounterpartyChannelTransactionParametersDecodeErrorZ } from '../structs/Result_CounterpartyChannelTransactionParametersDecodeErrorZ.mjs';
378 import { Result_ChannelTransactionParametersDecodeErrorZ } from '../structs/Result_ChannelTransactionParametersDecodeErrorZ.mjs';
379 import { Result_HolderCommitmentTransactionDecodeErrorZ } from '../structs/Result_HolderCommitmentTransactionDecodeErrorZ.mjs';
380 import { BuiltCommitmentTransaction } from '../structs/BuiltCommitmentTransaction.mjs';
381 import { Result_BuiltCommitmentTransactionDecodeErrorZ } from '../structs/Result_BuiltCommitmentTransactionDecodeErrorZ.mjs';
382 import { TrustedClosingTransaction } from '../structs/TrustedClosingTransaction.mjs';
383 import { Result_TrustedClosingTransactionNoneZ } from '../structs/Result_TrustedClosingTransactionNoneZ.mjs';
384 import { Result_CommitmentTransactionDecodeErrorZ } from '../structs/Result_CommitmentTransactionDecodeErrorZ.mjs';
385 import { TrustedCommitmentTransaction } from '../structs/TrustedCommitmentTransaction.mjs';
386 import { Result_TrustedCommitmentTransactionNoneZ } from '../structs/Result_TrustedCommitmentTransactionNoneZ.mjs';
387 import { Result_CVec_ECDSASignatureZNoneZ } from '../structs/Result_CVec_ECDSASignatureZNoneZ.mjs';
388 import { Option_usizeZ } from '../structs/Option_usizeZ.mjs';
389 import { Result_ShutdownScriptDecodeErrorZ } from '../structs/Result_ShutdownScriptDecodeErrorZ.mjs';
390 import { InvalidShutdownScript } from '../structs/InvalidShutdownScript.mjs';
391 import { Result_ShutdownScriptInvalidShutdownScriptZ } from '../structs/Result_ShutdownScriptInvalidShutdownScriptZ.mjs';
392 import { PaymentPurpose } from '../structs/PaymentPurpose.mjs';
393 import { Result_PaymentPurposeDecodeErrorZ } from '../structs/Result_PaymentPurposeDecodeErrorZ.mjs';
394 import { ClaimedHTLC } from '../structs/ClaimedHTLC.mjs';
395 import { Result_ClaimedHTLCDecodeErrorZ } from '../structs/Result_ClaimedHTLCDecodeErrorZ.mjs';
396 import { PathFailure } from '../structs/PathFailure.mjs';
397 import { Option_PathFailureZ } from '../structs/Option_PathFailureZ.mjs';
398 import { Result_COption_PathFailureZDecodeErrorZ } from '../structs/Result_COption_PathFailureZDecodeErrorZ.mjs';
399 import { UntrustedString } from '../structs/UntrustedString.mjs';
400 import { ClosureReason } from '../structs/ClosureReason.mjs';
401 import { Option_ClosureReasonZ } from '../structs/Option_ClosureReasonZ.mjs';
402 import { Result_COption_ClosureReasonZDecodeErrorZ } from '../structs/Result_COption_ClosureReasonZDecodeErrorZ.mjs';
403 import { HTLCDestination } from '../structs/HTLCDestination.mjs';
404 import { Option_HTLCDestinationZ } from '../structs/Option_HTLCDestinationZ.mjs';
405 import { Result_COption_HTLCDestinationZDecodeErrorZ } from '../structs/Result_COption_HTLCDestinationZDecodeErrorZ.mjs';
406 import { Result_PaymentFailureReasonDecodeErrorZ } from '../structs/Result_PaymentFailureReasonDecodeErrorZ.mjs';
407 import { Option_U128Z } from '../structs/Option_U128Z.mjs';
408 import { Option_PaymentFailureReasonZ } from '../structs/Option_PaymentFailureReasonZ.mjs';
409 import { AnchorDescriptor } from '../structs/AnchorDescriptor.mjs';
410 import { BumpTransactionEvent } from '../structs/BumpTransactionEvent.mjs';
411 import { Event } from '../structs/Event.mjs';
412 import { Option_EventZ } from '../structs/Option_EventZ.mjs';
413 import { Result_COption_EventZDecodeErrorZ } from '../structs/Result_COption_EventZDecodeErrorZ.mjs';
414 import { Bolt11ParseError } from '../structs/Bolt11ParseError.mjs';
415 import { Result_SiPrefixBolt11ParseErrorZ } from '../structs/Result_SiPrefixBolt11ParseErrorZ.mjs';
416 import { ParseOrSemanticError } from '../structs/ParseOrSemanticError.mjs';
417 import { Result_Bolt11InvoiceParseOrSemanticErrorZ } from '../structs/Result_Bolt11InvoiceParseOrSemanticErrorZ.mjs';
418 import { SignedRawBolt11Invoice } from '../structs/SignedRawBolt11Invoice.mjs';
419 import { Result_SignedRawBolt11InvoiceBolt11ParseErrorZ } from '../structs/Result_SignedRawBolt11InvoiceBolt11ParseErrorZ.mjs';
420 import { RawBolt11Invoice } from '../structs/RawBolt11Invoice.mjs';
421 import { Bolt11InvoiceSignature } from '../structs/Bolt11InvoiceSignature.mjs';
422 import { ThreeTuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZ } from '../structs/ThreeTuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZ.mjs';
423 import { PayeePubKey } from '../structs/PayeePubKey.mjs';
424 import { Result_PayeePubKeySecp256k1ErrorZ } from '../structs/Result_PayeePubKeySecp256k1ErrorZ.mjs';
425 import { PrivateRoute } from '../structs/PrivateRoute.mjs';
426 import { PositiveTimestamp } from '../structs/PositiveTimestamp.mjs';
427 import { Result_PositiveTimestampCreationErrorZ } from '../structs/Result_PositiveTimestampCreationErrorZ.mjs';
428 import { Result_NoneBolt11SemanticErrorZ } from '../structs/Result_NoneBolt11SemanticErrorZ.mjs';
429 import { Result_Bolt11InvoiceBolt11SemanticErrorZ } from '../structs/Result_Bolt11InvoiceBolt11SemanticErrorZ.mjs';
430 import { Description } from '../structs/Description.mjs';
431 import { Result_DescriptionCreationErrorZ } from '../structs/Result_DescriptionCreationErrorZ.mjs';
432 import { Result_PrivateRouteCreationErrorZ } from '../structs/Result_PrivateRouteCreationErrorZ.mjs';
433 import { Result_OutPointDecodeErrorZ } from '../structs/Result_OutPointDecodeErrorZ.mjs';
434 import { BigSize } from '../structs/BigSize.mjs';
435 import { Result_BigSizeDecodeErrorZ } from '../structs/Result_BigSizeDecodeErrorZ.mjs';
436 import { Result_HostnameDecodeErrorZ } from '../structs/Result_HostnameDecodeErrorZ.mjs';
437 import { TransactionU16LenLimited } from '../structs/TransactionU16LenLimited.mjs';
438 import { Result_TransactionU16LenLimitedNoneZ } from '../structs/Result_TransactionU16LenLimitedNoneZ.mjs';
439 import { Result_TransactionU16LenLimitedDecodeErrorZ } from '../structs/Result_TransactionU16LenLimitedDecodeErrorZ.mjs';
440 import { Result_UntrustedStringDecodeErrorZ } from '../structs/Result_UntrustedStringDecodeErrorZ.mjs';
441 import { ReceiveTlvs } from '../structs/ReceiveTlvs.mjs';
442 import { Result_ReceiveTlvsDecodeErrorZ } from '../structs/Result_ReceiveTlvsDecodeErrorZ.mjs';
443 import { PaymentRelay } from '../structs/PaymentRelay.mjs';
444 import { Result_PaymentRelayDecodeErrorZ } from '../structs/Result_PaymentRelayDecodeErrorZ.mjs';
445 import { PaymentConstraints } from '../structs/PaymentConstraints.mjs';
446 import { Result_PaymentConstraintsDecodeErrorZ } from '../structs/Result_PaymentConstraintsDecodeErrorZ.mjs';
447 import { PaymentError } from '../structs/PaymentError.mjs';
448 import { Result_ThirtyTwoBytesPaymentErrorZ } from '../structs/Result_ThirtyTwoBytesPaymentErrorZ.mjs';
449 import { Result_NonePaymentErrorZ } from '../structs/Result_NonePaymentErrorZ.mjs';
450 import { ProbingError } from '../structs/ProbingError.mjs';
451 import { Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbingErrorZ } from '../structs/Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbingErrorZ.mjs';
452 import { Result_StrSecp256k1ErrorZ } from '../structs/Result_StrSecp256k1ErrorZ.mjs';
453 import { OnionMessagePath } from '../structs/OnionMessagePath.mjs';
454 import { Result_OnionMessagePathNoneZ } from '../structs/Result_OnionMessagePathNoneZ.mjs';
455 import { TwoTuple_PublicKeyOnionMessageZ } from '../structs/TwoTuple_PublicKeyOnionMessageZ.mjs';
456 import { SendError } from '../structs/SendError.mjs';
457 import { Result_C2Tuple_PublicKeyOnionMessageZSendErrorZ } from '../structs/Result_C2Tuple_PublicKeyOnionMessageZSendErrorZ.mjs';
458 import { ParsedOnionMessageContents } from '../structs/ParsedOnionMessageContents.mjs';
459 import { PeeledOnion } from '../structs/PeeledOnion.mjs';
460 import { Result_PeeledOnionNoneZ } from '../structs/Result_PeeledOnionNoneZ.mjs';
461 import { Result_NoneSendErrorZ } from '../structs/Result_NoneSendErrorZ.mjs';
462 import { Result_BlindedPathNoneZ } from '../structs/Result_BlindedPathNoneZ.mjs';
463 import { Result_C2Tuple_BlindedPayInfoBlindedPathZNoneZ } from '../structs/Result_C2Tuple_BlindedPayInfoBlindedPathZNoneZ.mjs';
464 import { Result_BlindedPathDecodeErrorZ } from '../structs/Result_BlindedPathDecodeErrorZ.mjs';
465 import { Result_BlindedHopDecodeErrorZ } from '../structs/Result_BlindedHopDecodeErrorZ.mjs';
466 import { Result_InvoiceErrorDecodeErrorZ } from '../structs/Result_InvoiceErrorDecodeErrorZ.mjs';
467 import { WatchedOutput } from '../structs/WatchedOutput.mjs';
468 import { Filter, FilterInterface } from '../structs/Filter.mjs';
469 import { Option_FilterZ } from '../structs/Option_FilterZ.mjs';
470 import { LockedChannelMonitor } from '../structs/LockedChannelMonitor.mjs';
471 import { Result_LockedChannelMonitorNoneZ } from '../structs/Result_LockedChannelMonitorNoneZ.mjs';
472 import { MonitorUpdateId } from '../structs/MonitorUpdateId.mjs';
473 import { TwoTuple_OutPointCVec_MonitorUpdateIdZZ } from '../structs/TwoTuple_OutPointCVec_MonitorUpdateIdZZ.mjs';
474 import { KVStore, KVStoreInterface } from '../structs/KVStore.mjs';
475 import { ChannelUsage } from '../structs/ChannelUsage.mjs';
476 import { ProbabilisticScoringFeeParameters } from '../structs/ProbabilisticScoringFeeParameters.mjs';
477 import { ScoreLookUp, ScoreLookUpInterface } from '../structs/ScoreLookUp.mjs';
478 import { ScoreUpdate, ScoreUpdateInterface } from '../structs/ScoreUpdate.mjs';
479 import { LockableScore, LockableScoreInterface } from '../structs/LockableScore.mjs';
480 import { WriteableScore, WriteableScoreInterface } from '../structs/WriteableScore.mjs';
481 import { Persister, PersisterInterface } from '../structs/Persister.mjs';
482 import { MonitorUpdatingPersister } from '../structs/MonitorUpdatingPersister.mjs';
483 import { Persist, PersistInterface } from '../structs/Persist.mjs';
484 import { PrintableString } from '../structs/PrintableString.mjs';
485 import { FutureCallback, FutureCallbackInterface } from '../structs/FutureCallback.mjs';
486 import { Future } from '../structs/Future.mjs';
487 import { ChannelHandshakeConfig } from '../structs/ChannelHandshakeConfig.mjs';
488 import { ChannelHandshakeLimits } from '../structs/ChannelHandshakeLimits.mjs';
489 import { ChannelConfigUpdate } from '../structs/ChannelConfigUpdate.mjs';
490 import { UserConfig } from '../structs/UserConfig.mjs';
491 import { BestBlock } from '../structs/BestBlock.mjs';
492 import { Listen, ListenInterface } from '../structs/Listen.mjs';
493 import { Confirm, ConfirmInterface } from '../structs/Confirm.mjs';
494 import { ChainMonitor } from '../structs/ChainMonitor.mjs';
495 import { EventHandler, EventHandlerInterface } from '../structs/EventHandler.mjs';
496 import { EventsProvider, EventsProviderInterface } from '../structs/EventsProvider.mjs';
497 import { FailureCode } from '../structs/FailureCode.mjs';
498 import { ChainParameters } from '../structs/ChainParameters.mjs';
499 import { MessageSendEventsProvider, MessageSendEventsProviderInterface } from '../structs/MessageSendEventsProvider.mjs';
500 import { ChannelMessageHandler, ChannelMessageHandlerInterface } from '../structs/ChannelMessageHandler.mjs';
501 import { OffersMessageHandler, OffersMessageHandlerInterface } from '../structs/OffersMessageHandler.mjs';
502 import { ChannelManagerReadArgs } from '../structs/ChannelManagerReadArgs.mjs';
503 import { ExpandedKey } from '../structs/ExpandedKey.mjs';
504 import { Packet } from '../structs/Packet.mjs';
505 import { RoutingMessageHandler, RoutingMessageHandlerInterface } from '../structs/RoutingMessageHandler.mjs';
506 import { OnionMessageHandler, OnionMessageHandlerInterface } from '../structs/OnionMessageHandler.mjs';
507 import { CustomMessageReader, CustomMessageReaderInterface } from '../structs/CustomMessageReader.mjs';
508 import { CustomMessageHandler, CustomMessageHandlerInterface } from '../structs/CustomMessageHandler.mjs';
509 import { IgnoringMessageHandler } from '../structs/IgnoringMessageHandler.mjs';
510 import { CustomOnionMessageHandler, CustomOnionMessageHandlerInterface } from '../structs/CustomOnionMessageHandler.mjs';
511 import { ErroringMessageHandler } from '../structs/ErroringMessageHandler.mjs';
512 import { MessageHandler } from '../structs/MessageHandler.mjs';
513 import { SocketDescriptor, SocketDescriptorInterface } from '../structs/SocketDescriptor.mjs';
514 import { PeerManager } from '../structs/PeerManager.mjs';
515 import { DirectedChannelTransactionParameters } from '../structs/DirectedChannelTransactionParameters.mjs';
516 import { OfferFeatures } from '../structs/OfferFeatures.mjs';
517 import { InvoiceRequestFeatures } from '../structs/InvoiceRequestFeatures.mjs';
518 import { Amount } from '../structs/Amount.mjs';
519 import { Quantity } from '../structs/Quantity.mjs';
520 import { TaggedHash } from '../structs/TaggedHash.mjs';
521 import { ErroneousField } from '../structs/ErroneousField.mjs';
522 import { P2PGossipSync } from '../structs/P2PGossipSync.mjs';
523 import { ReadOnlyNetworkGraph } from '../structs/ReadOnlyNetworkGraph.mjs';
524 import { DirectedChannelInfo } from '../structs/DirectedChannelInfo.mjs';
525 import { EffectiveCapacity } from '../structs/EffectiveCapacity.mjs';
526 import { DefaultRouter } from '../structs/DefaultRouter.mjs';
527 import { ScorerAccountingForInFlightHtlcs } from '../structs/ScorerAccountingForInFlightHtlcs.mjs';
528 import { Payee } from '../structs/Payee.mjs';
529 import { Score, ScoreInterface } from '../structs/Score.mjs';
530 import { MultiThreadedLockableScore } from '../structs/MultiThreadedLockableScore.mjs';
531 import { MultiThreadedScoreLockRead } from '../structs/MultiThreadedScoreLockRead.mjs';
532 import { MultiThreadedScoreLockWrite } from '../structs/MultiThreadedScoreLockWrite.mjs';
533 import { ProbabilisticScoringDecayParameters } from '../structs/ProbabilisticScoringDecayParameters.mjs';
534 import { KeysManager } from '../structs/KeysManager.mjs';
535 import { PhantomKeysManager } from '../structs/PhantomKeysManager.mjs';
536 import { MessageRouter, MessageRouterInterface } from '../structs/MessageRouter.mjs';
537 import { OnionMessenger } from '../structs/OnionMessenger.mjs';
538 import { DefaultMessageRouter } from '../structs/DefaultMessageRouter.mjs';
539 import { ForwardNode } from '../structs/ForwardNode.mjs';
540 import { ForwardTlvs } from '../structs/ForwardTlvs.mjs';
541 import { CoinSelectionSource, CoinSelectionSourceInterface } from '../structs/CoinSelectionSource.mjs';
542 import { WalletSource, WalletSourceInterface } from '../structs/WalletSource.mjs';
543 import { Wallet } from '../structs/Wallet.mjs';
544 import { BumpTransactionEventHandler } from '../structs/BumpTransactionEventHandler.mjs';
545 import { RapidGossipSync } from '../structs/RapidGossipSync.mjs';
546 import { GossipSync } from '../structs/GossipSync.mjs';
547 import { RawDataPart } from '../structs/RawDataPart.mjs';
548 import { Sha256 } from '../structs/Sha256.mjs';
549 import { ExpiryTime } from '../structs/ExpiryTime.mjs';
550 import { MinFinalCltvExpiryDelta } from '../structs/MinFinalCltvExpiryDelta.mjs';
551 import { Fallback } from '../structs/Fallback.mjs';
552
553 import { CommonBase, UInt5, WitnessVersion, UnqualifiedError } from './CommonBase.mjs';
554 import * as bindings from '../bindings.mjs'
555
556 /**
557  * An event generated by ChannelManager which indicates a message should be sent to a peer (or
558  * broadcast to most peers).
559  * These events are handled by PeerManager::process_events if you are using a PeerManager.
560  */
561 export class MessageSendEvent extends CommonBase {
562         protected constructor(_dummy: null, ptr: bigint) { super(ptr, bindings.MessageSendEvent_free); }
563         /* @internal */
564         public static constr_from_ptr(ptr: bigint): MessageSendEvent {
565                 const raw_ty: number = bindings.LDKMessageSendEvent_ty_from_ptr(ptr);
566                 switch (raw_ty) {
567                         case 0: return new MessageSendEvent_SendAcceptChannel(ptr);
568                         case 1: return new MessageSendEvent_SendAcceptChannelV2(ptr);
569                         case 2: return new MessageSendEvent_SendOpenChannel(ptr);
570                         case 3: return new MessageSendEvent_SendOpenChannelV2(ptr);
571                         case 4: return new MessageSendEvent_SendFundingCreated(ptr);
572                         case 5: return new MessageSendEvent_SendFundingSigned(ptr);
573                         case 6: return new MessageSendEvent_SendTxAddInput(ptr);
574                         case 7: return new MessageSendEvent_SendTxAddOutput(ptr);
575                         case 8: return new MessageSendEvent_SendTxRemoveInput(ptr);
576                         case 9: return new MessageSendEvent_SendTxRemoveOutput(ptr);
577                         case 10: return new MessageSendEvent_SendTxComplete(ptr);
578                         case 11: return new MessageSendEvent_SendTxSignatures(ptr);
579                         case 12: return new MessageSendEvent_SendTxInitRbf(ptr);
580                         case 13: return new MessageSendEvent_SendTxAckRbf(ptr);
581                         case 14: return new MessageSendEvent_SendTxAbort(ptr);
582                         case 15: return new MessageSendEvent_SendChannelReady(ptr);
583                         case 16: return new MessageSendEvent_SendAnnouncementSignatures(ptr);
584                         case 17: return new MessageSendEvent_UpdateHTLCs(ptr);
585                         case 18: return new MessageSendEvent_SendRevokeAndACK(ptr);
586                         case 19: return new MessageSendEvent_SendClosingSigned(ptr);
587                         case 20: return new MessageSendEvent_SendShutdown(ptr);
588                         case 21: return new MessageSendEvent_SendChannelReestablish(ptr);
589                         case 22: return new MessageSendEvent_SendChannelAnnouncement(ptr);
590                         case 23: return new MessageSendEvent_BroadcastChannelAnnouncement(ptr);
591                         case 24: return new MessageSendEvent_BroadcastChannelUpdate(ptr);
592                         case 25: return new MessageSendEvent_BroadcastNodeAnnouncement(ptr);
593                         case 26: return new MessageSendEvent_SendChannelUpdate(ptr);
594                         case 27: return new MessageSendEvent_HandleError(ptr);
595                         case 28: return new MessageSendEvent_SendChannelRangeQuery(ptr);
596                         case 29: return new MessageSendEvent_SendShortIdsQuery(ptr);
597                         case 30: return new MessageSendEvent_SendReplyChannelRange(ptr);
598                         case 31: return new MessageSendEvent_SendGossipTimestampFilter(ptr);
599                         default:
600                                 throw new Error('oops, this should be unreachable'); // Unreachable without extending the (internal) bindings interface
601                 }
602         }
603
604         public clone_ptr(): bigint {
605                 const ret: bigint = bindings.MessageSendEvent_clone_ptr(this.ptr);
606                 return ret;
607         }
608
609         /**
610          * Creates a copy of the MessageSendEvent
611          */
612         public clone(): MessageSendEvent {
613                 const ret: bigint = bindings.MessageSendEvent_clone(this.ptr);
614                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
615                 CommonBase.add_ref_from(ret_hu_conv, this);
616                 return ret_hu_conv;
617         }
618
619         /**
620          * Utility method to constructs a new SendAcceptChannel-variant MessageSendEvent
621          */
622         public static constructor_send_accept_channel(node_id: Uint8Array, msg: AcceptChannel): MessageSendEvent {
623                 const ret: bigint = bindings.MessageSendEvent_send_accept_channel(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
624                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
625                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
626                 CommonBase.add_ref_from(ret_hu_conv, msg);
627                 return ret_hu_conv;
628         }
629
630         /**
631          * Utility method to constructs a new SendAcceptChannelV2-variant MessageSendEvent
632          */
633         public static constructor_send_accept_channel_v2(node_id: Uint8Array, msg: AcceptChannelV2): MessageSendEvent {
634                 const ret: bigint = bindings.MessageSendEvent_send_accept_channel_v2(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
635                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
636                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
637                 CommonBase.add_ref_from(ret_hu_conv, msg);
638                 return ret_hu_conv;
639         }
640
641         /**
642          * Utility method to constructs a new SendOpenChannel-variant MessageSendEvent
643          */
644         public static constructor_send_open_channel(node_id: Uint8Array, msg: OpenChannel): MessageSendEvent {
645                 const ret: bigint = bindings.MessageSendEvent_send_open_channel(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
646                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
647                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
648                 CommonBase.add_ref_from(ret_hu_conv, msg);
649                 return ret_hu_conv;
650         }
651
652         /**
653          * Utility method to constructs a new SendOpenChannelV2-variant MessageSendEvent
654          */
655         public static constructor_send_open_channel_v2(node_id: Uint8Array, msg: OpenChannelV2): MessageSendEvent {
656                 const ret: bigint = bindings.MessageSendEvent_send_open_channel_v2(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
657                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
658                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
659                 CommonBase.add_ref_from(ret_hu_conv, msg);
660                 return ret_hu_conv;
661         }
662
663         /**
664          * Utility method to constructs a new SendFundingCreated-variant MessageSendEvent
665          */
666         public static constructor_send_funding_created(node_id: Uint8Array, msg: FundingCreated): MessageSendEvent {
667                 const ret: bigint = bindings.MessageSendEvent_send_funding_created(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
668                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
669                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
670                 CommonBase.add_ref_from(ret_hu_conv, msg);
671                 return ret_hu_conv;
672         }
673
674         /**
675          * Utility method to constructs a new SendFundingSigned-variant MessageSendEvent
676          */
677         public static constructor_send_funding_signed(node_id: Uint8Array, msg: FundingSigned): MessageSendEvent {
678                 const ret: bigint = bindings.MessageSendEvent_send_funding_signed(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
679                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
680                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
681                 CommonBase.add_ref_from(ret_hu_conv, msg);
682                 return ret_hu_conv;
683         }
684
685         /**
686          * Utility method to constructs a new SendTxAddInput-variant MessageSendEvent
687          */
688         public static constructor_send_tx_add_input(node_id: Uint8Array, msg: TxAddInput): MessageSendEvent {
689                 const ret: bigint = bindings.MessageSendEvent_send_tx_add_input(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
690                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
691                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
692                 CommonBase.add_ref_from(ret_hu_conv, msg);
693                 return ret_hu_conv;
694         }
695
696         /**
697          * Utility method to constructs a new SendTxAddOutput-variant MessageSendEvent
698          */
699         public static constructor_send_tx_add_output(node_id: Uint8Array, msg: TxAddOutput): MessageSendEvent {
700                 const ret: bigint = bindings.MessageSendEvent_send_tx_add_output(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
701                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
702                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
703                 CommonBase.add_ref_from(ret_hu_conv, msg);
704                 return ret_hu_conv;
705         }
706
707         /**
708          * Utility method to constructs a new SendTxRemoveInput-variant MessageSendEvent
709          */
710         public static constructor_send_tx_remove_input(node_id: Uint8Array, msg: TxRemoveInput): MessageSendEvent {
711                 const ret: bigint = bindings.MessageSendEvent_send_tx_remove_input(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
712                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
713                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
714                 CommonBase.add_ref_from(ret_hu_conv, msg);
715                 return ret_hu_conv;
716         }
717
718         /**
719          * Utility method to constructs a new SendTxRemoveOutput-variant MessageSendEvent
720          */
721         public static constructor_send_tx_remove_output(node_id: Uint8Array, msg: TxRemoveOutput): MessageSendEvent {
722                 const ret: bigint = bindings.MessageSendEvent_send_tx_remove_output(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
723                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
724                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
725                 CommonBase.add_ref_from(ret_hu_conv, msg);
726                 return ret_hu_conv;
727         }
728
729         /**
730          * Utility method to constructs a new SendTxComplete-variant MessageSendEvent
731          */
732         public static constructor_send_tx_complete(node_id: Uint8Array, msg: TxComplete): MessageSendEvent {
733                 const ret: bigint = bindings.MessageSendEvent_send_tx_complete(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
734                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
735                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
736                 CommonBase.add_ref_from(ret_hu_conv, msg);
737                 return ret_hu_conv;
738         }
739
740         /**
741          * Utility method to constructs a new SendTxSignatures-variant MessageSendEvent
742          */
743         public static constructor_send_tx_signatures(node_id: Uint8Array, msg: TxSignatures): MessageSendEvent {
744                 const ret: bigint = bindings.MessageSendEvent_send_tx_signatures(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
745                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
746                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
747                 CommonBase.add_ref_from(ret_hu_conv, msg);
748                 return ret_hu_conv;
749         }
750
751         /**
752          * Utility method to constructs a new SendTxInitRbf-variant MessageSendEvent
753          */
754         public static constructor_send_tx_init_rbf(node_id: Uint8Array, msg: TxInitRbf): MessageSendEvent {
755                 const ret: bigint = bindings.MessageSendEvent_send_tx_init_rbf(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
756                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
757                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
758                 CommonBase.add_ref_from(ret_hu_conv, msg);
759                 return ret_hu_conv;
760         }
761
762         /**
763          * Utility method to constructs a new SendTxAckRbf-variant MessageSendEvent
764          */
765         public static constructor_send_tx_ack_rbf(node_id: Uint8Array, msg: TxAckRbf): MessageSendEvent {
766                 const ret: bigint = bindings.MessageSendEvent_send_tx_ack_rbf(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
767                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
768                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
769                 CommonBase.add_ref_from(ret_hu_conv, msg);
770                 return ret_hu_conv;
771         }
772
773         /**
774          * Utility method to constructs a new SendTxAbort-variant MessageSendEvent
775          */
776         public static constructor_send_tx_abort(node_id: Uint8Array, msg: TxAbort): MessageSendEvent {
777                 const ret: bigint = bindings.MessageSendEvent_send_tx_abort(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
778                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
779                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
780                 CommonBase.add_ref_from(ret_hu_conv, msg);
781                 return ret_hu_conv;
782         }
783
784         /**
785          * Utility method to constructs a new SendChannelReady-variant MessageSendEvent
786          */
787         public static constructor_send_channel_ready(node_id: Uint8Array, msg: ChannelReady): MessageSendEvent {
788                 const ret: bigint = bindings.MessageSendEvent_send_channel_ready(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
789                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
790                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
791                 CommonBase.add_ref_from(ret_hu_conv, msg);
792                 return ret_hu_conv;
793         }
794
795         /**
796          * Utility method to constructs a new SendAnnouncementSignatures-variant MessageSendEvent
797          */
798         public static constructor_send_announcement_signatures(node_id: Uint8Array, msg: AnnouncementSignatures): MessageSendEvent {
799                 const ret: bigint = bindings.MessageSendEvent_send_announcement_signatures(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
800                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
801                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
802                 CommonBase.add_ref_from(ret_hu_conv, msg);
803                 return ret_hu_conv;
804         }
805
806         /**
807          * Utility method to constructs a new UpdateHTLCs-variant MessageSendEvent
808          */
809         public static constructor_update_htlcs(node_id: Uint8Array, updates: CommitmentUpdate): MessageSendEvent {
810                 const ret: bigint = bindings.MessageSendEvent_update_htlcs(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), updates == null ? 0n : CommonBase.get_ptr_of(updates));
811                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
812                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
813                 CommonBase.add_ref_from(ret_hu_conv, updates);
814                 return ret_hu_conv;
815         }
816
817         /**
818          * Utility method to constructs a new SendRevokeAndACK-variant MessageSendEvent
819          */
820         public static constructor_send_revoke_and_ack(node_id: Uint8Array, msg: RevokeAndACK): MessageSendEvent {
821                 const ret: bigint = bindings.MessageSendEvent_send_revoke_and_ack(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
822                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
823                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
824                 CommonBase.add_ref_from(ret_hu_conv, msg);
825                 return ret_hu_conv;
826         }
827
828         /**
829          * Utility method to constructs a new SendClosingSigned-variant MessageSendEvent
830          */
831         public static constructor_send_closing_signed(node_id: Uint8Array, msg: ClosingSigned): MessageSendEvent {
832                 const ret: bigint = bindings.MessageSendEvent_send_closing_signed(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
833                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
834                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
835                 CommonBase.add_ref_from(ret_hu_conv, msg);
836                 return ret_hu_conv;
837         }
838
839         /**
840          * Utility method to constructs a new SendShutdown-variant MessageSendEvent
841          */
842         public static constructor_send_shutdown(node_id: Uint8Array, msg: Shutdown): MessageSendEvent {
843                 const ret: bigint = bindings.MessageSendEvent_send_shutdown(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
844                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
845                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
846                 CommonBase.add_ref_from(ret_hu_conv, msg);
847                 return ret_hu_conv;
848         }
849
850         /**
851          * Utility method to constructs a new SendChannelReestablish-variant MessageSendEvent
852          */
853         public static constructor_send_channel_reestablish(node_id: Uint8Array, msg: ChannelReestablish): MessageSendEvent {
854                 const ret: bigint = bindings.MessageSendEvent_send_channel_reestablish(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
855                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
856                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
857                 CommonBase.add_ref_from(ret_hu_conv, msg);
858                 return ret_hu_conv;
859         }
860
861         /**
862          * Utility method to constructs a new SendChannelAnnouncement-variant MessageSendEvent
863          */
864         public static constructor_send_channel_announcement(node_id: Uint8Array, msg: ChannelAnnouncement, update_msg: ChannelUpdate): MessageSendEvent {
865                 const ret: bigint = bindings.MessageSendEvent_send_channel_announcement(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg), update_msg == null ? 0n : CommonBase.get_ptr_of(update_msg));
866                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
867                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
868                 CommonBase.add_ref_from(ret_hu_conv, msg);
869                 CommonBase.add_ref_from(ret_hu_conv, update_msg);
870                 return ret_hu_conv;
871         }
872
873         /**
874          * Utility method to constructs a new BroadcastChannelAnnouncement-variant MessageSendEvent
875          */
876         public static constructor_broadcast_channel_announcement(msg: ChannelAnnouncement, update_msg: ChannelUpdate): MessageSendEvent {
877                 const ret: bigint = bindings.MessageSendEvent_broadcast_channel_announcement(msg == null ? 0n : CommonBase.get_ptr_of(msg), update_msg == null ? 0n : CommonBase.get_ptr_of(update_msg));
878                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
879                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
880                 CommonBase.add_ref_from(ret_hu_conv, msg);
881                 CommonBase.add_ref_from(ret_hu_conv, update_msg);
882                 return ret_hu_conv;
883         }
884
885         /**
886          * Utility method to constructs a new BroadcastChannelUpdate-variant MessageSendEvent
887          */
888         public static constructor_broadcast_channel_update(msg: ChannelUpdate): MessageSendEvent {
889                 const ret: bigint = bindings.MessageSendEvent_broadcast_channel_update(msg == null ? 0n : CommonBase.get_ptr_of(msg));
890                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
891                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
892                 CommonBase.add_ref_from(ret_hu_conv, msg);
893                 return ret_hu_conv;
894         }
895
896         /**
897          * Utility method to constructs a new BroadcastNodeAnnouncement-variant MessageSendEvent
898          */
899         public static constructor_broadcast_node_announcement(msg: NodeAnnouncement): MessageSendEvent {
900                 const ret: bigint = bindings.MessageSendEvent_broadcast_node_announcement(msg == null ? 0n : CommonBase.get_ptr_of(msg));
901                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
902                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
903                 CommonBase.add_ref_from(ret_hu_conv, msg);
904                 return ret_hu_conv;
905         }
906
907         /**
908          * Utility method to constructs a new SendChannelUpdate-variant MessageSendEvent
909          */
910         public static constructor_send_channel_update(node_id: Uint8Array, msg: ChannelUpdate): MessageSendEvent {
911                 const ret: bigint = bindings.MessageSendEvent_send_channel_update(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
912                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
913                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
914                 CommonBase.add_ref_from(ret_hu_conv, msg);
915                 return ret_hu_conv;
916         }
917
918         /**
919          * Utility method to constructs a new HandleError-variant MessageSendEvent
920          */
921         public static constructor_handle_error(node_id: Uint8Array, action: ErrorAction): MessageSendEvent {
922                 const ret: bigint = bindings.MessageSendEvent_handle_error(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), CommonBase.get_ptr_of(action));
923                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
924                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
925                 CommonBase.add_ref_from(ret_hu_conv, action);
926                 return ret_hu_conv;
927         }
928
929         /**
930          * Utility method to constructs a new SendChannelRangeQuery-variant MessageSendEvent
931          */
932         public static constructor_send_channel_range_query(node_id: Uint8Array, msg: QueryChannelRange): MessageSendEvent {
933                 const ret: bigint = bindings.MessageSendEvent_send_channel_range_query(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
934                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
935                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
936                 CommonBase.add_ref_from(ret_hu_conv, msg);
937                 return ret_hu_conv;
938         }
939
940         /**
941          * Utility method to constructs a new SendShortIdsQuery-variant MessageSendEvent
942          */
943         public static constructor_send_short_ids_query(node_id: Uint8Array, msg: QueryShortChannelIds): MessageSendEvent {
944                 const ret: bigint = bindings.MessageSendEvent_send_short_ids_query(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
945                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
946                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
947                 CommonBase.add_ref_from(ret_hu_conv, msg);
948                 return ret_hu_conv;
949         }
950
951         /**
952          * Utility method to constructs a new SendReplyChannelRange-variant MessageSendEvent
953          */
954         public static constructor_send_reply_channel_range(node_id: Uint8Array, msg: ReplyChannelRange): MessageSendEvent {
955                 const ret: bigint = bindings.MessageSendEvent_send_reply_channel_range(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
956                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
957                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
958                 CommonBase.add_ref_from(ret_hu_conv, msg);
959                 return ret_hu_conv;
960         }
961
962         /**
963          * Utility method to constructs a new SendGossipTimestampFilter-variant MessageSendEvent
964          */
965         public static constructor_send_gossip_timestamp_filter(node_id: Uint8Array, msg: GossipTimestampFilter): MessageSendEvent {
966                 const ret: bigint = bindings.MessageSendEvent_send_gossip_timestamp_filter(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
967                 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
968                 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
969                 CommonBase.add_ref_from(ret_hu_conv, msg);
970                 return ret_hu_conv;
971         }
972
973 }
974 /** A MessageSendEvent of type SendAcceptChannel */
975 export class MessageSendEvent_SendAcceptChannel extends MessageSendEvent {
976         /**
977          * The node_id of the node which should receive this message
978          */
979         public node_id: Uint8Array;
980         /**
981          * The message which should be sent.
982          */
983         public msg: AcceptChannel;
984         /* @internal */
985         public constructor(ptr: bigint) {
986                 super(null, ptr);
987                 const node_id: number = bindings.LDKMessageSendEvent_SendAcceptChannel_get_node_id(ptr);
988                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
989                 this.node_id = node_id_conv;
990                 const msg: bigint = bindings.LDKMessageSendEvent_SendAcceptChannel_get_msg(ptr);
991                 const msg_hu_conv: AcceptChannel = new AcceptChannel(null, msg);
992                         CommonBase.add_ref_from(msg_hu_conv, this);
993                 this.msg = msg_hu_conv;
994         }
995 }
996 /** A MessageSendEvent of type SendAcceptChannelV2 */
997 export class MessageSendEvent_SendAcceptChannelV2 extends MessageSendEvent {
998         /**
999          * The node_id of the node which should receive this message
1000          */
1001         public node_id: Uint8Array;
1002         /**
1003          * The message which should be sent.
1004          */
1005         public msg: AcceptChannelV2;
1006         /* @internal */
1007         public constructor(ptr: bigint) {
1008                 super(null, ptr);
1009                 const node_id: number = bindings.LDKMessageSendEvent_SendAcceptChannelV2_get_node_id(ptr);
1010                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1011                 this.node_id = node_id_conv;
1012                 const msg: bigint = bindings.LDKMessageSendEvent_SendAcceptChannelV2_get_msg(ptr);
1013                 const msg_hu_conv: AcceptChannelV2 = new AcceptChannelV2(null, msg);
1014                         CommonBase.add_ref_from(msg_hu_conv, this);
1015                 this.msg = msg_hu_conv;
1016         }
1017 }
1018 /** A MessageSendEvent of type SendOpenChannel */
1019 export class MessageSendEvent_SendOpenChannel extends MessageSendEvent {
1020         /**
1021          * The node_id of the node which should receive this message
1022          */
1023         public node_id: Uint8Array;
1024         /**
1025          * The message which should be sent.
1026          */
1027         public msg: OpenChannel;
1028         /* @internal */
1029         public constructor(ptr: bigint) {
1030                 super(null, ptr);
1031                 const node_id: number = bindings.LDKMessageSendEvent_SendOpenChannel_get_node_id(ptr);
1032                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1033                 this.node_id = node_id_conv;
1034                 const msg: bigint = bindings.LDKMessageSendEvent_SendOpenChannel_get_msg(ptr);
1035                 const msg_hu_conv: OpenChannel = new OpenChannel(null, msg);
1036                         CommonBase.add_ref_from(msg_hu_conv, this);
1037                 this.msg = msg_hu_conv;
1038         }
1039 }
1040 /** A MessageSendEvent of type SendOpenChannelV2 */
1041 export class MessageSendEvent_SendOpenChannelV2 extends MessageSendEvent {
1042         /**
1043          * The node_id of the node which should receive this message
1044          */
1045         public node_id: Uint8Array;
1046         /**
1047          * The message which should be sent.
1048          */
1049         public msg: OpenChannelV2;
1050         /* @internal */
1051         public constructor(ptr: bigint) {
1052                 super(null, ptr);
1053                 const node_id: number = bindings.LDKMessageSendEvent_SendOpenChannelV2_get_node_id(ptr);
1054                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1055                 this.node_id = node_id_conv;
1056                 const msg: bigint = bindings.LDKMessageSendEvent_SendOpenChannelV2_get_msg(ptr);
1057                 const msg_hu_conv: OpenChannelV2 = new OpenChannelV2(null, msg);
1058                         CommonBase.add_ref_from(msg_hu_conv, this);
1059                 this.msg = msg_hu_conv;
1060         }
1061 }
1062 /** A MessageSendEvent of type SendFundingCreated */
1063 export class MessageSendEvent_SendFundingCreated extends MessageSendEvent {
1064         /**
1065          * The node_id of the node which should receive this message
1066          */
1067         public node_id: Uint8Array;
1068         /**
1069          * The message which should be sent.
1070          */
1071         public msg: FundingCreated;
1072         /* @internal */
1073         public constructor(ptr: bigint) {
1074                 super(null, ptr);
1075                 const node_id: number = bindings.LDKMessageSendEvent_SendFundingCreated_get_node_id(ptr);
1076                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1077                 this.node_id = node_id_conv;
1078                 const msg: bigint = bindings.LDKMessageSendEvent_SendFundingCreated_get_msg(ptr);
1079                 const msg_hu_conv: FundingCreated = new FundingCreated(null, msg);
1080                         CommonBase.add_ref_from(msg_hu_conv, this);
1081                 this.msg = msg_hu_conv;
1082         }
1083 }
1084 /** A MessageSendEvent of type SendFundingSigned */
1085 export class MessageSendEvent_SendFundingSigned extends MessageSendEvent {
1086         /**
1087          * The node_id of the node which should receive this message
1088          */
1089         public node_id: Uint8Array;
1090         /**
1091          * The message which should be sent.
1092          */
1093         public msg: FundingSigned;
1094         /* @internal */
1095         public constructor(ptr: bigint) {
1096                 super(null, ptr);
1097                 const node_id: number = bindings.LDKMessageSendEvent_SendFundingSigned_get_node_id(ptr);
1098                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1099                 this.node_id = node_id_conv;
1100                 const msg: bigint = bindings.LDKMessageSendEvent_SendFundingSigned_get_msg(ptr);
1101                 const msg_hu_conv: FundingSigned = new FundingSigned(null, msg);
1102                         CommonBase.add_ref_from(msg_hu_conv, this);
1103                 this.msg = msg_hu_conv;
1104         }
1105 }
1106 /** A MessageSendEvent of type SendTxAddInput */
1107 export class MessageSendEvent_SendTxAddInput extends MessageSendEvent {
1108         /**
1109          * The node_id of the node which should receive this message
1110          */
1111         public node_id: Uint8Array;
1112         /**
1113          * The message which should be sent.
1114          */
1115         public msg: TxAddInput;
1116         /* @internal */
1117         public constructor(ptr: bigint) {
1118                 super(null, ptr);
1119                 const node_id: number = bindings.LDKMessageSendEvent_SendTxAddInput_get_node_id(ptr);
1120                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1121                 this.node_id = node_id_conv;
1122                 const msg: bigint = bindings.LDKMessageSendEvent_SendTxAddInput_get_msg(ptr);
1123                 const msg_hu_conv: TxAddInput = new TxAddInput(null, msg);
1124                         CommonBase.add_ref_from(msg_hu_conv, this);
1125                 this.msg = msg_hu_conv;
1126         }
1127 }
1128 /** A MessageSendEvent of type SendTxAddOutput */
1129 export class MessageSendEvent_SendTxAddOutput extends MessageSendEvent {
1130         /**
1131          * The node_id of the node which should receive this message
1132          */
1133         public node_id: Uint8Array;
1134         /**
1135          * The message which should be sent.
1136          */
1137         public msg: TxAddOutput;
1138         /* @internal */
1139         public constructor(ptr: bigint) {
1140                 super(null, ptr);
1141                 const node_id: number = bindings.LDKMessageSendEvent_SendTxAddOutput_get_node_id(ptr);
1142                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1143                 this.node_id = node_id_conv;
1144                 const msg: bigint = bindings.LDKMessageSendEvent_SendTxAddOutput_get_msg(ptr);
1145                 const msg_hu_conv: TxAddOutput = new TxAddOutput(null, msg);
1146                         CommonBase.add_ref_from(msg_hu_conv, this);
1147                 this.msg = msg_hu_conv;
1148         }
1149 }
1150 /** A MessageSendEvent of type SendTxRemoveInput */
1151 export class MessageSendEvent_SendTxRemoveInput extends MessageSendEvent {
1152         /**
1153          * The node_id of the node which should receive this message
1154          */
1155         public node_id: Uint8Array;
1156         /**
1157          * The message which should be sent.
1158          */
1159         public msg: TxRemoveInput;
1160         /* @internal */
1161         public constructor(ptr: bigint) {
1162                 super(null, ptr);
1163                 const node_id: number = bindings.LDKMessageSendEvent_SendTxRemoveInput_get_node_id(ptr);
1164                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1165                 this.node_id = node_id_conv;
1166                 const msg: bigint = bindings.LDKMessageSendEvent_SendTxRemoveInput_get_msg(ptr);
1167                 const msg_hu_conv: TxRemoveInput = new TxRemoveInput(null, msg);
1168                         CommonBase.add_ref_from(msg_hu_conv, this);
1169                 this.msg = msg_hu_conv;
1170         }
1171 }
1172 /** A MessageSendEvent of type SendTxRemoveOutput */
1173 export class MessageSendEvent_SendTxRemoveOutput extends MessageSendEvent {
1174         /**
1175          * The node_id of the node which should receive this message
1176          */
1177         public node_id: Uint8Array;
1178         /**
1179          * The message which should be sent.
1180          */
1181         public msg: TxRemoveOutput;
1182         /* @internal */
1183         public constructor(ptr: bigint) {
1184                 super(null, ptr);
1185                 const node_id: number = bindings.LDKMessageSendEvent_SendTxRemoveOutput_get_node_id(ptr);
1186                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1187                 this.node_id = node_id_conv;
1188                 const msg: bigint = bindings.LDKMessageSendEvent_SendTxRemoveOutput_get_msg(ptr);
1189                 const msg_hu_conv: TxRemoveOutput = new TxRemoveOutput(null, msg);
1190                         CommonBase.add_ref_from(msg_hu_conv, this);
1191                 this.msg = msg_hu_conv;
1192         }
1193 }
1194 /** A MessageSendEvent of type SendTxComplete */
1195 export class MessageSendEvent_SendTxComplete extends MessageSendEvent {
1196         /**
1197          * The node_id of the node which should receive this message
1198          */
1199         public node_id: Uint8Array;
1200         /**
1201          * The message which should be sent.
1202          */
1203         public msg: TxComplete;
1204         /* @internal */
1205         public constructor(ptr: bigint) {
1206                 super(null, ptr);
1207                 const node_id: number = bindings.LDKMessageSendEvent_SendTxComplete_get_node_id(ptr);
1208                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1209                 this.node_id = node_id_conv;
1210                 const msg: bigint = bindings.LDKMessageSendEvent_SendTxComplete_get_msg(ptr);
1211                 const msg_hu_conv: TxComplete = new TxComplete(null, msg);
1212                         CommonBase.add_ref_from(msg_hu_conv, this);
1213                 this.msg = msg_hu_conv;
1214         }
1215 }
1216 /** A MessageSendEvent of type SendTxSignatures */
1217 export class MessageSendEvent_SendTxSignatures extends MessageSendEvent {
1218         /**
1219          * The node_id of the node which should receive this message
1220          */
1221         public node_id: Uint8Array;
1222         /**
1223          * The message which should be sent.
1224          */
1225         public msg: TxSignatures;
1226         /* @internal */
1227         public constructor(ptr: bigint) {
1228                 super(null, ptr);
1229                 const node_id: number = bindings.LDKMessageSendEvent_SendTxSignatures_get_node_id(ptr);
1230                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1231                 this.node_id = node_id_conv;
1232                 const msg: bigint = bindings.LDKMessageSendEvent_SendTxSignatures_get_msg(ptr);
1233                 const msg_hu_conv: TxSignatures = new TxSignatures(null, msg);
1234                         CommonBase.add_ref_from(msg_hu_conv, this);
1235                 this.msg = msg_hu_conv;
1236         }
1237 }
1238 /** A MessageSendEvent of type SendTxInitRbf */
1239 export class MessageSendEvent_SendTxInitRbf extends MessageSendEvent {
1240         /**
1241          * The node_id of the node which should receive this message
1242          */
1243         public node_id: Uint8Array;
1244         /**
1245          * The message which should be sent.
1246          */
1247         public msg: TxInitRbf;
1248         /* @internal */
1249         public constructor(ptr: bigint) {
1250                 super(null, ptr);
1251                 const node_id: number = bindings.LDKMessageSendEvent_SendTxInitRbf_get_node_id(ptr);
1252                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1253                 this.node_id = node_id_conv;
1254                 const msg: bigint = bindings.LDKMessageSendEvent_SendTxInitRbf_get_msg(ptr);
1255                 const msg_hu_conv: TxInitRbf = new TxInitRbf(null, msg);
1256                         CommonBase.add_ref_from(msg_hu_conv, this);
1257                 this.msg = msg_hu_conv;
1258         }
1259 }
1260 /** A MessageSendEvent of type SendTxAckRbf */
1261 export class MessageSendEvent_SendTxAckRbf extends MessageSendEvent {
1262         /**
1263          * The node_id of the node which should receive this message
1264          */
1265         public node_id: Uint8Array;
1266         /**
1267          * The message which should be sent.
1268          */
1269         public msg: TxAckRbf;
1270         /* @internal */
1271         public constructor(ptr: bigint) {
1272                 super(null, ptr);
1273                 const node_id: number = bindings.LDKMessageSendEvent_SendTxAckRbf_get_node_id(ptr);
1274                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1275                 this.node_id = node_id_conv;
1276                 const msg: bigint = bindings.LDKMessageSendEvent_SendTxAckRbf_get_msg(ptr);
1277                 const msg_hu_conv: TxAckRbf = new TxAckRbf(null, msg);
1278                         CommonBase.add_ref_from(msg_hu_conv, this);
1279                 this.msg = msg_hu_conv;
1280         }
1281 }
1282 /** A MessageSendEvent of type SendTxAbort */
1283 export class MessageSendEvent_SendTxAbort extends MessageSendEvent {
1284         /**
1285          * The node_id of the node which should receive this message
1286          */
1287         public node_id: Uint8Array;
1288         /**
1289          * The message which should be sent.
1290          */
1291         public msg: TxAbort;
1292         /* @internal */
1293         public constructor(ptr: bigint) {
1294                 super(null, ptr);
1295                 const node_id: number = bindings.LDKMessageSendEvent_SendTxAbort_get_node_id(ptr);
1296                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1297                 this.node_id = node_id_conv;
1298                 const msg: bigint = bindings.LDKMessageSendEvent_SendTxAbort_get_msg(ptr);
1299                 const msg_hu_conv: TxAbort = new TxAbort(null, msg);
1300                         CommonBase.add_ref_from(msg_hu_conv, this);
1301                 this.msg = msg_hu_conv;
1302         }
1303 }
1304 /** A MessageSendEvent of type SendChannelReady */
1305 export class MessageSendEvent_SendChannelReady extends MessageSendEvent {
1306         /**
1307          * The node_id of the node which should receive these message(s)
1308          */
1309         public node_id: Uint8Array;
1310         /**
1311          * The channel_ready message which should be sent.
1312          */
1313         public msg: ChannelReady;
1314         /* @internal */
1315         public constructor(ptr: bigint) {
1316                 super(null, ptr);
1317                 const node_id: number = bindings.LDKMessageSendEvent_SendChannelReady_get_node_id(ptr);
1318                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1319                 this.node_id = node_id_conv;
1320                 const msg: bigint = bindings.LDKMessageSendEvent_SendChannelReady_get_msg(ptr);
1321                 const msg_hu_conv: ChannelReady = new ChannelReady(null, msg);
1322                         CommonBase.add_ref_from(msg_hu_conv, this);
1323                 this.msg = msg_hu_conv;
1324         }
1325 }
1326 /** A MessageSendEvent of type SendAnnouncementSignatures */
1327 export class MessageSendEvent_SendAnnouncementSignatures extends MessageSendEvent {
1328         /**
1329          * The node_id of the node which should receive these message(s)
1330          */
1331         public node_id: Uint8Array;
1332         /**
1333          * The announcement_signatures message which should be sent.
1334          */
1335         public msg: AnnouncementSignatures;
1336         /* @internal */
1337         public constructor(ptr: bigint) {
1338                 super(null, ptr);
1339                 const node_id: number = bindings.LDKMessageSendEvent_SendAnnouncementSignatures_get_node_id(ptr);
1340                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1341                 this.node_id = node_id_conv;
1342                 const msg: bigint = bindings.LDKMessageSendEvent_SendAnnouncementSignatures_get_msg(ptr);
1343                 const msg_hu_conv: AnnouncementSignatures = new AnnouncementSignatures(null, msg);
1344                         CommonBase.add_ref_from(msg_hu_conv, this);
1345                 this.msg = msg_hu_conv;
1346         }
1347 }
1348 /** A MessageSendEvent of type UpdateHTLCs */
1349 export class MessageSendEvent_UpdateHTLCs extends MessageSendEvent {
1350         /**
1351          * The node_id of the node which should receive these message(s)
1352          */
1353         public node_id: Uint8Array;
1354         /**
1355          * The update messages which should be sent. ALL messages in the struct should be sent!
1356          */
1357         public updates: CommitmentUpdate;
1358         /* @internal */
1359         public constructor(ptr: bigint) {
1360                 super(null, ptr);
1361                 const node_id: number = bindings.LDKMessageSendEvent_UpdateHTLCs_get_node_id(ptr);
1362                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1363                 this.node_id = node_id_conv;
1364                 const updates: bigint = bindings.LDKMessageSendEvent_UpdateHTLCs_get_updates(ptr);
1365                 const updates_hu_conv: CommitmentUpdate = new CommitmentUpdate(null, updates);
1366                         CommonBase.add_ref_from(updates_hu_conv, this);
1367                 this.updates = updates_hu_conv;
1368         }
1369 }
1370 /** A MessageSendEvent of type SendRevokeAndACK */
1371 export class MessageSendEvent_SendRevokeAndACK extends MessageSendEvent {
1372         /**
1373          * The node_id of the node which should receive this message
1374          */
1375         public node_id: Uint8Array;
1376         /**
1377          * The message which should be sent.
1378          */
1379         public msg: RevokeAndACK;
1380         /* @internal */
1381         public constructor(ptr: bigint) {
1382                 super(null, ptr);
1383                 const node_id: number = bindings.LDKMessageSendEvent_SendRevokeAndACK_get_node_id(ptr);
1384                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1385                 this.node_id = node_id_conv;
1386                 const msg: bigint = bindings.LDKMessageSendEvent_SendRevokeAndACK_get_msg(ptr);
1387                 const msg_hu_conv: RevokeAndACK = new RevokeAndACK(null, msg);
1388                         CommonBase.add_ref_from(msg_hu_conv, this);
1389                 this.msg = msg_hu_conv;
1390         }
1391 }
1392 /** A MessageSendEvent of type SendClosingSigned */
1393 export class MessageSendEvent_SendClosingSigned extends MessageSendEvent {
1394         /**
1395          * The node_id of the node which should receive this message
1396          */
1397         public node_id: Uint8Array;
1398         /**
1399          * The message which should be sent.
1400          */
1401         public msg: ClosingSigned;
1402         /* @internal */
1403         public constructor(ptr: bigint) {
1404                 super(null, ptr);
1405                 const node_id: number = bindings.LDKMessageSendEvent_SendClosingSigned_get_node_id(ptr);
1406                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1407                 this.node_id = node_id_conv;
1408                 const msg: bigint = bindings.LDKMessageSendEvent_SendClosingSigned_get_msg(ptr);
1409                 const msg_hu_conv: ClosingSigned = new ClosingSigned(null, msg);
1410                         CommonBase.add_ref_from(msg_hu_conv, this);
1411                 this.msg = msg_hu_conv;
1412         }
1413 }
1414 /** A MessageSendEvent of type SendShutdown */
1415 export class MessageSendEvent_SendShutdown extends MessageSendEvent {
1416         /**
1417          * The node_id of the node which should receive this message
1418          */
1419         public node_id: Uint8Array;
1420         /**
1421          * The message which should be sent.
1422          */
1423         public msg: Shutdown;
1424         /* @internal */
1425         public constructor(ptr: bigint) {
1426                 super(null, ptr);
1427                 const node_id: number = bindings.LDKMessageSendEvent_SendShutdown_get_node_id(ptr);
1428                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1429                 this.node_id = node_id_conv;
1430                 const msg: bigint = bindings.LDKMessageSendEvent_SendShutdown_get_msg(ptr);
1431                 const msg_hu_conv: Shutdown = new Shutdown(null, msg);
1432                         CommonBase.add_ref_from(msg_hu_conv, this);
1433                 this.msg = msg_hu_conv;
1434         }
1435 }
1436 /** A MessageSendEvent of type SendChannelReestablish */
1437 export class MessageSendEvent_SendChannelReestablish extends MessageSendEvent {
1438         /**
1439          * The node_id of the node which should receive this message
1440          */
1441         public node_id: Uint8Array;
1442         /**
1443          * The message which should be sent.
1444          */
1445         public msg: ChannelReestablish;
1446         /* @internal */
1447         public constructor(ptr: bigint) {
1448                 super(null, ptr);
1449                 const node_id: number = bindings.LDKMessageSendEvent_SendChannelReestablish_get_node_id(ptr);
1450                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1451                 this.node_id = node_id_conv;
1452                 const msg: bigint = bindings.LDKMessageSendEvent_SendChannelReestablish_get_msg(ptr);
1453                 const msg_hu_conv: ChannelReestablish = new ChannelReestablish(null, msg);
1454                         CommonBase.add_ref_from(msg_hu_conv, this);
1455                 this.msg = msg_hu_conv;
1456         }
1457 }
1458 /** A MessageSendEvent of type SendChannelAnnouncement */
1459 export class MessageSendEvent_SendChannelAnnouncement extends MessageSendEvent {
1460         /**
1461          * The node_id of the node which should receive this message
1462          */
1463         public node_id: Uint8Array;
1464         /**
1465          * The channel_announcement which should be sent.
1466          */
1467         public msg: ChannelAnnouncement;
1468         /**
1469          * The followup channel_update which should be sent.
1470          */
1471         public update_msg: ChannelUpdate;
1472         /* @internal */
1473         public constructor(ptr: bigint) {
1474                 super(null, ptr);
1475                 const node_id: number = bindings.LDKMessageSendEvent_SendChannelAnnouncement_get_node_id(ptr);
1476                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1477                 this.node_id = node_id_conv;
1478                 const msg: bigint = bindings.LDKMessageSendEvent_SendChannelAnnouncement_get_msg(ptr);
1479                 const msg_hu_conv: ChannelAnnouncement = new ChannelAnnouncement(null, msg);
1480                         CommonBase.add_ref_from(msg_hu_conv, this);
1481                 this.msg = msg_hu_conv;
1482                 const update_msg: bigint = bindings.LDKMessageSendEvent_SendChannelAnnouncement_get_update_msg(ptr);
1483                 const update_msg_hu_conv: ChannelUpdate = new ChannelUpdate(null, update_msg);
1484                         CommonBase.add_ref_from(update_msg_hu_conv, this);
1485                 this.update_msg = update_msg_hu_conv;
1486         }
1487 }
1488 /** A MessageSendEvent of type BroadcastChannelAnnouncement */
1489 export class MessageSendEvent_BroadcastChannelAnnouncement extends MessageSendEvent {
1490         /**
1491          * The channel_announcement which should be sent.
1492          */
1493         public msg: ChannelAnnouncement;
1494         /**
1495          * The followup channel_update which should be sent.
1496          * 
1497          * Note that this (or a relevant inner pointer) may be NULL or all-0s to represent None
1498          */
1499         public update_msg: ChannelUpdate;
1500         /* @internal */
1501         public constructor(ptr: bigint) {
1502                 super(null, ptr);
1503                 const msg: bigint = bindings.LDKMessageSendEvent_BroadcastChannelAnnouncement_get_msg(ptr);
1504                 const msg_hu_conv: ChannelAnnouncement = new ChannelAnnouncement(null, msg);
1505                         CommonBase.add_ref_from(msg_hu_conv, this);
1506                 this.msg = msg_hu_conv;
1507                 const update_msg: bigint = bindings.LDKMessageSendEvent_BroadcastChannelAnnouncement_get_update_msg(ptr);
1508                 const update_msg_hu_conv: ChannelUpdate = new ChannelUpdate(null, update_msg);
1509                         CommonBase.add_ref_from(update_msg_hu_conv, this);
1510                 this.update_msg = update_msg_hu_conv;
1511         }
1512 }
1513 /** A MessageSendEvent of type BroadcastChannelUpdate */
1514 export class MessageSendEvent_BroadcastChannelUpdate extends MessageSendEvent {
1515         /**
1516          * The channel_update which should be sent.
1517          */
1518         public msg: ChannelUpdate;
1519         /* @internal */
1520         public constructor(ptr: bigint) {
1521                 super(null, ptr);
1522                 const msg: bigint = bindings.LDKMessageSendEvent_BroadcastChannelUpdate_get_msg(ptr);
1523                 const msg_hu_conv: ChannelUpdate = new ChannelUpdate(null, msg);
1524                         CommonBase.add_ref_from(msg_hu_conv, this);
1525                 this.msg = msg_hu_conv;
1526         }
1527 }
1528 /** A MessageSendEvent of type BroadcastNodeAnnouncement */
1529 export class MessageSendEvent_BroadcastNodeAnnouncement extends MessageSendEvent {
1530         /**
1531          * The node_announcement which should be sent.
1532          */
1533         public msg: NodeAnnouncement;
1534         /* @internal */
1535         public constructor(ptr: bigint) {
1536                 super(null, ptr);
1537                 const msg: bigint = bindings.LDKMessageSendEvent_BroadcastNodeAnnouncement_get_msg(ptr);
1538                 const msg_hu_conv: NodeAnnouncement = new NodeAnnouncement(null, msg);
1539                         CommonBase.add_ref_from(msg_hu_conv, this);
1540                 this.msg = msg_hu_conv;
1541         }
1542 }
1543 /** A MessageSendEvent of type SendChannelUpdate */
1544 export class MessageSendEvent_SendChannelUpdate extends MessageSendEvent {
1545         /**
1546          * The node_id of the node which should receive this message
1547          */
1548         public node_id: Uint8Array;
1549         /**
1550          * The channel_update which should be sent.
1551          */
1552         public msg: ChannelUpdate;
1553         /* @internal */
1554         public constructor(ptr: bigint) {
1555                 super(null, ptr);
1556                 const node_id: number = bindings.LDKMessageSendEvent_SendChannelUpdate_get_node_id(ptr);
1557                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1558                 this.node_id = node_id_conv;
1559                 const msg: bigint = bindings.LDKMessageSendEvent_SendChannelUpdate_get_msg(ptr);
1560                 const msg_hu_conv: ChannelUpdate = new ChannelUpdate(null, msg);
1561                         CommonBase.add_ref_from(msg_hu_conv, this);
1562                 this.msg = msg_hu_conv;
1563         }
1564 }
1565 /** A MessageSendEvent of type HandleError */
1566 export class MessageSendEvent_HandleError extends MessageSendEvent {
1567         /**
1568          * The node_id of the node which should receive this message
1569          */
1570         public node_id: Uint8Array;
1571         /**
1572          * The action which should be taken.
1573          */
1574         public action: ErrorAction;
1575         /* @internal */
1576         public constructor(ptr: bigint) {
1577                 super(null, ptr);
1578                 const node_id: number = bindings.LDKMessageSendEvent_HandleError_get_node_id(ptr);
1579                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1580                 this.node_id = node_id_conv;
1581                 const action: bigint = bindings.LDKMessageSendEvent_HandleError_get_action(ptr);
1582                 const action_hu_conv: ErrorAction = ErrorAction.constr_from_ptr(action);
1583                         CommonBase.add_ref_from(action_hu_conv, this);
1584                 this.action = action_hu_conv;
1585         }
1586 }
1587 /** A MessageSendEvent of type SendChannelRangeQuery */
1588 export class MessageSendEvent_SendChannelRangeQuery extends MessageSendEvent {
1589         /**
1590          * The node_id of this message recipient
1591          */
1592         public node_id: Uint8Array;
1593         /**
1594          * The query_channel_range which should be sent.
1595          */
1596         public msg: QueryChannelRange;
1597         /* @internal */
1598         public constructor(ptr: bigint) {
1599                 super(null, ptr);
1600                 const node_id: number = bindings.LDKMessageSendEvent_SendChannelRangeQuery_get_node_id(ptr);
1601                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1602                 this.node_id = node_id_conv;
1603                 const msg: bigint = bindings.LDKMessageSendEvent_SendChannelRangeQuery_get_msg(ptr);
1604                 const msg_hu_conv: QueryChannelRange = new QueryChannelRange(null, msg);
1605                         CommonBase.add_ref_from(msg_hu_conv, this);
1606                 this.msg = msg_hu_conv;
1607         }
1608 }
1609 /** A MessageSendEvent of type SendShortIdsQuery */
1610 export class MessageSendEvent_SendShortIdsQuery extends MessageSendEvent {
1611         /**
1612          * The node_id of this message recipient
1613          */
1614         public node_id: Uint8Array;
1615         /**
1616          * The query_short_channel_ids which should be sent.
1617          */
1618         public msg: QueryShortChannelIds;
1619         /* @internal */
1620         public constructor(ptr: bigint) {
1621                 super(null, ptr);
1622                 const node_id: number = bindings.LDKMessageSendEvent_SendShortIdsQuery_get_node_id(ptr);
1623                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1624                 this.node_id = node_id_conv;
1625                 const msg: bigint = bindings.LDKMessageSendEvent_SendShortIdsQuery_get_msg(ptr);
1626                 const msg_hu_conv: QueryShortChannelIds = new QueryShortChannelIds(null, msg);
1627                         CommonBase.add_ref_from(msg_hu_conv, this);
1628                 this.msg = msg_hu_conv;
1629         }
1630 }
1631 /** A MessageSendEvent of type SendReplyChannelRange */
1632 export class MessageSendEvent_SendReplyChannelRange extends MessageSendEvent {
1633         /**
1634          * The node_id of this message recipient
1635          */
1636         public node_id: Uint8Array;
1637         /**
1638          * The reply_channel_range which should be sent.
1639          */
1640         public msg: ReplyChannelRange;
1641         /* @internal */
1642         public constructor(ptr: bigint) {
1643                 super(null, ptr);
1644                 const node_id: number = bindings.LDKMessageSendEvent_SendReplyChannelRange_get_node_id(ptr);
1645                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1646                 this.node_id = node_id_conv;
1647                 const msg: bigint = bindings.LDKMessageSendEvent_SendReplyChannelRange_get_msg(ptr);
1648                 const msg_hu_conv: ReplyChannelRange = new ReplyChannelRange(null, msg);
1649                         CommonBase.add_ref_from(msg_hu_conv, this);
1650                 this.msg = msg_hu_conv;
1651         }
1652 }
1653 /** A MessageSendEvent of type SendGossipTimestampFilter */
1654 export class MessageSendEvent_SendGossipTimestampFilter extends MessageSendEvent {
1655         /**
1656          * The node_id of this message recipient
1657          */
1658         public node_id: Uint8Array;
1659         /**
1660          * The gossip_timestamp_filter which should be sent.
1661          */
1662         public msg: GossipTimestampFilter;
1663         /* @internal */
1664         public constructor(ptr: bigint) {
1665                 super(null, ptr);
1666                 const node_id: number = bindings.LDKMessageSendEvent_SendGossipTimestampFilter_get_node_id(ptr);
1667                 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1668                 this.node_id = node_id_conv;
1669                 const msg: bigint = bindings.LDKMessageSendEvent_SendGossipTimestampFilter_get_msg(ptr);
1670                 const msg_hu_conv: GossipTimestampFilter = new GossipTimestampFilter(null, msg);
1671                         CommonBase.add_ref_from(msg_hu_conv, this);
1672                 this.msg = msg_hu_conv;
1673         }
1674 }