1 import { TxOut } from '../structs/TxOut.mjs';
2 import { BigEndianScalar } from '../structs/BigEndianScalar.mjs';
3 import { AccessError } from '../enums/AccessError.mjs';
4 import { COption_NoneZ } from '../enums/COption_NoneZ.mjs';
5 import { ChannelMonitorUpdateStatus } from '../enums/ChannelMonitorUpdateStatus.mjs';
6 import { ConfirmationTarget } from '../enums/ConfirmationTarget.mjs';
7 import { CreationError } from '../enums/CreationError.mjs';
8 import { Currency } from '../enums/Currency.mjs';
9 import { IOError } from '../enums/IOError.mjs';
10 import { Level } from '../enums/Level.mjs';
11 import { Network } from '../enums/Network.mjs';
12 import { Recipient } from '../enums/Recipient.mjs';
13 import { Secp256k1Error } from '../enums/Secp256k1Error.mjs';
14 import { SemanticError } from '../enums/SemanticError.mjs';
15 import { SiPrefix } from '../enums/SiPrefix.mjs';
16 import { Bech32Error } from '../structs/Bech32Error.mjs';
17 import { BlindedRoute } from '../structs/BlindedRoute.mjs';
18 import { Result_BlindedRouteNoneZ } from '../structs/Result_BlindedRouteNoneZ.mjs';
19 import { DecodeError } from '../structs/DecodeError.mjs';
20 import { Result_BlindedRouteDecodeErrorZ } from '../structs/Result_BlindedRouteDecodeErrorZ.mjs';
21 import { BlindedHop } from '../structs/BlindedHop.mjs';
22 import { Result_BlindedHopDecodeErrorZ } from '../structs/Result_BlindedHopDecodeErrorZ.mjs';
23 import { Result_NoneNoneZ } from '../structs/Result_NoneNoneZ.mjs';
24 import { CounterpartyCommitmentSecrets } from '../structs/CounterpartyCommitmentSecrets.mjs';
25 import { Result_CounterpartyCommitmentSecretsDecodeErrorZ } from '../structs/Result_CounterpartyCommitmentSecretsDecodeErrorZ.mjs';
26 import { Result_SecretKeyErrorZ } from '../structs/Result_SecretKeyErrorZ.mjs';
27 import { Result_PublicKeyErrorZ } from '../structs/Result_PublicKeyErrorZ.mjs';
28 import { TxCreationKeys } from '../structs/TxCreationKeys.mjs';
29 import { Result_TxCreationKeysDecodeErrorZ } from '../structs/Result_TxCreationKeysDecodeErrorZ.mjs';
30 import { ChannelPublicKeys } from '../structs/ChannelPublicKeys.mjs';
31 import { Result_ChannelPublicKeysDecodeErrorZ } from '../structs/Result_ChannelPublicKeysDecodeErrorZ.mjs';
32 import { Result_TxCreationKeysErrorZ } from '../structs/Result_TxCreationKeysErrorZ.mjs';
33 import { Option_u32Z } from '../structs/Option_u32Z.mjs';
34 import { HTLCOutputInCommitment } from '../structs/HTLCOutputInCommitment.mjs';
35 import { Result_HTLCOutputInCommitmentDecodeErrorZ } from '../structs/Result_HTLCOutputInCommitmentDecodeErrorZ.mjs';
36 import { CounterpartyChannelTransactionParameters } from '../structs/CounterpartyChannelTransactionParameters.mjs';
37 import { Result_CounterpartyChannelTransactionParametersDecodeErrorZ } from '../structs/Result_CounterpartyChannelTransactionParametersDecodeErrorZ.mjs';
38 import { ChannelTransactionParameters } from '../structs/ChannelTransactionParameters.mjs';
39 import { Result_ChannelTransactionParametersDecodeErrorZ } from '../structs/Result_ChannelTransactionParametersDecodeErrorZ.mjs';
40 import { HolderCommitmentTransaction } from '../structs/HolderCommitmentTransaction.mjs';
41 import { Result_HolderCommitmentTransactionDecodeErrorZ } from '../structs/Result_HolderCommitmentTransactionDecodeErrorZ.mjs';
42 import { BuiltCommitmentTransaction } from '../structs/BuiltCommitmentTransaction.mjs';
43 import { Result_BuiltCommitmentTransactionDecodeErrorZ } from '../structs/Result_BuiltCommitmentTransactionDecodeErrorZ.mjs';
44 import { TrustedClosingTransaction } from '../structs/TrustedClosingTransaction.mjs';
45 import { Result_TrustedClosingTransactionNoneZ } from '../structs/Result_TrustedClosingTransactionNoneZ.mjs';
46 import { CommitmentTransaction } from '../structs/CommitmentTransaction.mjs';
47 import { Result_CommitmentTransactionDecodeErrorZ } from '../structs/Result_CommitmentTransactionDecodeErrorZ.mjs';
48 import { TrustedCommitmentTransaction } from '../structs/TrustedCommitmentTransaction.mjs';
49 import { Result_TrustedCommitmentTransactionNoneZ } from '../structs/Result_TrustedCommitmentTransactionNoneZ.mjs';
50 import { Result_CVec_SignatureZNoneZ } from '../structs/Result_CVec_SignatureZNoneZ.mjs';
51 import { ShutdownScript } from '../structs/ShutdownScript.mjs';
52 import { Result_ShutdownScriptDecodeErrorZ } from '../structs/Result_ShutdownScriptDecodeErrorZ.mjs';
53 import { InvalidShutdownScript } from '../structs/InvalidShutdownScript.mjs';
54 import { Result_ShutdownScriptInvalidShutdownScriptZ } from '../structs/Result_ShutdownScriptInvalidShutdownScriptZ.mjs';
55 import { RouteHop } from '../structs/RouteHop.mjs';
56 import { Result_RouteHopDecodeErrorZ } from '../structs/Result_RouteHopDecodeErrorZ.mjs';
57 import { Route } from '../structs/Route.mjs';
58 import { Result_RouteDecodeErrorZ } from '../structs/Result_RouteDecodeErrorZ.mjs';
59 import { RouteParameters } from '../structs/RouteParameters.mjs';
60 import { Result_RouteParametersDecodeErrorZ } from '../structs/Result_RouteParametersDecodeErrorZ.mjs';
61 import { RouteHint } from '../structs/RouteHint.mjs';
62 import { Option_u64Z } from '../structs/Option_u64Z.mjs';
63 import { PaymentParameters } from '../structs/PaymentParameters.mjs';
64 import { Result_PaymentParametersDecodeErrorZ } from '../structs/Result_PaymentParametersDecodeErrorZ.mjs';
65 import { RouteHintHop } from '../structs/RouteHintHop.mjs';
66 import { Result_RouteHintDecodeErrorZ } from '../structs/Result_RouteHintDecodeErrorZ.mjs';
67 import { Result_RouteHintHopDecodeErrorZ } from '../structs/Result_RouteHintHopDecodeErrorZ.mjs';
68 import { ChannelDetails } from '../structs/ChannelDetails.mjs';
69 import { LightningError } from '../structs/LightningError.mjs';
70 import { Result_RouteLightningErrorZ } from '../structs/Result_RouteLightningErrorZ.mjs';
71 import { PaymentPurpose } from '../structs/PaymentPurpose.mjs';
72 import { Result_PaymentPurposeDecodeErrorZ } from '../structs/Result_PaymentPurposeDecodeErrorZ.mjs';
73 import { ClosureReason } from '../structs/ClosureReason.mjs';
74 import { Option_ClosureReasonZ } from '../structs/Option_ClosureReasonZ.mjs';
75 import { Result_COption_ClosureReasonZDecodeErrorZ } from '../structs/Result_COption_ClosureReasonZDecodeErrorZ.mjs';
76 import { HTLCDestination } from '../structs/HTLCDestination.mjs';
77 import { Option_HTLCDestinationZ } from '../structs/Option_HTLCDestinationZ.mjs';
78 import { Result_COption_HTLCDestinationZDecodeErrorZ } from '../structs/Result_COption_HTLCDestinationZDecodeErrorZ.mjs';
79 import { ChannelUpdate } from '../structs/ChannelUpdate.mjs';
80 import { NetworkUpdate } from '../structs/NetworkUpdate.mjs';
81 import { Option_NetworkUpdateZ } from '../structs/Option_NetworkUpdateZ.mjs';
82 import { OutPoint } from '../structs/OutPoint.mjs';
83 import { DelayedPaymentOutputDescriptor } from '../structs/DelayedPaymentOutputDescriptor.mjs';
84 import { StaticPaymentOutputDescriptor } from '../structs/StaticPaymentOutputDescriptor.mjs';
85 import { SpendableOutputDescriptor } from '../structs/SpendableOutputDescriptor.mjs';
86 import { ChannelTypeFeatures } from '../structs/ChannelTypeFeatures.mjs';
87 import { Event } from '../structs/Event.mjs';
88 import { Option_EventZ } from '../structs/Option_EventZ.mjs';
89 import { Result_COption_EventZDecodeErrorZ } from '../structs/Result_COption_EventZDecodeErrorZ.mjs';
90 import { AcceptChannel } from '../structs/AcceptChannel.mjs';
91 import { OpenChannel } from '../structs/OpenChannel.mjs';
92 import { FundingCreated } from '../structs/FundingCreated.mjs';
93 import { FundingSigned } from '../structs/FundingSigned.mjs';
94 import { ChannelReady } from '../structs/ChannelReady.mjs';
95 import { AnnouncementSignatures } from '../structs/AnnouncementSignatures.mjs';
96 import { CommitmentUpdate } from '../structs/CommitmentUpdate.mjs';
97 import { RevokeAndACK } from '../structs/RevokeAndACK.mjs';
98 import { ClosingSigned } from '../structs/ClosingSigned.mjs';
99 import { Shutdown } from '../structs/Shutdown.mjs';
100 import { ChannelReestablish } from '../structs/ChannelReestablish.mjs';
101 import { ChannelAnnouncement } from '../structs/ChannelAnnouncement.mjs';
102 import { ErrorMessage } from '../structs/ErrorMessage.mjs';
103 import { WarningMessage } from '../structs/WarningMessage.mjs';
104 import { ErrorAction } from '../structs/ErrorAction.mjs';
105 import { QueryChannelRange } from '../structs/QueryChannelRange.mjs';
106 import { QueryShortChannelIds } from '../structs/QueryShortChannelIds.mjs';
107 import { ReplyChannelRange } from '../structs/ReplyChannelRange.mjs';
108 import { GossipTimestampFilter } from '../structs/GossipTimestampFilter.mjs';
109 import { Result_TxOutAccessErrorZ } from '../structs/Result_TxOutAccessErrorZ.mjs';
110 import { TwoTuple_usizeTransactionZ } from '../structs/TwoTuple_usizeTransactionZ.mjs';
111 import { HTLCUpdate } from '../structs/HTLCUpdate.mjs';
112 import { MonitorEvent } from '../structs/MonitorEvent.mjs';
113 import { ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ } from '../structs/ThreeTuple_OutPointCVec_MonitorEventZPublicKeyZ.mjs';
114 import { FixedPenaltyScorer } from '../structs/FixedPenaltyScorer.mjs';
115 import { Result_FixedPenaltyScorerDecodeErrorZ } from '../structs/Result_FixedPenaltyScorerDecodeErrorZ.mjs';
116 import { TwoTuple_u64u64Z } from '../structs/TwoTuple_u64u64Z.mjs';
117 import { Option_C2Tuple_u64u64ZZ } from '../structs/Option_C2Tuple_u64u64ZZ.mjs';
118 import { NodeId } from '../structs/NodeId.mjs';
119 import { Record } from '../structs/Record.mjs';
120 import { Logger, LoggerInterface } from '../structs/Logger.mjs';
121 import { NetworkGraph } from '../structs/NetworkGraph.mjs';
122 import { ProbabilisticScorer } from '../structs/ProbabilisticScorer.mjs';
123 import { Result_ProbabilisticScorerDecodeErrorZ } from '../structs/Result_ProbabilisticScorerDecodeErrorZ.mjs';
124 import { InitFeatures } from '../structs/InitFeatures.mjs';
125 import { Result_InitFeaturesDecodeErrorZ } from '../structs/Result_InitFeaturesDecodeErrorZ.mjs';
126 import { ChannelFeatures } from '../structs/ChannelFeatures.mjs';
127 import { Result_ChannelFeaturesDecodeErrorZ } from '../structs/Result_ChannelFeaturesDecodeErrorZ.mjs';
128 import { NodeFeatures } from '../structs/NodeFeatures.mjs';
129 import { Result_NodeFeaturesDecodeErrorZ } from '../structs/Result_NodeFeaturesDecodeErrorZ.mjs';
130 import { InvoiceFeatures } from '../structs/InvoiceFeatures.mjs';
131 import { Result_InvoiceFeaturesDecodeErrorZ } from '../structs/Result_InvoiceFeaturesDecodeErrorZ.mjs';
132 import { Result_ChannelTypeFeaturesDecodeErrorZ } from '../structs/Result_ChannelTypeFeaturesDecodeErrorZ.mjs';
133 import { Result_NodeIdDecodeErrorZ } from '../structs/Result_NodeIdDecodeErrorZ.mjs';
134 import { Result_COption_NetworkUpdateZDecodeErrorZ } from '../structs/Result_COption_NetworkUpdateZDecodeErrorZ.mjs';
135 import { Access, AccessInterface } from '../structs/Access.mjs';
136 import { Option_AccessZ } from '../structs/Option_AccessZ.mjs';
137 import { Result_boolLightningErrorZ } from '../structs/Result_boolLightningErrorZ.mjs';
138 import { ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ } from '../structs/ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ.mjs';
139 import { Option_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ } from '../structs/Option_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ.mjs';
140 import { Result_NoneLightningErrorZ } from '../structs/Result_NoneLightningErrorZ.mjs';
141 import { ChannelUpdateInfo } from '../structs/ChannelUpdateInfo.mjs';
142 import { Result_ChannelUpdateInfoDecodeErrorZ } from '../structs/Result_ChannelUpdateInfoDecodeErrorZ.mjs';
143 import { ChannelInfo } from '../structs/ChannelInfo.mjs';
144 import { Result_ChannelInfoDecodeErrorZ } from '../structs/Result_ChannelInfoDecodeErrorZ.mjs';
145 import { RoutingFees } from '../structs/RoutingFees.mjs';
146 import { Result_RoutingFeesDecodeErrorZ } from '../structs/Result_RoutingFeesDecodeErrorZ.mjs';
147 import { Hostname } from '../structs/Hostname.mjs';
148 import { NetAddress } from '../structs/NetAddress.mjs';
149 import { NodeAnnouncementInfo } from '../structs/NodeAnnouncementInfo.mjs';
150 import { Result_NodeAnnouncementInfoDecodeErrorZ } from '../structs/Result_NodeAnnouncementInfoDecodeErrorZ.mjs';
151 import { NodeAlias } from '../structs/NodeAlias.mjs';
152 import { Result_NodeAliasDecodeErrorZ } from '../structs/Result_NodeAliasDecodeErrorZ.mjs';
153 import { NodeInfo } from '../structs/NodeInfo.mjs';
154 import { Result_NodeInfoDecodeErrorZ } from '../structs/Result_NodeInfoDecodeErrorZ.mjs';
155 import { Result_NetworkGraphDecodeErrorZ } from '../structs/Result_NetworkGraphDecodeErrorZ.mjs';
156 import { Option_CVec_NetAddressZZ } from '../structs/Option_CVec_NetAddressZZ.mjs';
157 import { Result_DelayedPaymentOutputDescriptorDecodeErrorZ } from '../structs/Result_DelayedPaymentOutputDescriptorDecodeErrorZ.mjs';
158 import { Result_StaticPaymentOutputDescriptorDecodeErrorZ } from '../structs/Result_StaticPaymentOutputDescriptorDecodeErrorZ.mjs';
159 import { Result_SpendableOutputDescriptorDecodeErrorZ } from '../structs/Result_SpendableOutputDescriptorDecodeErrorZ.mjs';
160 import { TwoTuple_SignatureCVec_SignatureZZ } from '../structs/TwoTuple_SignatureCVec_SignatureZZ.mjs';
161 import { Result_C2Tuple_SignatureCVec_SignatureZZNoneZ } from '../structs/Result_C2Tuple_SignatureCVec_SignatureZZNoneZ.mjs';
162 import { Result_SignatureNoneZ } from '../structs/Result_SignatureNoneZ.mjs';
163 import { TwoTuple_SignatureSignatureZ } from '../structs/TwoTuple_SignatureSignatureZ.mjs';
164 import { Result_C2Tuple_SignatureSignatureZNoneZ } from '../structs/Result_C2Tuple_SignatureSignatureZNoneZ.mjs';
165 import { Result_SecretKeyNoneZ } from '../structs/Result_SecretKeyNoneZ.mjs';
166 import { Result_PublicKeyNoneZ } from '../structs/Result_PublicKeyNoneZ.mjs';
167 import { Option_ScalarZ } from '../structs/Option_ScalarZ.mjs';
168 import { Result_SharedSecretNoneZ } from '../structs/Result_SharedSecretNoneZ.mjs';
169 import { ClosingTransaction } from '../structs/ClosingTransaction.mjs';
170 import { UnsignedChannelAnnouncement } from '../structs/UnsignedChannelAnnouncement.mjs';
171 import { BaseSign, BaseSignInterface } from '../structs/BaseSign.mjs';
172 import { Sign, SignInterface } from '../structs/Sign.mjs';
173 import { Result_SignDecodeErrorZ } from '../structs/Result_SignDecodeErrorZ.mjs';
174 import { Result_RecoverableSignatureNoneZ } from '../structs/Result_RecoverableSignatureNoneZ.mjs';
175 import { Result_CVec_CVec_u8ZZNoneZ } from '../structs/Result_CVec_CVec_u8ZZNoneZ.mjs';
176 import { InMemorySigner } from '../structs/InMemorySigner.mjs';
177 import { Result_InMemorySignerDecodeErrorZ } from '../structs/Result_InMemorySignerDecodeErrorZ.mjs';
178 import { Result_TransactionNoneZ } from '../structs/Result_TransactionNoneZ.mjs';
179 import { Option_u16Z } from '../structs/Option_u16Z.mjs';
180 import { APIError } from '../structs/APIError.mjs';
181 import { Result_NoneAPIErrorZ } from '../structs/Result_NoneAPIErrorZ.mjs';
182 import { Result__u832APIErrorZ } from '../structs/Result__u832APIErrorZ.mjs';
183 import { PaymentSendFailure } from '../structs/PaymentSendFailure.mjs';
184 import { Result_PaymentIdPaymentSendFailureZ } from '../structs/Result_PaymentIdPaymentSendFailureZ.mjs';
185 import { Result_NonePaymentSendFailureZ } from '../structs/Result_NonePaymentSendFailureZ.mjs';
186 import { TwoTuple_PaymentHashPaymentIdZ } from '../structs/TwoTuple_PaymentHashPaymentIdZ.mjs';
187 import { Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ } from '../structs/Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ.mjs';
188 import { TwoTuple_PaymentHashPaymentSecretZ } from '../structs/TwoTuple_PaymentHashPaymentSecretZ.mjs';
189 import { Result_C2Tuple_PaymentHashPaymentSecretZNoneZ } from '../structs/Result_C2Tuple_PaymentHashPaymentSecretZNoneZ.mjs';
190 import { Result_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ } from '../structs/Result_C2Tuple_PaymentHashPaymentSecretZAPIErrorZ.mjs';
191 import { Result_PaymentSecretNoneZ } from '../structs/Result_PaymentSecretNoneZ.mjs';
192 import { Result_PaymentSecretAPIErrorZ } from '../structs/Result_PaymentSecretAPIErrorZ.mjs';
193 import { Result_PaymentPreimageAPIErrorZ } from '../structs/Result_PaymentPreimageAPIErrorZ.mjs';
194 import { CounterpartyForwardingInfo } from '../structs/CounterpartyForwardingInfo.mjs';
195 import { Result_CounterpartyForwardingInfoDecodeErrorZ } from '../structs/Result_CounterpartyForwardingInfoDecodeErrorZ.mjs';
196 import { ChannelCounterparty } from '../structs/ChannelCounterparty.mjs';
197 import { Result_ChannelCounterpartyDecodeErrorZ } from '../structs/Result_ChannelCounterpartyDecodeErrorZ.mjs';
198 import { Result_ChannelDetailsDecodeErrorZ } from '../structs/Result_ChannelDetailsDecodeErrorZ.mjs';
199 import { PhantomRouteHints } from '../structs/PhantomRouteHints.mjs';
200 import { Result_PhantomRouteHintsDecodeErrorZ } from '../structs/Result_PhantomRouteHintsDecodeErrorZ.mjs';
201 import { ChannelMonitor } from '../structs/ChannelMonitor.mjs';
202 import { ChannelMonitorUpdate } from '../structs/ChannelMonitorUpdate.mjs';
203 import { Watch, WatchInterface } from '../structs/Watch.mjs';
204 import { BroadcasterInterface, BroadcasterInterfaceInterface } from '../structs/BroadcasterInterface.mjs';
205 import { KeysInterface, KeysInterfaceInterface } from '../structs/KeysInterface.mjs';
206 import { FeeEstimator, FeeEstimatorInterface } from '../structs/FeeEstimator.mjs';
207 import { ChannelManager } from '../structs/ChannelManager.mjs';
208 import { TwoTuple_BlockHashChannelManagerZ } from '../structs/TwoTuple_BlockHashChannelManagerZ.mjs';
209 import { Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ } from '../structs/Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ.mjs';
210 import { ChannelConfig } from '../structs/ChannelConfig.mjs';
211 import { Result_ChannelConfigDecodeErrorZ } from '../structs/Result_ChannelConfigDecodeErrorZ.mjs';
212 import { Result_OutPointDecodeErrorZ } from '../structs/Result_OutPointDecodeErrorZ.mjs';
213 import { Type, TypeInterface } from '../structs/Type.mjs';
214 import { Option_TypeZ } from '../structs/Option_TypeZ.mjs';
215 import { Result_COption_TypeZDecodeErrorZ } from '../structs/Result_COption_TypeZDecodeErrorZ.mjs';
216 import { PaymentError } from '../structs/PaymentError.mjs';
217 import { Result_PaymentIdPaymentErrorZ } from '../structs/Result_PaymentIdPaymentErrorZ.mjs';
218 import { InFlightHtlcs } from '../structs/InFlightHtlcs.mjs';
219 import { Result_InFlightHtlcsDecodeErrorZ } from '../structs/Result_InFlightHtlcsDecodeErrorZ.mjs';
220 import { ParseError } from '../structs/ParseError.mjs';
221 import { Result_SiPrefixParseErrorZ } from '../structs/Result_SiPrefixParseErrorZ.mjs';
222 import { Invoice } from '../structs/Invoice.mjs';
223 import { ParseOrSemanticError } from '../structs/ParseOrSemanticError.mjs';
224 import { Result_InvoiceParseOrSemanticErrorZ } from '../structs/Result_InvoiceParseOrSemanticErrorZ.mjs';
225 import { SignedRawInvoice } from '../structs/SignedRawInvoice.mjs';
226 import { Result_SignedRawInvoiceParseErrorZ } from '../structs/Result_SignedRawInvoiceParseErrorZ.mjs';
227 import { RawInvoice } from '../structs/RawInvoice.mjs';
228 import { InvoiceSignature } from '../structs/InvoiceSignature.mjs';
229 import { ThreeTuple_RawInvoice_u832InvoiceSignatureZ } from '../structs/ThreeTuple_RawInvoice_u832InvoiceSignatureZ.mjs';
230 import { PayeePubKey } from '../structs/PayeePubKey.mjs';
231 import { Result_PayeePubKeyErrorZ } from '../structs/Result_PayeePubKeyErrorZ.mjs';
232 import { PrivateRoute } from '../structs/PrivateRoute.mjs';
233 import { PositiveTimestamp } from '../structs/PositiveTimestamp.mjs';
234 import { Result_PositiveTimestampCreationErrorZ } from '../structs/Result_PositiveTimestampCreationErrorZ.mjs';
235 import { Result_NoneSemanticErrorZ } from '../structs/Result_NoneSemanticErrorZ.mjs';
236 import { Result_InvoiceSemanticErrorZ } from '../structs/Result_InvoiceSemanticErrorZ.mjs';
237 import { Description } from '../structs/Description.mjs';
238 import { Result_DescriptionCreationErrorZ } from '../structs/Result_DescriptionCreationErrorZ.mjs';
239 import { Result_PrivateRouteCreationErrorZ } from '../structs/Result_PrivateRouteCreationErrorZ.mjs';
240 import { Result_StringErrorZ } from '../structs/Result_StringErrorZ.mjs';
241 import { Result_ChannelMonitorUpdateDecodeErrorZ } from '../structs/Result_ChannelMonitorUpdateDecodeErrorZ.mjs';
242 import { Option_MonitorEventZ } from '../structs/Option_MonitorEventZ.mjs';
243 import { Result_COption_MonitorEventZDecodeErrorZ } from '../structs/Result_COption_MonitorEventZDecodeErrorZ.mjs';
244 import { Result_HTLCUpdateDecodeErrorZ } from '../structs/Result_HTLCUpdateDecodeErrorZ.mjs';
245 import { TwoTuple_OutPointScriptZ } from '../structs/TwoTuple_OutPointScriptZ.mjs';
246 import { TwoTuple_u32ScriptZ } from '../structs/TwoTuple_u32ScriptZ.mjs';
247 import { TwoTuple_TxidCVec_C2Tuple_u32ScriptZZZ } from '../structs/TwoTuple_TxidCVec_C2Tuple_u32ScriptZZZ.mjs';
248 import { TwoTuple_u32TxOutZ } from '../structs/TwoTuple_u32TxOutZ.mjs';
249 import { TwoTuple_TxidCVec_C2Tuple_u32TxOutZZZ } from '../structs/TwoTuple_TxidCVec_C2Tuple_u32TxOutZZZ.mjs';
250 import { Balance } from '../structs/Balance.mjs';
251 import { TwoTuple_BlockHashChannelMonitorZ } from '../structs/TwoTuple_BlockHashChannelMonitorZ.mjs';
252 import { Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ } from '../structs/Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ.mjs';
253 import { TwoTuple_PublicKeyTypeZ } from '../structs/TwoTuple_PublicKeyTypeZ.mjs';
254 import { CustomOnionMessageContents, CustomOnionMessageContentsInterface } from '../structs/CustomOnionMessageContents.mjs';
255 import { Option_CustomOnionMessageContentsZ } from '../structs/Option_CustomOnionMessageContentsZ.mjs';
256 import { Result_COption_CustomOnionMessageContentsZDecodeErrorZ } from '../structs/Result_COption_CustomOnionMessageContentsZDecodeErrorZ.mjs';
257 import { Option_NetAddressZ } from '../structs/Option_NetAddressZ.mjs';
258 import { PeerHandleError } from '../structs/PeerHandleError.mjs';
259 import { Result_CVec_u8ZPeerHandleErrorZ } from '../structs/Result_CVec_u8ZPeerHandleErrorZ.mjs';
260 import { Result_NonePeerHandleErrorZ } from '../structs/Result_NonePeerHandleErrorZ.mjs';
261 import { Result_boolPeerHandleErrorZ } from '../structs/Result_boolPeerHandleErrorZ.mjs';
262 import { SendError } from '../structs/SendError.mjs';
263 import { Result_NoneSendErrorZ } from '../structs/Result_NoneSendErrorZ.mjs';
264 import { GraphSyncError } from '../structs/GraphSyncError.mjs';
265 import { Result_u32GraphSyncErrorZ } from '../structs/Result_u32GraphSyncErrorZ.mjs';
266 import { Result_NoneErrorZ } from '../structs/Result_NoneErrorZ.mjs';
267 import { Result_NetAddressDecodeErrorZ } from '../structs/Result_NetAddressDecodeErrorZ.mjs';
268 import { UpdateAddHTLC } from '../structs/UpdateAddHTLC.mjs';
269 import { UpdateFulfillHTLC } from '../structs/UpdateFulfillHTLC.mjs';
270 import { UpdateFailHTLC } from '../structs/UpdateFailHTLC.mjs';
271 import { UpdateFailMalformedHTLC } from '../structs/UpdateFailMalformedHTLC.mjs';
272 import { Result_AcceptChannelDecodeErrorZ } from '../structs/Result_AcceptChannelDecodeErrorZ.mjs';
273 import { Result_AnnouncementSignaturesDecodeErrorZ } from '../structs/Result_AnnouncementSignaturesDecodeErrorZ.mjs';
274 import { Result_ChannelReestablishDecodeErrorZ } from '../structs/Result_ChannelReestablishDecodeErrorZ.mjs';
275 import { Result_ClosingSignedDecodeErrorZ } from '../structs/Result_ClosingSignedDecodeErrorZ.mjs';
276 import { ClosingSignedFeeRange } from '../structs/ClosingSignedFeeRange.mjs';
277 import { Result_ClosingSignedFeeRangeDecodeErrorZ } from '../structs/Result_ClosingSignedFeeRangeDecodeErrorZ.mjs';
278 import { CommitmentSigned } from '../structs/CommitmentSigned.mjs';
279 import { Result_CommitmentSignedDecodeErrorZ } from '../structs/Result_CommitmentSignedDecodeErrorZ.mjs';
280 import { Result_FundingCreatedDecodeErrorZ } from '../structs/Result_FundingCreatedDecodeErrorZ.mjs';
281 import { Result_FundingSignedDecodeErrorZ } from '../structs/Result_FundingSignedDecodeErrorZ.mjs';
282 import { Result_ChannelReadyDecodeErrorZ } from '../structs/Result_ChannelReadyDecodeErrorZ.mjs';
283 import { Init } from '../structs/Init.mjs';
284 import { Result_InitDecodeErrorZ } from '../structs/Result_InitDecodeErrorZ.mjs';
285 import { Result_OpenChannelDecodeErrorZ } from '../structs/Result_OpenChannelDecodeErrorZ.mjs';
286 import { Result_RevokeAndACKDecodeErrorZ } from '../structs/Result_RevokeAndACKDecodeErrorZ.mjs';
287 import { Result_ShutdownDecodeErrorZ } from '../structs/Result_ShutdownDecodeErrorZ.mjs';
288 import { Result_UpdateFailHTLCDecodeErrorZ } from '../structs/Result_UpdateFailHTLCDecodeErrorZ.mjs';
289 import { Result_UpdateFailMalformedHTLCDecodeErrorZ } from '../structs/Result_UpdateFailMalformedHTLCDecodeErrorZ.mjs';
290 import { UpdateFee } from '../structs/UpdateFee.mjs';
291 import { Result_UpdateFeeDecodeErrorZ } from '../structs/Result_UpdateFeeDecodeErrorZ.mjs';
292 import { Result_UpdateFulfillHTLCDecodeErrorZ } from '../structs/Result_UpdateFulfillHTLCDecodeErrorZ.mjs';
293 import { Result_UpdateAddHTLCDecodeErrorZ } from '../structs/Result_UpdateAddHTLCDecodeErrorZ.mjs';
294 import { OnionMessage } from '../structs/OnionMessage.mjs';
295 import { Result_OnionMessageDecodeErrorZ } from '../structs/Result_OnionMessageDecodeErrorZ.mjs';
296 import { Ping } from '../structs/Ping.mjs';
297 import { Result_PingDecodeErrorZ } from '../structs/Result_PingDecodeErrorZ.mjs';
298 import { Pong } from '../structs/Pong.mjs';
299 import { Result_PongDecodeErrorZ } from '../structs/Result_PongDecodeErrorZ.mjs';
300 import { Result_UnsignedChannelAnnouncementDecodeErrorZ } from '../structs/Result_UnsignedChannelAnnouncementDecodeErrorZ.mjs';
301 import { Result_ChannelAnnouncementDecodeErrorZ } from '../structs/Result_ChannelAnnouncementDecodeErrorZ.mjs';
302 import { UnsignedChannelUpdate } from '../structs/UnsignedChannelUpdate.mjs';
303 import { Result_UnsignedChannelUpdateDecodeErrorZ } from '../structs/Result_UnsignedChannelUpdateDecodeErrorZ.mjs';
304 import { Result_ChannelUpdateDecodeErrorZ } from '../structs/Result_ChannelUpdateDecodeErrorZ.mjs';
305 import { Result_ErrorMessageDecodeErrorZ } from '../structs/Result_ErrorMessageDecodeErrorZ.mjs';
306 import { Result_WarningMessageDecodeErrorZ } from '../structs/Result_WarningMessageDecodeErrorZ.mjs';
307 import { UnsignedNodeAnnouncement } from '../structs/UnsignedNodeAnnouncement.mjs';
308 import { Result_UnsignedNodeAnnouncementDecodeErrorZ } from '../structs/Result_UnsignedNodeAnnouncementDecodeErrorZ.mjs';
309 import { NodeAnnouncement } from '../structs/NodeAnnouncement.mjs';
310 import { Result_NodeAnnouncementDecodeErrorZ } from '../structs/Result_NodeAnnouncementDecodeErrorZ.mjs';
311 import { Result_QueryShortChannelIdsDecodeErrorZ } from '../structs/Result_QueryShortChannelIdsDecodeErrorZ.mjs';
312 import { ReplyShortChannelIdsEnd } from '../structs/ReplyShortChannelIdsEnd.mjs';
313 import { Result_ReplyShortChannelIdsEndDecodeErrorZ } from '../structs/Result_ReplyShortChannelIdsEndDecodeErrorZ.mjs';
314 import { Result_QueryChannelRangeDecodeErrorZ } from '../structs/Result_QueryChannelRangeDecodeErrorZ.mjs';
315 import { Result_ReplyChannelRangeDecodeErrorZ } from '../structs/Result_ReplyChannelRangeDecodeErrorZ.mjs';
316 import { Result_GossipTimestampFilterDecodeErrorZ } from '../structs/Result_GossipTimestampFilterDecodeErrorZ.mjs';
317 import { SignOrCreationError } from '../structs/SignOrCreationError.mjs';
318 import { Result_InvoiceSignOrCreationErrorZ } from '../structs/Result_InvoiceSignOrCreationErrorZ.mjs';
319 import { WatchedOutput } from '../structs/WatchedOutput.mjs';
320 import { Filter, FilterInterface } from '../structs/Filter.mjs';
321 import { Option_FilterZ } from '../structs/Option_FilterZ.mjs';
322 import { LockedChannelMonitor } from '../structs/LockedChannelMonitor.mjs';
323 import { Result_LockedChannelMonitorNoneZ } from '../structs/Result_LockedChannelMonitorNoneZ.mjs';
324 import { MessageSendEventsProvider, MessageSendEventsProviderInterface } from '../structs/MessageSendEventsProvider.mjs';
325 import { OnionMessageProvider, OnionMessageProviderInterface } from '../structs/OnionMessageProvider.mjs';
326 import { EventHandler, EventHandlerInterface } from '../structs/EventHandler.mjs';
327 import { EventsProvider, EventsProviderInterface } from '../structs/EventsProvider.mjs';
328 import { BigSize } from '../structs/BigSize.mjs';
329 import { ChannelUsage } from '../structs/ChannelUsage.mjs';
330 import { Score, ScoreInterface } from '../structs/Score.mjs';
331 import { LockableScore, LockableScoreInterface } from '../structs/LockableScore.mjs';
332 import { WriteableScore, WriteableScoreInterface } from '../structs/WriteableScore.mjs';
333 import { Persister, PersisterInterface } from '../structs/Persister.mjs';
334 import { FutureCallback, FutureCallbackInterface } from '../structs/FutureCallback.mjs';
335 import { Future } from '../structs/Future.mjs';
336 import { ChannelHandshakeConfig } from '../structs/ChannelHandshakeConfig.mjs';
337 import { ChannelHandshakeLimits } from '../structs/ChannelHandshakeLimits.mjs';
338 import { UserConfig } from '../structs/UserConfig.mjs';
339 import { BestBlock } from '../structs/BestBlock.mjs';
340 import { Listen, ListenInterface } from '../structs/Listen.mjs';
341 import { Confirm, ConfirmInterface } from '../structs/Confirm.mjs';
342 import { MonitorUpdateId } from '../structs/MonitorUpdateId.mjs';
343 import { Persist, PersistInterface } from '../structs/Persist.mjs';
344 import { ChainMonitor } from '../structs/ChainMonitor.mjs';
345 import { KeysManager } from '../structs/KeysManager.mjs';
346 import { PhantomKeysManager } from '../structs/PhantomKeysManager.mjs';
347 import { ChainParameters } from '../structs/ChainParameters.mjs';
348 import { ChannelMessageHandler, ChannelMessageHandlerInterface } from '../structs/ChannelMessageHandler.mjs';
349 import { ChannelManagerReadArgs } from '../structs/ChannelManagerReadArgs.mjs';
350 import { ExpandedKey } from '../structs/ExpandedKey.mjs';
351 import { DataLossProtect } from '../structs/DataLossProtect.mjs';
352 import { RoutingMessageHandler, RoutingMessageHandlerInterface } from '../structs/RoutingMessageHandler.mjs';
353 import { OnionMessageHandler, OnionMessageHandlerInterface } from '../structs/OnionMessageHandler.mjs';
354 import { CustomMessageReader, CustomMessageReaderInterface } from '../structs/CustomMessageReader.mjs';
355 import { CustomMessageHandler, CustomMessageHandlerInterface } from '../structs/CustomMessageHandler.mjs';
356 import { IgnoringMessageHandler } from '../structs/IgnoringMessageHandler.mjs';
357 import { CustomOnionMessageHandler, CustomOnionMessageHandlerInterface } from '../structs/CustomOnionMessageHandler.mjs';
358 import { ErroringMessageHandler } from '../structs/ErroringMessageHandler.mjs';
359 import { MessageHandler } from '../structs/MessageHandler.mjs';
360 import { SocketDescriptor, SocketDescriptorInterface } from '../structs/SocketDescriptor.mjs';
361 import { PeerManager } from '../structs/PeerManager.mjs';
362 import { DirectedChannelTransactionParameters } from '../structs/DirectedChannelTransactionParameters.mjs';
363 import { ReadOnlyNetworkGraph } from '../structs/ReadOnlyNetworkGraph.mjs';
364 import { P2PGossipSync } from '../structs/P2PGossipSync.mjs';
365 import { DirectedChannelInfo } from '../structs/DirectedChannelInfo.mjs';
366 import { EffectiveCapacity } from '../structs/EffectiveCapacity.mjs';
367 import { MultiThreadedLockableScore } from '../structs/MultiThreadedLockableScore.mjs';
368 import { MultiThreadedScoreLock } from '../structs/MultiThreadedScoreLock.mjs';
369 import { ProbabilisticScoringParameters } from '../structs/ProbabilisticScoringParameters.mjs';
370 import { OnionMessenger } from '../structs/OnionMessenger.mjs';
371 import { Destination } from '../structs/Destination.mjs';
372 import { RapidGossipSync } from '../structs/RapidGossipSync.mjs';
373 import { RawDataPart } from '../structs/RawDataPart.mjs';
374 import { Sha256 } from '../structs/Sha256.mjs';
375 import { ExpiryTime } from '../structs/ExpiryTime.mjs';
376 import { MinFinalCltvExpiry } from '../structs/MinFinalCltvExpiry.mjs';
377 import { Fallback } from '../structs/Fallback.mjs';
378 import { Payer, PayerInterface } from '../structs/Payer.mjs';
379 import { Router, RouterInterface } from '../structs/Router.mjs';
380 import { InvoicePayer } from '../structs/InvoicePayer.mjs';
381 import { Retry } from '../structs/Retry.mjs';
382 import { DefaultRouter } from '../structs/DefaultRouter.mjs';
384 import { CommonBase, UInt5, WitnessVersion, UnqualifiedError } from './CommonBase.mjs';
385 import * as bindings from '../bindings.mjs'
388 * An event generated by ChannelManager which indicates a message should be sent to a peer (or
389 * broadcast to most peers).
390 * These events are handled by PeerManager::process_events if you are using a PeerManager.
392 export class MessageSendEvent extends CommonBase {
393 protected constructor(_dummy: null, ptr: bigint) { super(ptr, bindings.MessageSendEvent_free); }
395 public static constr_from_ptr(ptr: bigint): MessageSendEvent {
396 const raw_ty: number = bindings.LDKMessageSendEvent_ty_from_ptr(ptr);
398 case 0: return new MessageSendEvent_SendAcceptChannel(ptr);
399 case 1: return new MessageSendEvent_SendOpenChannel(ptr);
400 case 2: return new MessageSendEvent_SendFundingCreated(ptr);
401 case 3: return new MessageSendEvent_SendFundingSigned(ptr);
402 case 4: return new MessageSendEvent_SendChannelReady(ptr);
403 case 5: return new MessageSendEvent_SendAnnouncementSignatures(ptr);
404 case 6: return new MessageSendEvent_UpdateHTLCs(ptr);
405 case 7: return new MessageSendEvent_SendRevokeAndACK(ptr);
406 case 8: return new MessageSendEvent_SendClosingSigned(ptr);
407 case 9: return new MessageSendEvent_SendShutdown(ptr);
408 case 10: return new MessageSendEvent_SendChannelReestablish(ptr);
409 case 11: return new MessageSendEvent_SendChannelAnnouncement(ptr);
410 case 12: return new MessageSendEvent_BroadcastChannelAnnouncement(ptr);
411 case 13: return new MessageSendEvent_BroadcastChannelUpdate(ptr);
412 case 14: return new MessageSendEvent_SendChannelUpdate(ptr);
413 case 15: return new MessageSendEvent_HandleError(ptr);
414 case 16: return new MessageSendEvent_SendChannelRangeQuery(ptr);
415 case 17: return new MessageSendEvent_SendShortIdsQuery(ptr);
416 case 18: return new MessageSendEvent_SendReplyChannelRange(ptr);
417 case 19: return new MessageSendEvent_SendGossipTimestampFilter(ptr);
419 throw new Error('oops, this should be unreachable'); // Unreachable without extending the (internal) bindings interface
423 public clone_ptr(): bigint {
424 const ret: bigint = bindings.MessageSendEvent_clone_ptr(this.ptr);
429 * Creates a copy of the MessageSendEvent
431 public clone(): MessageSendEvent {
432 const ret: bigint = bindings.MessageSendEvent_clone(this.ptr);
433 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
434 CommonBase.add_ref_from(ret_hu_conv, this);
439 * Utility method to constructs a new SendAcceptChannel-variant MessageSendEvent
441 public static constructor_send_accept_channel(node_id: Uint8Array, msg: AcceptChannel): MessageSendEvent {
442 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));
443 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
444 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
445 CommonBase.add_ref_from(ret_hu_conv, msg);
450 * Utility method to constructs a new SendOpenChannel-variant MessageSendEvent
452 public static constructor_send_open_channel(node_id: Uint8Array, msg: OpenChannel): MessageSendEvent {
453 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));
454 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
455 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
456 CommonBase.add_ref_from(ret_hu_conv, msg);
461 * Utility method to constructs a new SendFundingCreated-variant MessageSendEvent
463 public static constructor_send_funding_created(node_id: Uint8Array, msg: FundingCreated): MessageSendEvent {
464 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));
465 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
466 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
467 CommonBase.add_ref_from(ret_hu_conv, msg);
472 * Utility method to constructs a new SendFundingSigned-variant MessageSendEvent
474 public static constructor_send_funding_signed(node_id: Uint8Array, msg: FundingSigned): MessageSendEvent {
475 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));
476 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
477 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
478 CommonBase.add_ref_from(ret_hu_conv, msg);
483 * Utility method to constructs a new SendChannelReady-variant MessageSendEvent
485 public static constructor_send_channel_ready(node_id: Uint8Array, msg: ChannelReady): MessageSendEvent {
486 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));
487 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
488 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
489 CommonBase.add_ref_from(ret_hu_conv, msg);
494 * Utility method to constructs a new SendAnnouncementSignatures-variant MessageSendEvent
496 public static constructor_send_announcement_signatures(node_id: Uint8Array, msg: AnnouncementSignatures): MessageSendEvent {
497 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));
498 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
499 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
500 CommonBase.add_ref_from(ret_hu_conv, msg);
505 * Utility method to constructs a new UpdateHTLCs-variant MessageSendEvent
507 public static constructor_update_htlcs(node_id: Uint8Array, updates: CommitmentUpdate): MessageSendEvent {
508 const ret: bigint = bindings.MessageSendEvent_update_htlcs(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), updates == null ? 0n : CommonBase.get_ptr_of(updates));
509 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
510 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
511 CommonBase.add_ref_from(ret_hu_conv, updates);
516 * Utility method to constructs a new SendRevokeAndACK-variant MessageSendEvent
518 public static constructor_send_revoke_and_ack(node_id: Uint8Array, msg: RevokeAndACK): MessageSendEvent {
519 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));
520 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
521 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
522 CommonBase.add_ref_from(ret_hu_conv, msg);
527 * Utility method to constructs a new SendClosingSigned-variant MessageSendEvent
529 public static constructor_send_closing_signed(node_id: Uint8Array, msg: ClosingSigned): MessageSendEvent {
530 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));
531 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
532 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
533 CommonBase.add_ref_from(ret_hu_conv, msg);
538 * Utility method to constructs a new SendShutdown-variant MessageSendEvent
540 public static constructor_send_shutdown(node_id: Uint8Array, msg: Shutdown): MessageSendEvent {
541 const ret: bigint = bindings.MessageSendEvent_send_shutdown(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), msg == null ? 0n : CommonBase.get_ptr_of(msg));
542 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
543 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
544 CommonBase.add_ref_from(ret_hu_conv, msg);
549 * Utility method to constructs a new SendChannelReestablish-variant MessageSendEvent
551 public static constructor_send_channel_reestablish(node_id: Uint8Array, msg: ChannelReestablish): MessageSendEvent {
552 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));
553 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
554 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
555 CommonBase.add_ref_from(ret_hu_conv, msg);
560 * Utility method to constructs a new SendChannelAnnouncement-variant MessageSendEvent
562 public static constructor_send_channel_announcement(node_id: Uint8Array, msg: ChannelAnnouncement, update_msg: ChannelUpdate): MessageSendEvent {
563 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));
564 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
565 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
566 CommonBase.add_ref_from(ret_hu_conv, msg);
567 CommonBase.add_ref_from(ret_hu_conv, update_msg);
572 * Utility method to constructs a new BroadcastChannelAnnouncement-variant MessageSendEvent
574 public static constructor_broadcast_channel_announcement(msg: ChannelAnnouncement, update_msg: ChannelUpdate): MessageSendEvent {
575 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));
576 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
577 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
578 CommonBase.add_ref_from(ret_hu_conv, msg);
579 CommonBase.add_ref_from(ret_hu_conv, update_msg);
584 * Utility method to constructs a new BroadcastChannelUpdate-variant MessageSendEvent
586 public static constructor_broadcast_channel_update(msg: ChannelUpdate): MessageSendEvent {
587 const ret: bigint = bindings.MessageSendEvent_broadcast_channel_update(msg == null ? 0n : CommonBase.get_ptr_of(msg));
588 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
589 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
590 CommonBase.add_ref_from(ret_hu_conv, msg);
595 * Utility method to constructs a new SendChannelUpdate-variant MessageSendEvent
597 public static constructor_send_channel_update(node_id: Uint8Array, msg: ChannelUpdate): MessageSendEvent {
598 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));
599 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
600 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
601 CommonBase.add_ref_from(ret_hu_conv, msg);
606 * Utility method to constructs a new HandleError-variant MessageSendEvent
608 public static constructor_handle_error(node_id: Uint8Array, action: ErrorAction): MessageSendEvent {
609 const ret: bigint = bindings.MessageSendEvent_handle_error(bindings.encodeUint8Array(bindings.check_arr_len(node_id, 33)), CommonBase.get_ptr_of(action));
610 const ret_hu_conv: MessageSendEvent = MessageSendEvent.constr_from_ptr(ret);
611 CommonBase.add_ref_from(ret_hu_conv, ret_hu_conv);
616 * Utility method to constructs a new SendChannelRangeQuery-variant MessageSendEvent
618 public static constructor_send_channel_range_query(node_id: Uint8Array, msg: QueryChannelRange): MessageSendEvent {
619 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));
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);
627 * Utility method to constructs a new SendShortIdsQuery-variant MessageSendEvent
629 public static constructor_send_short_ids_query(node_id: Uint8Array, msg: QueryShortChannelIds): MessageSendEvent {
630 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));
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);
638 * Utility method to constructs a new SendReplyChannelRange-variant MessageSendEvent
640 public static constructor_send_reply_channel_range(node_id: Uint8Array, msg: ReplyChannelRange): MessageSendEvent {
641 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));
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);
649 * Utility method to constructs a new SendGossipTimestampFilter-variant MessageSendEvent
651 public static constructor_send_gossip_timestamp_filter(node_id: Uint8Array, msg: GossipTimestampFilter): MessageSendEvent {
652 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));
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);
660 /** A MessageSendEvent of type SendAcceptChannel */
661 export class MessageSendEvent_SendAcceptChannel extends MessageSendEvent {
663 * The node_id of the node which should receive this message
665 public node_id: Uint8Array;
667 * The message which should be sent.
669 public msg: AcceptChannel;
671 public constructor(ptr: bigint) {
673 const node_id: number = bindings.LDKMessageSendEvent_SendAcceptChannel_get_node_id(ptr);
674 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
675 this.node_id = node_id_conv;
676 const msg: bigint = bindings.LDKMessageSendEvent_SendAcceptChannel_get_msg(ptr);
677 const msg_hu_conv: AcceptChannel = new AcceptChannel(null, msg);
678 CommonBase.add_ref_from(msg_hu_conv, this);
679 this.msg = msg_hu_conv;
682 /** A MessageSendEvent of type SendOpenChannel */
683 export class MessageSendEvent_SendOpenChannel extends MessageSendEvent {
685 * The node_id of the node which should receive this message
687 public node_id: Uint8Array;
689 * The message which should be sent.
691 public msg: OpenChannel;
693 public constructor(ptr: bigint) {
695 const node_id: number = bindings.LDKMessageSendEvent_SendOpenChannel_get_node_id(ptr);
696 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
697 this.node_id = node_id_conv;
698 const msg: bigint = bindings.LDKMessageSendEvent_SendOpenChannel_get_msg(ptr);
699 const msg_hu_conv: OpenChannel = new OpenChannel(null, msg);
700 CommonBase.add_ref_from(msg_hu_conv, this);
701 this.msg = msg_hu_conv;
704 /** A MessageSendEvent of type SendFundingCreated */
705 export class MessageSendEvent_SendFundingCreated extends MessageSendEvent {
707 * The node_id of the node which should receive this message
709 public node_id: Uint8Array;
711 * The message which should be sent.
713 public msg: FundingCreated;
715 public constructor(ptr: bigint) {
717 const node_id: number = bindings.LDKMessageSendEvent_SendFundingCreated_get_node_id(ptr);
718 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
719 this.node_id = node_id_conv;
720 const msg: bigint = bindings.LDKMessageSendEvent_SendFundingCreated_get_msg(ptr);
721 const msg_hu_conv: FundingCreated = new FundingCreated(null, msg);
722 CommonBase.add_ref_from(msg_hu_conv, this);
723 this.msg = msg_hu_conv;
726 /** A MessageSendEvent of type SendFundingSigned */
727 export class MessageSendEvent_SendFundingSigned extends MessageSendEvent {
729 * The node_id of the node which should receive this message
731 public node_id: Uint8Array;
733 * The message which should be sent.
735 public msg: FundingSigned;
737 public constructor(ptr: bigint) {
739 const node_id: number = bindings.LDKMessageSendEvent_SendFundingSigned_get_node_id(ptr);
740 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
741 this.node_id = node_id_conv;
742 const msg: bigint = bindings.LDKMessageSendEvent_SendFundingSigned_get_msg(ptr);
743 const msg_hu_conv: FundingSigned = new FundingSigned(null, msg);
744 CommonBase.add_ref_from(msg_hu_conv, this);
745 this.msg = msg_hu_conv;
748 /** A MessageSendEvent of type SendChannelReady */
749 export class MessageSendEvent_SendChannelReady extends MessageSendEvent {
751 * The node_id of the node which should receive these message(s)
753 public node_id: Uint8Array;
755 * The channel_ready message which should be sent.
757 public msg: ChannelReady;
759 public constructor(ptr: bigint) {
761 const node_id: number = bindings.LDKMessageSendEvent_SendChannelReady_get_node_id(ptr);
762 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
763 this.node_id = node_id_conv;
764 const msg: bigint = bindings.LDKMessageSendEvent_SendChannelReady_get_msg(ptr);
765 const msg_hu_conv: ChannelReady = new ChannelReady(null, msg);
766 CommonBase.add_ref_from(msg_hu_conv, this);
767 this.msg = msg_hu_conv;
770 /** A MessageSendEvent of type SendAnnouncementSignatures */
771 export class MessageSendEvent_SendAnnouncementSignatures extends MessageSendEvent {
773 * The node_id of the node which should receive these message(s)
775 public node_id: Uint8Array;
777 * The announcement_signatures message which should be sent.
779 public msg: AnnouncementSignatures;
781 public constructor(ptr: bigint) {
783 const node_id: number = bindings.LDKMessageSendEvent_SendAnnouncementSignatures_get_node_id(ptr);
784 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
785 this.node_id = node_id_conv;
786 const msg: bigint = bindings.LDKMessageSendEvent_SendAnnouncementSignatures_get_msg(ptr);
787 const msg_hu_conv: AnnouncementSignatures = new AnnouncementSignatures(null, msg);
788 CommonBase.add_ref_from(msg_hu_conv, this);
789 this.msg = msg_hu_conv;
792 /** A MessageSendEvent of type UpdateHTLCs */
793 export class MessageSendEvent_UpdateHTLCs extends MessageSendEvent {
795 * The node_id of the node which should receive these message(s)
797 public node_id: Uint8Array;
799 * The update messages which should be sent. ALL messages in the struct should be sent!
801 public updates: CommitmentUpdate;
803 public constructor(ptr: bigint) {
805 const node_id: number = bindings.LDKMessageSendEvent_UpdateHTLCs_get_node_id(ptr);
806 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
807 this.node_id = node_id_conv;
808 const updates: bigint = bindings.LDKMessageSendEvent_UpdateHTLCs_get_updates(ptr);
809 const updates_hu_conv: CommitmentUpdate = new CommitmentUpdate(null, updates);
810 CommonBase.add_ref_from(updates_hu_conv, this);
811 this.updates = updates_hu_conv;
814 /** A MessageSendEvent of type SendRevokeAndACK */
815 export class MessageSendEvent_SendRevokeAndACK extends MessageSendEvent {
817 * The node_id of the node which should receive this message
819 public node_id: Uint8Array;
821 * The message which should be sent.
823 public msg: RevokeAndACK;
825 public constructor(ptr: bigint) {
827 const node_id: number = bindings.LDKMessageSendEvent_SendRevokeAndACK_get_node_id(ptr);
828 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
829 this.node_id = node_id_conv;
830 const msg: bigint = bindings.LDKMessageSendEvent_SendRevokeAndACK_get_msg(ptr);
831 const msg_hu_conv: RevokeAndACK = new RevokeAndACK(null, msg);
832 CommonBase.add_ref_from(msg_hu_conv, this);
833 this.msg = msg_hu_conv;
836 /** A MessageSendEvent of type SendClosingSigned */
837 export class MessageSendEvent_SendClosingSigned extends MessageSendEvent {
839 * The node_id of the node which should receive this message
841 public node_id: Uint8Array;
843 * The message which should be sent.
845 public msg: ClosingSigned;
847 public constructor(ptr: bigint) {
849 const node_id: number = bindings.LDKMessageSendEvent_SendClosingSigned_get_node_id(ptr);
850 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
851 this.node_id = node_id_conv;
852 const msg: bigint = bindings.LDKMessageSendEvent_SendClosingSigned_get_msg(ptr);
853 const msg_hu_conv: ClosingSigned = new ClosingSigned(null, msg);
854 CommonBase.add_ref_from(msg_hu_conv, this);
855 this.msg = msg_hu_conv;
858 /** A MessageSendEvent of type SendShutdown */
859 export class MessageSendEvent_SendShutdown extends MessageSendEvent {
861 * The node_id of the node which should receive this message
863 public node_id: Uint8Array;
865 * The message which should be sent.
867 public msg: Shutdown;
869 public constructor(ptr: bigint) {
871 const node_id: number = bindings.LDKMessageSendEvent_SendShutdown_get_node_id(ptr);
872 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
873 this.node_id = node_id_conv;
874 const msg: bigint = bindings.LDKMessageSendEvent_SendShutdown_get_msg(ptr);
875 const msg_hu_conv: Shutdown = new Shutdown(null, msg);
876 CommonBase.add_ref_from(msg_hu_conv, this);
877 this.msg = msg_hu_conv;
880 /** A MessageSendEvent of type SendChannelReestablish */
881 export class MessageSendEvent_SendChannelReestablish extends MessageSendEvent {
883 * The node_id of the node which should receive this message
885 public node_id: Uint8Array;
887 * The message which should be sent.
889 public msg: ChannelReestablish;
891 public constructor(ptr: bigint) {
893 const node_id: number = bindings.LDKMessageSendEvent_SendChannelReestablish_get_node_id(ptr);
894 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
895 this.node_id = node_id_conv;
896 const msg: bigint = bindings.LDKMessageSendEvent_SendChannelReestablish_get_msg(ptr);
897 const msg_hu_conv: ChannelReestablish = new ChannelReestablish(null, msg);
898 CommonBase.add_ref_from(msg_hu_conv, this);
899 this.msg = msg_hu_conv;
902 /** A MessageSendEvent of type SendChannelAnnouncement */
903 export class MessageSendEvent_SendChannelAnnouncement extends MessageSendEvent {
905 * The node_id of the node which should receive this message
907 public node_id: Uint8Array;
909 * The channel_announcement which should be sent.
911 public msg: ChannelAnnouncement;
913 * The followup channel_update which should be sent.
915 public update_msg: ChannelUpdate;
917 public constructor(ptr: bigint) {
919 const node_id: number = bindings.LDKMessageSendEvent_SendChannelAnnouncement_get_node_id(ptr);
920 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
921 this.node_id = node_id_conv;
922 const msg: bigint = bindings.LDKMessageSendEvent_SendChannelAnnouncement_get_msg(ptr);
923 const msg_hu_conv: ChannelAnnouncement = new ChannelAnnouncement(null, msg);
924 CommonBase.add_ref_from(msg_hu_conv, this);
925 this.msg = msg_hu_conv;
926 const update_msg: bigint = bindings.LDKMessageSendEvent_SendChannelAnnouncement_get_update_msg(ptr);
927 const update_msg_hu_conv: ChannelUpdate = new ChannelUpdate(null, update_msg);
928 CommonBase.add_ref_from(update_msg_hu_conv, this);
929 this.update_msg = update_msg_hu_conv;
932 /** A MessageSendEvent of type BroadcastChannelAnnouncement */
933 export class MessageSendEvent_BroadcastChannelAnnouncement extends MessageSendEvent {
935 * The channel_announcement which should be sent.
937 public msg: ChannelAnnouncement;
939 * The followup channel_update which should be sent.
941 public update_msg: ChannelUpdate;
943 public constructor(ptr: bigint) {
945 const msg: bigint = bindings.LDKMessageSendEvent_BroadcastChannelAnnouncement_get_msg(ptr);
946 const msg_hu_conv: ChannelAnnouncement = new ChannelAnnouncement(null, msg);
947 CommonBase.add_ref_from(msg_hu_conv, this);
948 this.msg = msg_hu_conv;
949 const update_msg: bigint = bindings.LDKMessageSendEvent_BroadcastChannelAnnouncement_get_update_msg(ptr);
950 const update_msg_hu_conv: ChannelUpdate = new ChannelUpdate(null, update_msg);
951 CommonBase.add_ref_from(update_msg_hu_conv, this);
952 this.update_msg = update_msg_hu_conv;
955 /** A MessageSendEvent of type BroadcastChannelUpdate */
956 export class MessageSendEvent_BroadcastChannelUpdate extends MessageSendEvent {
958 * The channel_update which should be sent.
960 public msg: ChannelUpdate;
962 public constructor(ptr: bigint) {
964 const msg: bigint = bindings.LDKMessageSendEvent_BroadcastChannelUpdate_get_msg(ptr);
965 const msg_hu_conv: ChannelUpdate = new ChannelUpdate(null, msg);
966 CommonBase.add_ref_from(msg_hu_conv, this);
967 this.msg = msg_hu_conv;
970 /** A MessageSendEvent of type SendChannelUpdate */
971 export class MessageSendEvent_SendChannelUpdate extends MessageSendEvent {
973 * The node_id of the node which should receive this message
975 public node_id: Uint8Array;
977 * The channel_update which should be sent.
979 public msg: ChannelUpdate;
981 public constructor(ptr: bigint) {
983 const node_id: number = bindings.LDKMessageSendEvent_SendChannelUpdate_get_node_id(ptr);
984 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
985 this.node_id = node_id_conv;
986 const msg: bigint = bindings.LDKMessageSendEvent_SendChannelUpdate_get_msg(ptr);
987 const msg_hu_conv: ChannelUpdate = new ChannelUpdate(null, msg);
988 CommonBase.add_ref_from(msg_hu_conv, this);
989 this.msg = msg_hu_conv;
992 /** A MessageSendEvent of type HandleError */
993 export class MessageSendEvent_HandleError extends MessageSendEvent {
995 * The node_id of the node which should receive this message
997 public node_id: Uint8Array;
999 * The action which should be taken.
1001 public action: ErrorAction;
1003 public constructor(ptr: bigint) {
1005 const node_id: number = bindings.LDKMessageSendEvent_HandleError_get_node_id(ptr);
1006 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1007 this.node_id = node_id_conv;
1008 const action: bigint = bindings.LDKMessageSendEvent_HandleError_get_action(ptr);
1009 const action_hu_conv: ErrorAction = ErrorAction.constr_from_ptr(action);
1010 CommonBase.add_ref_from(action_hu_conv, this);
1011 this.action = action_hu_conv;
1014 /** A MessageSendEvent of type SendChannelRangeQuery */
1015 export class MessageSendEvent_SendChannelRangeQuery extends MessageSendEvent {
1017 * The node_id of this message recipient
1019 public node_id: Uint8Array;
1021 * The query_channel_range which should be sent.
1023 public msg: QueryChannelRange;
1025 public constructor(ptr: bigint) {
1027 const node_id: number = bindings.LDKMessageSendEvent_SendChannelRangeQuery_get_node_id(ptr);
1028 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1029 this.node_id = node_id_conv;
1030 const msg: bigint = bindings.LDKMessageSendEvent_SendChannelRangeQuery_get_msg(ptr);
1031 const msg_hu_conv: QueryChannelRange = new QueryChannelRange(null, msg);
1032 CommonBase.add_ref_from(msg_hu_conv, this);
1033 this.msg = msg_hu_conv;
1036 /** A MessageSendEvent of type SendShortIdsQuery */
1037 export class MessageSendEvent_SendShortIdsQuery extends MessageSendEvent {
1039 * The node_id of this message recipient
1041 public node_id: Uint8Array;
1043 * The query_short_channel_ids which should be sent.
1045 public msg: QueryShortChannelIds;
1047 public constructor(ptr: bigint) {
1049 const node_id: number = bindings.LDKMessageSendEvent_SendShortIdsQuery_get_node_id(ptr);
1050 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1051 this.node_id = node_id_conv;
1052 const msg: bigint = bindings.LDKMessageSendEvent_SendShortIdsQuery_get_msg(ptr);
1053 const msg_hu_conv: QueryShortChannelIds = new QueryShortChannelIds(null, msg);
1054 CommonBase.add_ref_from(msg_hu_conv, this);
1055 this.msg = msg_hu_conv;
1058 /** A MessageSendEvent of type SendReplyChannelRange */
1059 export class MessageSendEvent_SendReplyChannelRange extends MessageSendEvent {
1061 * The node_id of this message recipient
1063 public node_id: Uint8Array;
1065 * The reply_channel_range which should be sent.
1067 public msg: ReplyChannelRange;
1069 public constructor(ptr: bigint) {
1071 const node_id: number = bindings.LDKMessageSendEvent_SendReplyChannelRange_get_node_id(ptr);
1072 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1073 this.node_id = node_id_conv;
1074 const msg: bigint = bindings.LDKMessageSendEvent_SendReplyChannelRange_get_msg(ptr);
1075 const msg_hu_conv: ReplyChannelRange = new ReplyChannelRange(null, msg);
1076 CommonBase.add_ref_from(msg_hu_conv, this);
1077 this.msg = msg_hu_conv;
1080 /** A MessageSendEvent of type SendGossipTimestampFilter */
1081 export class MessageSendEvent_SendGossipTimestampFilter extends MessageSendEvent {
1083 * The node_id of this message recipient
1085 public node_id: Uint8Array;
1087 * The gossip_timestamp_filter which should be sent.
1089 public msg: GossipTimestampFilter;
1091 public constructor(ptr: bigint) {
1093 const node_id: number = bindings.LDKMessageSendEvent_SendGossipTimestampFilter_get_node_id(ptr);
1094 const node_id_conv: Uint8Array = bindings.decodeUint8Array(node_id);
1095 this.node_id = node_id_conv;
1096 const msg: bigint = bindings.LDKMessageSendEvent_SendGossipTimestampFilter_get_msg(ptr);
1097 const msg_hu_conv: GossipTimestampFilter = new GossipTimestampFilter(null, msg);
1098 CommonBase.add_ref_from(msg_hu_conv, this);
1099 this.msg = msg_hu_conv;