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