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