[C#] Run tests against release library in determinism CI run
[ldk-java] / ts / structs / Bolt12Invoice.mts
1 import { TxOut } from '../structs/TxOut.mjs';
2 import { TxIn } from '../structs/TxIn.mjs';
3 import { BigEndianScalar } from '../structs/BigEndianScalar.mjs';
4 import { WitnessProgram } from '../structs/WitnessProgram.mjs';
5 import { BlindedFailure } from '../enums/BlindedFailure.mjs';
6 import { Bolt11SemanticError } from '../enums/Bolt11SemanticError.mjs';
7 import { Bolt12SemanticError } from '../enums/Bolt12SemanticError.mjs';
8 import { COption_NoneZ } from '../enums/COption_NoneZ.mjs';
9 import { ChannelMonitorUpdateStatus } from '../enums/ChannelMonitorUpdateStatus.mjs';
10 import { ChannelShutdownState } from '../enums/ChannelShutdownState.mjs';
11 import { ConfirmationTarget } from '../enums/ConfirmationTarget.mjs';
12 import { CreationError } from '../enums/CreationError.mjs';
13 import { Currency } from '../enums/Currency.mjs';
14 import { Direction } from '../enums/Direction.mjs';
15 import { HTLCClaim } from '../enums/HTLCClaim.mjs';
16 import { IOError } from '../enums/IOError.mjs';
17 import { Level } from '../enums/Level.mjs';
18 import { Network } from '../enums/Network.mjs';
19 import { PaymentFailureReason } from '../enums/PaymentFailureReason.mjs';
20 import { Recipient } from '../enums/Recipient.mjs';
21 import { RetryableSendFailure } from '../enums/RetryableSendFailure.mjs';
22 import { Secp256k1Error } from '../enums/Secp256k1Error.mjs';
23 import { ShortChannelIdError } from '../enums/ShortChannelIdError.mjs';
24 import { SiPrefix } from '../enums/SiPrefix.mjs';
25 import { SocketAddressParseError } from '../enums/SocketAddressParseError.mjs';
26 import { UtxoLookupError } from '../enums/UtxoLookupError.mjs';
27 import { Bech32Error } from '../structs/Bech32Error.mjs';
28 import { RefundMaybeWithDerivedMetadataBuilder } from '../structs/RefundMaybeWithDerivedMetadataBuilder.mjs';
29 import { Result_RefundMaybeWithDerivedMetadataBuilderBolt12SemanticErrorZ } from '../structs/Result_RefundMaybeWithDerivedMetadataBuilderBolt12SemanticErrorZ.mjs';
30 import { Refund } from '../structs/Refund.mjs';
31 import { Result_RefundBolt12SemanticErrorZ } from '../structs/Result_RefundBolt12SemanticErrorZ.mjs';
32 import { Option_u64Z } from '../structs/Option_u64Z.mjs';
33 import { BlindedPath } from '../structs/BlindedPath.mjs';
34 import { Bolt12ParseError } from '../structs/Bolt12ParseError.mjs';
35 import { Result_RefundBolt12ParseErrorZ } from '../structs/Result_RefundBolt12ParseErrorZ.mjs';
36 import { Retry } from '../structs/Retry.mjs';
37 import { DecodeError } from '../structs/DecodeError.mjs';
38 import { Result_RetryDecodeErrorZ } from '../structs/Result_RetryDecodeErrorZ.mjs';
39 import { ShutdownScript } from '../structs/ShutdownScript.mjs';
40 import { APIError } from '../structs/APIError.mjs';
41 import { Result_NoneAPIErrorZ } from '../structs/Result_NoneAPIErrorZ.mjs';
42 import { Option_ThirtyTwoBytesZ } from '../structs/Option_ThirtyTwoBytesZ.mjs';
43 import { Option_CVec_u8ZZ } from '../structs/Option_CVec_u8ZZ.mjs';
44 import { RecipientOnionFields } from '../structs/RecipientOnionFields.mjs';
45 import { Result_RecipientOnionFieldsDecodeErrorZ } from '../structs/Result_RecipientOnionFieldsDecodeErrorZ.mjs';
46 import { TwoTuple_u64CVec_u8ZZ } from '../structs/TwoTuple_u64CVec_u8ZZ.mjs';
47 import { Result_RecipientOnionFieldsNoneZ } from '../structs/Result_RecipientOnionFieldsNoneZ.mjs';
48 import { UnsignedBolt12Invoice } from '../structs/UnsignedBolt12Invoice.mjs';
49 import { Result_UnsignedBolt12InvoiceBolt12SemanticErrorZ } from '../structs/Result_UnsignedBolt12InvoiceBolt12SemanticErrorZ.mjs';
50 import { Result_Bolt12InvoiceBolt12SemanticErrorZ } from '../structs/Result_Bolt12InvoiceBolt12SemanticErrorZ.mjs';
51 import { Result_SchnorrSignatureNoneZ } from '../structs/Result_SchnorrSignatureNoneZ.mjs';
52 import { Option_CVec_ThirtyTwoBytesZZ } from '../structs/Option_CVec_ThirtyTwoBytesZZ.mjs';
53 import { Amount } from '../structs/Amount.mjs';
54 import { Option_AmountZ } from '../structs/Option_AmountZ.mjs';
55 import { Quantity } from '../structs/Quantity.mjs';
56 import { Option_QuantityZ } from '../structs/Option_QuantityZ.mjs';
57 import { Result_ThirtyTwoBytesNoneZ } from '../structs/Result_ThirtyTwoBytesNoneZ.mjs';
58 import { BlindedPayInfo } from '../structs/BlindedPayInfo.mjs';
59 import { Result_BlindedPayInfoDecodeErrorZ } from '../structs/Result_BlindedPayInfoDecodeErrorZ.mjs';
60 import { DelayedPaymentOutputDescriptor } from '../structs/DelayedPaymentOutputDescriptor.mjs';
61 import { Result_DelayedPaymentOutputDescriptorDecodeErrorZ } from '../structs/Result_DelayedPaymentOutputDescriptorDecodeErrorZ.mjs';
62 import { StaticPaymentOutputDescriptor } from '../structs/StaticPaymentOutputDescriptor.mjs';
63 import { Result_StaticPaymentOutputDescriptorDecodeErrorZ } from '../structs/Result_StaticPaymentOutputDescriptorDecodeErrorZ.mjs';
64 import { OutPoint } from '../structs/OutPoint.mjs';
65 import { SpendableOutputDescriptor } from '../structs/SpendableOutputDescriptor.mjs';
66 import { Result_SpendableOutputDescriptorDecodeErrorZ } from '../structs/Result_SpendableOutputDescriptorDecodeErrorZ.mjs';
67 import { Option_u32Z } from '../structs/Option_u32Z.mjs';
68 import { TwoTuple_CVec_u8Zu64Z } from '../structs/TwoTuple_CVec_u8Zu64Z.mjs';
69 import { Result_C2Tuple_CVec_u8Zu64ZNoneZ } from '../structs/Result_C2Tuple_CVec_u8Zu64ZNoneZ.mjs';
70 import { ChannelDerivationParameters } from '../structs/ChannelDerivationParameters.mjs';
71 import { Result_ChannelDerivationParametersDecodeErrorZ } from '../structs/Result_ChannelDerivationParametersDecodeErrorZ.mjs';
72 import { HTLCDescriptor } from '../structs/HTLCDescriptor.mjs';
73 import { Result_HTLCDescriptorDecodeErrorZ } from '../structs/Result_HTLCDescriptorDecodeErrorZ.mjs';
74 import { Result_NoneNoneZ } from '../structs/Result_NoneNoneZ.mjs';
75 import { Result_PublicKeyNoneZ } from '../structs/Result_PublicKeyNoneZ.mjs';
76 import { Option_BigEndianScalarZ } from '../structs/Option_BigEndianScalarZ.mjs';
77 import { Result_RecoverableSignatureNoneZ } from '../structs/Result_RecoverableSignatureNoneZ.mjs';
78 import { Result_ECDSASignatureNoneZ } from '../structs/Result_ECDSASignatureNoneZ.mjs';
79 import { Result_TransactionNoneZ } from '../structs/Result_TransactionNoneZ.mjs';
80 import { TwoTuple_ECDSASignatureCVec_ECDSASignatureZZ } from '../structs/TwoTuple_ECDSASignatureCVec_ECDSASignatureZZ.mjs';
81 import { Result_C2Tuple_ECDSASignatureCVec_ECDSASignatureZZNoneZ } from '../structs/Result_C2Tuple_ECDSASignatureCVec_ECDSASignatureZZNoneZ.mjs';
82 import { CommitmentTransaction } from '../structs/CommitmentTransaction.mjs';
83 import { HolderCommitmentTransaction } from '../structs/HolderCommitmentTransaction.mjs';
84 import { HTLCOutputInCommitment } from '../structs/HTLCOutputInCommitment.mjs';
85 import { ClosingTransaction } from '../structs/ClosingTransaction.mjs';
86 import { UnsignedChannelAnnouncement } from '../structs/UnsignedChannelAnnouncement.mjs';
87 import { ChannelPublicKeys } from '../structs/ChannelPublicKeys.mjs';
88 import { ChannelTransactionParameters } from '../structs/ChannelTransactionParameters.mjs';
89 import { ChannelSigner, ChannelSignerInterface } from '../structs/ChannelSigner.mjs';
90 import { EcdsaChannelSigner, EcdsaChannelSignerInterface } from '../structs/EcdsaChannelSigner.mjs';
91 import { WriteableEcdsaChannelSigner, WriteableEcdsaChannelSignerInterface } from '../structs/WriteableEcdsaChannelSigner.mjs';
92 import { Result_WriteableEcdsaChannelSignerDecodeErrorZ } from '../structs/Result_WriteableEcdsaChannelSignerDecodeErrorZ.mjs';
93 import { Result_CVec_u8ZNoneZ } from '../structs/Result_CVec_u8ZNoneZ.mjs';
94 import { Result_ShutdownScriptNoneZ } from '../structs/Result_ShutdownScriptNoneZ.mjs';
95 import { Option_u16Z } from '../structs/Option_u16Z.mjs';
96 import { Option_boolZ } from '../structs/Option_boolZ.mjs';
97 import { Result_WitnessNoneZ } from '../structs/Result_WitnessNoneZ.mjs';
98 import { InMemorySigner } from '../structs/InMemorySigner.mjs';
99 import { Result_InMemorySignerDecodeErrorZ } from '../structs/Result_InMemorySignerDecodeErrorZ.mjs';
100 import { ChannelDetails } from '../structs/ChannelDetails.mjs';
101 import { Route } from '../structs/Route.mjs';
102 import { LightningError } from '../structs/LightningError.mjs';
103 import { Result_RouteLightningErrorZ } from '../structs/Result_RouteLightningErrorZ.mjs';
104 import { TwoTuple_BlindedPayInfoBlindedPathZ } from '../structs/TwoTuple_BlindedPayInfoBlindedPathZ.mjs';
105 import { Result_CVec_C2Tuple_BlindedPayInfoBlindedPathZZNoneZ } from '../structs/Result_CVec_C2Tuple_BlindedPayInfoBlindedPathZZNoneZ.mjs';
106 import { OnionMessagePath } from '../structs/OnionMessagePath.mjs';
107 import { Result_OnionMessagePathNoneZ } from '../structs/Result_OnionMessagePathNoneZ.mjs';
108 import { Result_CVec_BlindedPathZNoneZ } from '../structs/Result_CVec_BlindedPathZNoneZ.mjs';
109 import { InFlightHtlcs } from '../structs/InFlightHtlcs.mjs';
110 import { Result_InFlightHtlcsDecodeErrorZ } from '../structs/Result_InFlightHtlcsDecodeErrorZ.mjs';
111 import { RouteHop } from '../structs/RouteHop.mjs';
112 import { Result_RouteHopDecodeErrorZ } from '../structs/Result_RouteHopDecodeErrorZ.mjs';
113 import { BlindedHop } from '../structs/BlindedHop.mjs';
114 import { BlindedTail } from '../structs/BlindedTail.mjs';
115 import { Result_BlindedTailDecodeErrorZ } from '../structs/Result_BlindedTailDecodeErrorZ.mjs';
116 import { Path } from '../structs/Path.mjs';
117 import { Result_RouteDecodeErrorZ } from '../structs/Result_RouteDecodeErrorZ.mjs';
118 import { RouteParameters } from '../structs/RouteParameters.mjs';
119 import { Result_RouteParametersDecodeErrorZ } from '../structs/Result_RouteParametersDecodeErrorZ.mjs';
120 import { PaymentParameters } from '../structs/PaymentParameters.mjs';
121 import { Result_PaymentParametersDecodeErrorZ } from '../structs/Result_PaymentParametersDecodeErrorZ.mjs';
122 import { RouteHint } from '../structs/RouteHint.mjs';
123 import { RouteHintHop } from '../structs/RouteHintHop.mjs';
124 import { Result_RouteHintDecodeErrorZ } from '../structs/Result_RouteHintDecodeErrorZ.mjs';
125 import { Result_RouteHintHopDecodeErrorZ } from '../structs/Result_RouteHintHopDecodeErrorZ.mjs';
126 import { FixedPenaltyScorer } from '../structs/FixedPenaltyScorer.mjs';
127 import { Result_FixedPenaltyScorerDecodeErrorZ } from '../structs/Result_FixedPenaltyScorerDecodeErrorZ.mjs';
128 import { NodeId } from '../structs/NodeId.mjs';
129 import { TwoTuple_u64u64Z } from '../structs/TwoTuple_u64u64Z.mjs';
130 import { Option_C2Tuple_u64u64ZZ } from '../structs/Option_C2Tuple_u64u64ZZ.mjs';
131 import { TwoTuple_Z } from '../structs/TwoTuple_Z.mjs';
132 import { TwoTuple__u1632_u1632Z } from '../structs/TwoTuple__u1632_u1632Z.mjs';
133 import { Option_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ } from '../structs/Option_C2Tuple_ThirtyTwoU16sThirtyTwoU16sZZ.mjs';
134 import { Option_f64Z } from '../structs/Option_f64Z.mjs';
135 import { Record } from '../structs/Record.mjs';
136 import { Logger, LoggerInterface } from '../structs/Logger.mjs';
137 import { NetworkGraph } from '../structs/NetworkGraph.mjs';
138 import { ProbabilisticScorer } from '../structs/ProbabilisticScorer.mjs';
139 import { Result_ProbabilisticScorerDecodeErrorZ } from '../structs/Result_ProbabilisticScorerDecodeErrorZ.mjs';
140 import { BestBlock } from '../structs/BestBlock.mjs';
141 import { Result_BestBlockDecodeErrorZ } from '../structs/Result_BestBlockDecodeErrorZ.mjs';
142 import { TwoTuple_usizeTransactionZ } from '../structs/TwoTuple_usizeTransactionZ.mjs';
143 import { ThreeTuple_ThirtyTwoBytesu32COption_ThirtyTwoBytesZZ } from '../structs/ThreeTuple_ThirtyTwoBytesu32COption_ThirtyTwoBytesZZ.mjs';
144 import { Result_ChannelMonitorUpdateStatusNoneZ } from '../structs/Result_ChannelMonitorUpdateStatusNoneZ.mjs';
145 import { HTLCUpdate } from '../structs/HTLCUpdate.mjs';
146 import { UntrustedString } from '../structs/UntrustedString.mjs';
147 import { ClosureReason } from '../structs/ClosureReason.mjs';
148 import { ChannelId } from '../structs/ChannelId.mjs';
149 import { MonitorEvent } from '../structs/MonitorEvent.mjs';
150 import { FourTuple_OutPointChannelIdCVec_MonitorEventZPublicKeyZ } from '../structs/FourTuple_OutPointChannelIdCVec_MonitorEventZPublicKeyZ.mjs';
151 import { InitFeatures } from '../structs/InitFeatures.mjs';
152 import { Result_InitFeaturesDecodeErrorZ } from '../structs/Result_InitFeaturesDecodeErrorZ.mjs';
153 import { ChannelFeatures } from '../structs/ChannelFeatures.mjs';
154 import { Result_ChannelFeaturesDecodeErrorZ } from '../structs/Result_ChannelFeaturesDecodeErrorZ.mjs';
155 import { NodeFeatures } from '../structs/NodeFeatures.mjs';
156 import { Result_NodeFeaturesDecodeErrorZ } from '../structs/Result_NodeFeaturesDecodeErrorZ.mjs';
157 import { Bolt11InvoiceFeatures } from '../structs/Bolt11InvoiceFeatures.mjs';
158 import { Result_Bolt11InvoiceFeaturesDecodeErrorZ } from '../structs/Result_Bolt11InvoiceFeaturesDecodeErrorZ.mjs';
159 import { Bolt12InvoiceFeatures } from '../structs/Bolt12InvoiceFeatures.mjs';
160 import { Result_Bolt12InvoiceFeaturesDecodeErrorZ } from '../structs/Result_Bolt12InvoiceFeaturesDecodeErrorZ.mjs';
161 import { BlindedHopFeatures } from '../structs/BlindedHopFeatures.mjs';
162 import { Result_BlindedHopFeaturesDecodeErrorZ } from '../structs/Result_BlindedHopFeaturesDecodeErrorZ.mjs';
163 import { ChannelTypeFeatures } from '../structs/ChannelTypeFeatures.mjs';
164 import { Result_ChannelTypeFeaturesDecodeErrorZ } from '../structs/Result_ChannelTypeFeaturesDecodeErrorZ.mjs';
165 import { OfferId } from '../structs/OfferId.mjs';
166 import { Result_OfferIdDecodeErrorZ } from '../structs/Result_OfferIdDecodeErrorZ.mjs';
167 import { Result_NoneBolt12SemanticErrorZ } from '../structs/Result_NoneBolt12SemanticErrorZ.mjs';
168 import { Offer } from '../structs/Offer.mjs';
169 import { Result_OfferBolt12SemanticErrorZ } from '../structs/Result_OfferBolt12SemanticErrorZ.mjs';
170 import { InvoiceRequestWithDerivedPayerIdBuilder } from '../structs/InvoiceRequestWithDerivedPayerIdBuilder.mjs';
171 import { Result_InvoiceRequestWithDerivedPayerIdBuilderBolt12SemanticErrorZ } from '../structs/Result_InvoiceRequestWithDerivedPayerIdBuilderBolt12SemanticErrorZ.mjs';
172 import { InvoiceRequestWithExplicitPayerIdBuilder } from '../structs/InvoiceRequestWithExplicitPayerIdBuilder.mjs';
173 import { Result_InvoiceRequestWithExplicitPayerIdBuilderBolt12SemanticErrorZ } from '../structs/Result_InvoiceRequestWithExplicitPayerIdBuilderBolt12SemanticErrorZ.mjs';
174 import { Result_OfferBolt12ParseErrorZ } from '../structs/Result_OfferBolt12ParseErrorZ.mjs';
175 import { Result_NodeIdDecodeErrorZ } from '../structs/Result_NodeIdDecodeErrorZ.mjs';
176 import { Result_PublicKeySecp256k1ErrorZ } from '../structs/Result_PublicKeySecp256k1ErrorZ.mjs';
177 import { ChannelUpdate } from '../structs/ChannelUpdate.mjs';
178 import { NetworkUpdate } from '../structs/NetworkUpdate.mjs';
179 import { Option_NetworkUpdateZ } from '../structs/Option_NetworkUpdateZ.mjs';
180 import { Result_COption_NetworkUpdateZDecodeErrorZ } from '../structs/Result_COption_NetworkUpdateZDecodeErrorZ.mjs';
181 import { Result_TxOutUtxoLookupErrorZ } from '../structs/Result_TxOutUtxoLookupErrorZ.mjs';
182 import { UtxoFuture } from '../structs/UtxoFuture.mjs';
183 import { UtxoResult } from '../structs/UtxoResult.mjs';
184 import { UtxoLookup, UtxoLookupInterface } from '../structs/UtxoLookup.mjs';
185 import { Option_UtxoLookupZ } from '../structs/Option_UtxoLookupZ.mjs';
186 import { Result_NoneLightningErrorZ } from '../structs/Result_NoneLightningErrorZ.mjs';
187 import { Result_boolLightningErrorZ } from '../structs/Result_boolLightningErrorZ.mjs';
188 import { ChannelAnnouncement } from '../structs/ChannelAnnouncement.mjs';
189 import { ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ } from '../structs/ThreeTuple_ChannelAnnouncementChannelUpdateChannelUpdateZ.mjs';
190 import { Option_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ } from '../structs/Option_C3Tuple_ChannelAnnouncementChannelUpdateChannelUpdateZZ.mjs';
191 import { AcceptChannel } from '../structs/AcceptChannel.mjs';
192 import { AcceptChannelV2 } from '../structs/AcceptChannelV2.mjs';
193 import { OpenChannel } from '../structs/OpenChannel.mjs';
194 import { OpenChannelV2 } from '../structs/OpenChannelV2.mjs';
195 import { FundingCreated } from '../structs/FundingCreated.mjs';
196 import { FundingSigned } from '../structs/FundingSigned.mjs';
197 import { Stfu } from '../structs/Stfu.mjs';
198 import { Splice } from '../structs/Splice.mjs';
199 import { SpliceAck } from '../structs/SpliceAck.mjs';
200 import { SpliceLocked } from '../structs/SpliceLocked.mjs';
201 import { TxAddInput } from '../structs/TxAddInput.mjs';
202 import { TxAddOutput } from '../structs/TxAddOutput.mjs';
203 import { TxRemoveInput } from '../structs/TxRemoveInput.mjs';
204 import { TxRemoveOutput } from '../structs/TxRemoveOutput.mjs';
205 import { TxComplete } from '../structs/TxComplete.mjs';
206 import { TxSignatures } from '../structs/TxSignatures.mjs';
207 import { TxInitRbf } from '../structs/TxInitRbf.mjs';
208 import { TxAckRbf } from '../structs/TxAckRbf.mjs';
209 import { TxAbort } from '../structs/TxAbort.mjs';
210 import { ChannelReady } from '../structs/ChannelReady.mjs';
211 import { AnnouncementSignatures } from '../structs/AnnouncementSignatures.mjs';
212 import { CommitmentUpdate } from '../structs/CommitmentUpdate.mjs';
213 import { RevokeAndACK } from '../structs/RevokeAndACK.mjs';
214 import { ClosingSigned } from '../structs/ClosingSigned.mjs';
215 import { Shutdown } from '../structs/Shutdown.mjs';
216 import { ChannelReestablish } from '../structs/ChannelReestablish.mjs';
217 import { NodeAnnouncement } from '../structs/NodeAnnouncement.mjs';
218 import { ErrorMessage } from '../structs/ErrorMessage.mjs';
219 import { WarningMessage } from '../structs/WarningMessage.mjs';
220 import { ErrorAction } from '../structs/ErrorAction.mjs';
221 import { QueryChannelRange } from '../structs/QueryChannelRange.mjs';
222 import { QueryShortChannelIds } from '../structs/QueryShortChannelIds.mjs';
223 import { ReplyChannelRange } from '../structs/ReplyChannelRange.mjs';
224 import { GossipTimestampFilter } from '../structs/GossipTimestampFilter.mjs';
225 import { MessageSendEvent } from '../structs/MessageSendEvent.mjs';
226 import { ChannelUpdateInfo } from '../structs/ChannelUpdateInfo.mjs';
227 import { Result_ChannelUpdateInfoDecodeErrorZ } from '../structs/Result_ChannelUpdateInfoDecodeErrorZ.mjs';
228 import { ChannelInfo } from '../structs/ChannelInfo.mjs';
229 import { Result_ChannelInfoDecodeErrorZ } from '../structs/Result_ChannelInfoDecodeErrorZ.mjs';
230 import { RoutingFees } from '../structs/RoutingFees.mjs';
231 import { Result_RoutingFeesDecodeErrorZ } from '../structs/Result_RoutingFeesDecodeErrorZ.mjs';
232 import { Hostname } from '../structs/Hostname.mjs';
233 import { SocketAddress } from '../structs/SocketAddress.mjs';
234 import { NodeAnnouncementInfo } from '../structs/NodeAnnouncementInfo.mjs';
235 import { Result_NodeAnnouncementInfoDecodeErrorZ } from '../structs/Result_NodeAnnouncementInfoDecodeErrorZ.mjs';
236 import { NodeAlias } from '../structs/NodeAlias.mjs';
237 import { Result_NodeAliasDecodeErrorZ } from '../structs/Result_NodeAliasDecodeErrorZ.mjs';
238 import { NodeInfo } from '../structs/NodeInfo.mjs';
239 import { Result_NodeInfoDecodeErrorZ } from '../structs/Result_NodeInfoDecodeErrorZ.mjs';
240 import { Result_NetworkGraphDecodeErrorZ } from '../structs/Result_NetworkGraphDecodeErrorZ.mjs';
241 import { Option_CVec_SocketAddressZZ } from '../structs/Option_CVec_SocketAddressZZ.mjs';
242 import { Result_u64ShortChannelIdErrorZ } from '../structs/Result_u64ShortChannelIdErrorZ.mjs';
243 import { PendingHTLCInfo } from '../structs/PendingHTLCInfo.mjs';
244 import { InboundHTLCErr } from '../structs/InboundHTLCErr.mjs';
245 import { Result_PendingHTLCInfoInboundHTLCErrZ } from '../structs/Result_PendingHTLCInfoInboundHTLCErrZ.mjs';
246 import { Utxo } from '../structs/Utxo.mjs';
247 import { Option_TxOutZ } from '../structs/Option_TxOutZ.mjs';
248 import { Input } from '../structs/Input.mjs';
249 import { CoinSelection } from '../structs/CoinSelection.mjs';
250 import { Result_CoinSelectionNoneZ } from '../structs/Result_CoinSelectionNoneZ.mjs';
251 import { Result_CVec_UtxoZNoneZ } from '../structs/Result_CVec_UtxoZNoneZ.mjs';
252 import { UnknownPaymentContext } from '../structs/UnknownPaymentContext.mjs';
253 import { Bolt12OfferContext } from '../structs/Bolt12OfferContext.mjs';
254 import { Bolt12RefundContext } from '../structs/Bolt12RefundContext.mjs';
255 import { PaymentContext } from '../structs/PaymentContext.mjs';
256 import { Option_PaymentContextZ } from '../structs/Option_PaymentContextZ.mjs';
257 import { TwoTuple_u64u16Z } from '../structs/TwoTuple_u64u16Z.mjs';
258 import { Option_C2Tuple_u64u16ZZ } from '../structs/Option_C2Tuple_u64u16ZZ.mjs';
259 import { Option_ChannelShutdownStateZ } from '../structs/Option_ChannelShutdownStateZ.mjs';
260 import { Result_ChannelIdAPIErrorZ } from '../structs/Result_ChannelIdAPIErrorZ.mjs';
261 import { RecentPaymentDetails } from '../structs/RecentPaymentDetails.mjs';
262 import { PaymentSendFailure } from '../structs/PaymentSendFailure.mjs';
263 import { Result_NonePaymentSendFailureZ } from '../structs/Result_NonePaymentSendFailureZ.mjs';
264 import { Result_NoneRetryableSendFailureZ } from '../structs/Result_NoneRetryableSendFailureZ.mjs';
265 import { Result_ThirtyTwoBytesPaymentSendFailureZ } from '../structs/Result_ThirtyTwoBytesPaymentSendFailureZ.mjs';
266 import { Result_ThirtyTwoBytesRetryableSendFailureZ } from '../structs/Result_ThirtyTwoBytesRetryableSendFailureZ.mjs';
267 import { TwoTuple_ThirtyTwoBytesThirtyTwoBytesZ } from '../structs/TwoTuple_ThirtyTwoBytesThirtyTwoBytesZ.mjs';
268 import { Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZPaymentSendFailureZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZPaymentSendFailureZ.mjs';
269 import { ProbeSendFailure } from '../structs/ProbeSendFailure.mjs';
270 import { Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbeSendFailureZ } from '../structs/Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbeSendFailureZ.mjs';
271 import { TwoTuple_ChannelIdPublicKeyZ } from '../structs/TwoTuple_ChannelIdPublicKeyZ.mjs';
272 import { OfferWithDerivedMetadataBuilder } from '../structs/OfferWithDerivedMetadataBuilder.mjs';
273 import { Result_OfferWithDerivedMetadataBuilderBolt12SemanticErrorZ } from '../structs/Result_OfferWithDerivedMetadataBuilderBolt12SemanticErrorZ.mjs';
274 import { Option_StrZ } from '../structs/Option_StrZ.mjs';
275 import { Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZNoneZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZNoneZ.mjs';
276 import { Result_ThirtyTwoBytesAPIErrorZ } from '../structs/Result_ThirtyTwoBytesAPIErrorZ.mjs';
277 import { InvoiceRequest } from '../structs/InvoiceRequest.mjs';
278 import { InvoiceError } from '../structs/InvoiceError.mjs';
279 import { OffersMessage } from '../structs/OffersMessage.mjs';
280 import { Option_OffersMessageZ } from '../structs/Option_OffersMessageZ.mjs';
281 import { Destination } from '../structs/Destination.mjs';
282 import { ThreeTuple_OffersMessageDestinationBlindedPathZ } from '../structs/ThreeTuple_OffersMessageDestinationBlindedPathZ.mjs';
283 import { CounterpartyForwardingInfo } from '../structs/CounterpartyForwardingInfo.mjs';
284 import { Result_CounterpartyForwardingInfoDecodeErrorZ } from '../structs/Result_CounterpartyForwardingInfoDecodeErrorZ.mjs';
285 import { ChannelCounterparty } from '../structs/ChannelCounterparty.mjs';
286 import { Result_ChannelCounterpartyDecodeErrorZ } from '../structs/Result_ChannelCounterpartyDecodeErrorZ.mjs';
287 import { Result_ChannelDetailsDecodeErrorZ } from '../structs/Result_ChannelDetailsDecodeErrorZ.mjs';
288 import { PhantomRouteHints } from '../structs/PhantomRouteHints.mjs';
289 import { Result_PhantomRouteHintsDecodeErrorZ } from '../structs/Result_PhantomRouteHintsDecodeErrorZ.mjs';
290 import { BlindedForward } from '../structs/BlindedForward.mjs';
291 import { Result_BlindedForwardDecodeErrorZ } from '../structs/Result_BlindedForwardDecodeErrorZ.mjs';
292 import { OnionPacket } from '../structs/OnionPacket.mjs';
293 import { FinalOnionHopData } from '../structs/FinalOnionHopData.mjs';
294 import { PendingHTLCRouting } from '../structs/PendingHTLCRouting.mjs';
295 import { Result_PendingHTLCRoutingDecodeErrorZ } from '../structs/Result_PendingHTLCRoutingDecodeErrorZ.mjs';
296 import { Result_PendingHTLCInfoDecodeErrorZ } from '../structs/Result_PendingHTLCInfoDecodeErrorZ.mjs';
297 import { Result_BlindedFailureDecodeErrorZ } from '../structs/Result_BlindedFailureDecodeErrorZ.mjs';
298 import { Result_ChannelShutdownStateDecodeErrorZ } from '../structs/Result_ChannelShutdownStateDecodeErrorZ.mjs';
299 import { ChannelMonitor } from '../structs/ChannelMonitor.mjs';
300 import { ChannelMonitorUpdate } from '../structs/ChannelMonitorUpdate.mjs';
301 import { Watch, WatchInterface } from '../structs/Watch.mjs';
302 import { BroadcasterInterface, BroadcasterInterfaceInterface } from '../structs/BroadcasterInterface.mjs';
303 import { EntropySource, EntropySourceInterface } from '../structs/EntropySource.mjs';
304 import { UnsignedInvoiceRequest } from '../structs/UnsignedInvoiceRequest.mjs';
305 import { UnsignedChannelUpdate } from '../structs/UnsignedChannelUpdate.mjs';
306 import { UnsignedNodeAnnouncement } from '../structs/UnsignedNodeAnnouncement.mjs';
307 import { UnsignedGossipMessage } from '../structs/UnsignedGossipMessage.mjs';
308 import { NodeSigner, NodeSignerInterface } from '../structs/NodeSigner.mjs';
309 import { SignerProvider, SignerProviderInterface } from '../structs/SignerProvider.mjs';
310 import { FeeEstimator, FeeEstimatorInterface } from '../structs/FeeEstimator.mjs';
311 import { ReceiveTlvs } from '../structs/ReceiveTlvs.mjs';
312 import { MessageRouter, MessageRouterInterface } from '../structs/MessageRouter.mjs';
313 import { Router, RouterInterface } from '../structs/Router.mjs';
314 import { ChannelManager } from '../structs/ChannelManager.mjs';
315 import { TwoTuple_ThirtyTwoBytesChannelManagerZ } from '../structs/TwoTuple_ThirtyTwoBytesChannelManagerZ.mjs';
316 import { Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesChannelManagerZDecodeErrorZ.mjs';
317 import { MaxDustHTLCExposure } from '../structs/MaxDustHTLCExposure.mjs';
318 import { Result_MaxDustHTLCExposureDecodeErrorZ } from '../structs/Result_MaxDustHTLCExposureDecodeErrorZ.mjs';
319 import { ChannelConfig } from '../structs/ChannelConfig.mjs';
320 import { Result_ChannelConfigDecodeErrorZ } from '../structs/Result_ChannelConfigDecodeErrorZ.mjs';
321 import { Option_MaxDustHTLCExposureZ } from '../structs/Option_MaxDustHTLCExposureZ.mjs';
322 import { Option_APIErrorZ } from '../structs/Option_APIErrorZ.mjs';
323 import { Result_COption_APIErrorZDecodeErrorZ } from '../structs/Result_COption_APIErrorZDecodeErrorZ.mjs';
324 import { Result_ChannelMonitorUpdateDecodeErrorZ } from '../structs/Result_ChannelMonitorUpdateDecodeErrorZ.mjs';
325 import { Option_MonitorEventZ } from '../structs/Option_MonitorEventZ.mjs';
326 import { Result_COption_MonitorEventZDecodeErrorZ } from '../structs/Result_COption_MonitorEventZDecodeErrorZ.mjs';
327 import { Result_HTLCUpdateDecodeErrorZ } from '../structs/Result_HTLCUpdateDecodeErrorZ.mjs';
328 import { TwoTuple_OutPointCVec_u8ZZ } from '../structs/TwoTuple_OutPointCVec_u8ZZ.mjs';
329 import { TwoTuple_u32CVec_u8ZZ } from '../structs/TwoTuple_u32CVec_u8ZZ.mjs';
330 import { TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ } from '../structs/TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32CVec_u8ZZZZ.mjs';
331 import { TwoTuple_u32TxOutZ } from '../structs/TwoTuple_u32TxOutZ.mjs';
332 import { TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ } from '../structs/TwoTuple_ThirtyTwoBytesCVec_C2Tuple_u32TxOutZZZ.mjs';
333 import { Balance } from '../structs/Balance.mjs';
334 import { TwoTuple_ThirtyTwoBytesChannelMonitorZ } from '../structs/TwoTuple_ThirtyTwoBytesChannelMonitorZ.mjs';
335 import { Result_C2Tuple_ThirtyTwoBytesChannelMonitorZDecodeErrorZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesChannelMonitorZDecodeErrorZ.mjs';
336 import { Type, TypeInterface } from '../structs/Type.mjs';
337 import { TwoTuple_PublicKeyTypeZ } from '../structs/TwoTuple_PublicKeyTypeZ.mjs';
338 import { TwoTuple_PublicKeyCVec_SocketAddressZZ } from '../structs/TwoTuple_PublicKeyCVec_SocketAddressZZ.mjs';
339 import { OnionMessageContents, OnionMessageContentsInterface } from '../structs/OnionMessageContents.mjs';
340 import { Option_OnionMessageContentsZ } from '../structs/Option_OnionMessageContentsZ.mjs';
341 import { Result_COption_OnionMessageContentsZDecodeErrorZ } from '../structs/Result_COption_OnionMessageContentsZDecodeErrorZ.mjs';
342 import { ThreeTuple_OnionMessageContentsDestinationBlindedPathZ } from '../structs/ThreeTuple_OnionMessageContentsDestinationBlindedPathZ.mjs';
343 import { Option_TypeZ } from '../structs/Option_TypeZ.mjs';
344 import { Result_COption_TypeZDecodeErrorZ } from '../structs/Result_COption_TypeZDecodeErrorZ.mjs';
345 import { Option_SocketAddressZ } from '../structs/Option_SocketAddressZ.mjs';
346 import { PeerDetails } from '../structs/PeerDetails.mjs';
347 import { PeerHandleError } from '../structs/PeerHandleError.mjs';
348 import { Result_CVec_u8ZPeerHandleErrorZ } from '../structs/Result_CVec_u8ZPeerHandleErrorZ.mjs';
349 import { Result_NonePeerHandleErrorZ } from '../structs/Result_NonePeerHandleErrorZ.mjs';
350 import { Result_boolPeerHandleErrorZ } from '../structs/Result_boolPeerHandleErrorZ.mjs';
351 import { GraphSyncError } from '../structs/GraphSyncError.mjs';
352 import { Result_u32GraphSyncErrorZ } from '../structs/Result_u32GraphSyncErrorZ.mjs';
353 import { Result_CVec_u8ZIOErrorZ } from '../structs/Result_CVec_u8ZIOErrorZ.mjs';
354 import { Result_NoneIOErrorZ } from '../structs/Result_NoneIOErrorZ.mjs';
355 import { Result_CVec_StrZIOErrorZ } from '../structs/Result_CVec_StrZIOErrorZ.mjs';
356 import { Result_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZ } from '../structs/Result_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZ.mjs';
357 import { Result_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZ } from '../structs/Result_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZ.mjs';
358 import { Result_UnsignedInvoiceRequestBolt12SemanticErrorZ } from '../structs/Result_UnsignedInvoiceRequestBolt12SemanticErrorZ.mjs';
359 import { Result_InvoiceRequestBolt12SemanticErrorZ } from '../structs/Result_InvoiceRequestBolt12SemanticErrorZ.mjs';
360 import { Option_SecretKeyZ } from '../structs/Option_SecretKeyZ.mjs';
361 import { InvoiceWithExplicitSigningPubkeyBuilder } from '../structs/InvoiceWithExplicitSigningPubkeyBuilder.mjs';
362 import { Result_InvoiceWithExplicitSigningPubkeyBuilderBolt12SemanticErrorZ } from '../structs/Result_InvoiceWithExplicitSigningPubkeyBuilderBolt12SemanticErrorZ.mjs';
363 import { VerifiedInvoiceRequest } from '../structs/VerifiedInvoiceRequest.mjs';
364 import { Result_VerifiedInvoiceRequestNoneZ } from '../structs/Result_VerifiedInvoiceRequestNoneZ.mjs';
365 import { InvoiceWithDerivedSigningPubkeyBuilder } from '../structs/InvoiceWithDerivedSigningPubkeyBuilder.mjs';
366 import { Result_InvoiceWithDerivedSigningPubkeyBuilderBolt12SemanticErrorZ } from '../structs/Result_InvoiceWithDerivedSigningPubkeyBuilderBolt12SemanticErrorZ.mjs';
367 import { InvoiceRequestFields } from '../structs/InvoiceRequestFields.mjs';
368 import { Result_InvoiceRequestFieldsDecodeErrorZ } from '../structs/Result_InvoiceRequestFieldsDecodeErrorZ.mjs';
369 import { Option_ECDSASignatureZ } from '../structs/Option_ECDSASignatureZ.mjs';
370 import { Option_i64Z } from '../structs/Option_i64Z.mjs';
371 import { Result_SocketAddressDecodeErrorZ } from '../structs/Result_SocketAddressDecodeErrorZ.mjs';
372 import { Result_SocketAddressSocketAddressParseErrorZ } from '../structs/Result_SocketAddressSocketAddressParseErrorZ.mjs';
373 import { UpdateAddHTLC } from '../structs/UpdateAddHTLC.mjs';
374 import { UpdateFulfillHTLC } from '../structs/UpdateFulfillHTLC.mjs';
375 import { UpdateFailHTLC } from '../structs/UpdateFailHTLC.mjs';
376 import { UpdateFailMalformedHTLC } from '../structs/UpdateFailMalformedHTLC.mjs';
377 import { Result_AcceptChannelDecodeErrorZ } from '../structs/Result_AcceptChannelDecodeErrorZ.mjs';
378 import { Result_AcceptChannelV2DecodeErrorZ } from '../structs/Result_AcceptChannelV2DecodeErrorZ.mjs';
379 import { Result_StfuDecodeErrorZ } from '../structs/Result_StfuDecodeErrorZ.mjs';
380 import { Result_SpliceDecodeErrorZ } from '../structs/Result_SpliceDecodeErrorZ.mjs';
381 import { Result_SpliceAckDecodeErrorZ } from '../structs/Result_SpliceAckDecodeErrorZ.mjs';
382 import { Result_SpliceLockedDecodeErrorZ } from '../structs/Result_SpliceLockedDecodeErrorZ.mjs';
383 import { Result_TxAddInputDecodeErrorZ } from '../structs/Result_TxAddInputDecodeErrorZ.mjs';
384 import { Result_TxAddOutputDecodeErrorZ } from '../structs/Result_TxAddOutputDecodeErrorZ.mjs';
385 import { Result_TxRemoveInputDecodeErrorZ } from '../structs/Result_TxRemoveInputDecodeErrorZ.mjs';
386 import { Result_TxRemoveOutputDecodeErrorZ } from '../structs/Result_TxRemoveOutputDecodeErrorZ.mjs';
387 import { Result_TxCompleteDecodeErrorZ } from '../structs/Result_TxCompleteDecodeErrorZ.mjs';
388 import { Result_TxSignaturesDecodeErrorZ } from '../structs/Result_TxSignaturesDecodeErrorZ.mjs';
389 import { Result_TxInitRbfDecodeErrorZ } from '../structs/Result_TxInitRbfDecodeErrorZ.mjs';
390 import { Result_TxAckRbfDecodeErrorZ } from '../structs/Result_TxAckRbfDecodeErrorZ.mjs';
391 import { Result_TxAbortDecodeErrorZ } from '../structs/Result_TxAbortDecodeErrorZ.mjs';
392 import { Result_AnnouncementSignaturesDecodeErrorZ } from '../structs/Result_AnnouncementSignaturesDecodeErrorZ.mjs';
393 import { Result_ChannelReestablishDecodeErrorZ } from '../structs/Result_ChannelReestablishDecodeErrorZ.mjs';
394 import { Result_ClosingSignedDecodeErrorZ } from '../structs/Result_ClosingSignedDecodeErrorZ.mjs';
395 import { ClosingSignedFeeRange } from '../structs/ClosingSignedFeeRange.mjs';
396 import { Result_ClosingSignedFeeRangeDecodeErrorZ } from '../structs/Result_ClosingSignedFeeRangeDecodeErrorZ.mjs';
397 import { CommitmentSigned } from '../structs/CommitmentSigned.mjs';
398 import { Result_CommitmentSignedDecodeErrorZ } from '../structs/Result_CommitmentSignedDecodeErrorZ.mjs';
399 import { Result_FundingCreatedDecodeErrorZ } from '../structs/Result_FundingCreatedDecodeErrorZ.mjs';
400 import { Result_FundingSignedDecodeErrorZ } from '../structs/Result_FundingSignedDecodeErrorZ.mjs';
401 import { Result_ChannelReadyDecodeErrorZ } from '../structs/Result_ChannelReadyDecodeErrorZ.mjs';
402 import { Init } from '../structs/Init.mjs';
403 import { Result_InitDecodeErrorZ } from '../structs/Result_InitDecodeErrorZ.mjs';
404 import { Result_OpenChannelDecodeErrorZ } from '../structs/Result_OpenChannelDecodeErrorZ.mjs';
405 import { Result_OpenChannelV2DecodeErrorZ } from '../structs/Result_OpenChannelV2DecodeErrorZ.mjs';
406 import { Result_RevokeAndACKDecodeErrorZ } from '../structs/Result_RevokeAndACKDecodeErrorZ.mjs';
407 import { Result_ShutdownDecodeErrorZ } from '../structs/Result_ShutdownDecodeErrorZ.mjs';
408 import { Result_UpdateFailHTLCDecodeErrorZ } from '../structs/Result_UpdateFailHTLCDecodeErrorZ.mjs';
409 import { Result_UpdateFailMalformedHTLCDecodeErrorZ } from '../structs/Result_UpdateFailMalformedHTLCDecodeErrorZ.mjs';
410 import { UpdateFee } from '../structs/UpdateFee.mjs';
411 import { Result_UpdateFeeDecodeErrorZ } from '../structs/Result_UpdateFeeDecodeErrorZ.mjs';
412 import { Result_UpdateFulfillHTLCDecodeErrorZ } from '../structs/Result_UpdateFulfillHTLCDecodeErrorZ.mjs';
413 import { Result_OnionPacketDecodeErrorZ } from '../structs/Result_OnionPacketDecodeErrorZ.mjs';
414 import { Result_UpdateAddHTLCDecodeErrorZ } from '../structs/Result_UpdateAddHTLCDecodeErrorZ.mjs';
415 import { OnionMessage } from '../structs/OnionMessage.mjs';
416 import { Result_OnionMessageDecodeErrorZ } from '../structs/Result_OnionMessageDecodeErrorZ.mjs';
417 import { Result_FinalOnionHopDataDecodeErrorZ } from '../structs/Result_FinalOnionHopDataDecodeErrorZ.mjs';
418 import { Ping } from '../structs/Ping.mjs';
419 import { Result_PingDecodeErrorZ } from '../structs/Result_PingDecodeErrorZ.mjs';
420 import { Pong } from '../structs/Pong.mjs';
421 import { Result_PongDecodeErrorZ } from '../structs/Result_PongDecodeErrorZ.mjs';
422 import { Result_UnsignedChannelAnnouncementDecodeErrorZ } from '../structs/Result_UnsignedChannelAnnouncementDecodeErrorZ.mjs';
423 import { Result_ChannelAnnouncementDecodeErrorZ } from '../structs/Result_ChannelAnnouncementDecodeErrorZ.mjs';
424 import { Result_UnsignedChannelUpdateDecodeErrorZ } from '../structs/Result_UnsignedChannelUpdateDecodeErrorZ.mjs';
425 import { Result_ChannelUpdateDecodeErrorZ } from '../structs/Result_ChannelUpdateDecodeErrorZ.mjs';
426 import { Result_ErrorMessageDecodeErrorZ } from '../structs/Result_ErrorMessageDecodeErrorZ.mjs';
427 import { Result_WarningMessageDecodeErrorZ } from '../structs/Result_WarningMessageDecodeErrorZ.mjs';
428 import { Result_UnsignedNodeAnnouncementDecodeErrorZ } from '../structs/Result_UnsignedNodeAnnouncementDecodeErrorZ.mjs';
429 import { Result_NodeAnnouncementDecodeErrorZ } from '../structs/Result_NodeAnnouncementDecodeErrorZ.mjs';
430 import { Result_QueryShortChannelIdsDecodeErrorZ } from '../structs/Result_QueryShortChannelIdsDecodeErrorZ.mjs';
431 import { ReplyShortChannelIdsEnd } from '../structs/ReplyShortChannelIdsEnd.mjs';
432 import { Result_ReplyShortChannelIdsEndDecodeErrorZ } from '../structs/Result_ReplyShortChannelIdsEndDecodeErrorZ.mjs';
433 import { Result_QueryChannelRangeDecodeErrorZ } from '../structs/Result_QueryChannelRangeDecodeErrorZ.mjs';
434 import { Result_ReplyChannelRangeDecodeErrorZ } from '../structs/Result_ReplyChannelRangeDecodeErrorZ.mjs';
435 import { Result_GossipTimestampFilterDecodeErrorZ } from '../structs/Result_GossipTimestampFilterDecodeErrorZ.mjs';
436 import { Bolt11Invoice } from '../structs/Bolt11Invoice.mjs';
437 import { SignOrCreationError } from '../structs/SignOrCreationError.mjs';
438 import { Result_Bolt11InvoiceSignOrCreationErrorZ } from '../structs/Result_Bolt11InvoiceSignOrCreationErrorZ.mjs';
439 import { Result_OffersMessageDecodeErrorZ } from '../structs/Result_OffersMessageDecodeErrorZ.mjs';
440 import { Option_HTLCClaimZ } from '../structs/Option_HTLCClaimZ.mjs';
441 import { CounterpartyCommitmentSecrets } from '../structs/CounterpartyCommitmentSecrets.mjs';
442 import { Result_CounterpartyCommitmentSecretsDecodeErrorZ } from '../structs/Result_CounterpartyCommitmentSecretsDecodeErrorZ.mjs';
443 import { TxCreationKeys } from '../structs/TxCreationKeys.mjs';
444 import { Result_TxCreationKeysDecodeErrorZ } from '../structs/Result_TxCreationKeysDecodeErrorZ.mjs';
445 import { Result_ChannelPublicKeysDecodeErrorZ } from '../structs/Result_ChannelPublicKeysDecodeErrorZ.mjs';
446 import { Result_HTLCOutputInCommitmentDecodeErrorZ } from '../structs/Result_HTLCOutputInCommitmentDecodeErrorZ.mjs';
447 import { CounterpartyChannelTransactionParameters } from '../structs/CounterpartyChannelTransactionParameters.mjs';
448 import { Result_CounterpartyChannelTransactionParametersDecodeErrorZ } from '../structs/Result_CounterpartyChannelTransactionParametersDecodeErrorZ.mjs';
449 import { Result_ChannelTransactionParametersDecodeErrorZ } from '../structs/Result_ChannelTransactionParametersDecodeErrorZ.mjs';
450 import { Result_HolderCommitmentTransactionDecodeErrorZ } from '../structs/Result_HolderCommitmentTransactionDecodeErrorZ.mjs';
451 import { BuiltCommitmentTransaction } from '../structs/BuiltCommitmentTransaction.mjs';
452 import { Result_BuiltCommitmentTransactionDecodeErrorZ } from '../structs/Result_BuiltCommitmentTransactionDecodeErrorZ.mjs';
453 import { TrustedClosingTransaction } from '../structs/TrustedClosingTransaction.mjs';
454 import { Result_TrustedClosingTransactionNoneZ } from '../structs/Result_TrustedClosingTransactionNoneZ.mjs';
455 import { Result_CommitmentTransactionDecodeErrorZ } from '../structs/Result_CommitmentTransactionDecodeErrorZ.mjs';
456 import { TrustedCommitmentTransaction } from '../structs/TrustedCommitmentTransaction.mjs';
457 import { Result_TrustedCommitmentTransactionNoneZ } from '../structs/Result_TrustedCommitmentTransactionNoneZ.mjs';
458 import { Result_CVec_ECDSASignatureZNoneZ } from '../structs/Result_CVec_ECDSASignatureZNoneZ.mjs';
459 import { Option_usizeZ } from '../structs/Option_usizeZ.mjs';
460 import { Result_ShutdownScriptDecodeErrorZ } from '../structs/Result_ShutdownScriptDecodeErrorZ.mjs';
461 import { InvalidShutdownScript } from '../structs/InvalidShutdownScript.mjs';
462 import { Result_ShutdownScriptInvalidShutdownScriptZ } from '../structs/Result_ShutdownScriptInvalidShutdownScriptZ.mjs';
463 import { PaymentPurpose } from '../structs/PaymentPurpose.mjs';
464 import { Result_PaymentPurposeDecodeErrorZ } from '../structs/Result_PaymentPurposeDecodeErrorZ.mjs';
465 import { ClaimedHTLC } from '../structs/ClaimedHTLC.mjs';
466 import { Result_ClaimedHTLCDecodeErrorZ } from '../structs/Result_ClaimedHTLCDecodeErrorZ.mjs';
467 import { PathFailure } from '../structs/PathFailure.mjs';
468 import { Option_PathFailureZ } from '../structs/Option_PathFailureZ.mjs';
469 import { Result_COption_PathFailureZDecodeErrorZ } from '../structs/Result_COption_PathFailureZDecodeErrorZ.mjs';
470 import { Option_ClosureReasonZ } from '../structs/Option_ClosureReasonZ.mjs';
471 import { Result_COption_ClosureReasonZDecodeErrorZ } from '../structs/Result_COption_ClosureReasonZDecodeErrorZ.mjs';
472 import { HTLCDestination } from '../structs/HTLCDestination.mjs';
473 import { Option_HTLCDestinationZ } from '../structs/Option_HTLCDestinationZ.mjs';
474 import { Result_COption_HTLCDestinationZDecodeErrorZ } from '../structs/Result_COption_HTLCDestinationZDecodeErrorZ.mjs';
475 import { Result_PaymentFailureReasonDecodeErrorZ } from '../structs/Result_PaymentFailureReasonDecodeErrorZ.mjs';
476 import { Option_U128Z } from '../structs/Option_U128Z.mjs';
477 import { Option_PaymentFailureReasonZ } from '../structs/Option_PaymentFailureReasonZ.mjs';
478 import { AnchorDescriptor } from '../structs/AnchorDescriptor.mjs';
479 import { BumpTransactionEvent } from '../structs/BumpTransactionEvent.mjs';
480 import { Event } from '../structs/Event.mjs';
481 import { Option_EventZ } from '../structs/Option_EventZ.mjs';
482 import { Result_COption_EventZDecodeErrorZ } from '../structs/Result_COption_EventZDecodeErrorZ.mjs';
483 import { Bolt11ParseError } from '../structs/Bolt11ParseError.mjs';
484 import { Result_SiPrefixBolt11ParseErrorZ } from '../structs/Result_SiPrefixBolt11ParseErrorZ.mjs';
485 import { ParseOrSemanticError } from '../structs/ParseOrSemanticError.mjs';
486 import { Result_Bolt11InvoiceParseOrSemanticErrorZ } from '../structs/Result_Bolt11InvoiceParseOrSemanticErrorZ.mjs';
487 import { SignedRawBolt11Invoice } from '../structs/SignedRawBolt11Invoice.mjs';
488 import { Result_SignedRawBolt11InvoiceBolt11ParseErrorZ } from '../structs/Result_SignedRawBolt11InvoiceBolt11ParseErrorZ.mjs';
489 import { RawBolt11Invoice } from '../structs/RawBolt11Invoice.mjs';
490 import { Bolt11InvoiceSignature } from '../structs/Bolt11InvoiceSignature.mjs';
491 import { ThreeTuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZ } from '../structs/ThreeTuple_RawBolt11Invoice_u832Bolt11InvoiceSignatureZ.mjs';
492 import { PayeePubKey } from '../structs/PayeePubKey.mjs';
493 import { Result_PayeePubKeySecp256k1ErrorZ } from '../structs/Result_PayeePubKeySecp256k1ErrorZ.mjs';
494 import { PrivateRoute } from '../structs/PrivateRoute.mjs';
495 import { PositiveTimestamp } from '../structs/PositiveTimestamp.mjs';
496 import { Result_PositiveTimestampCreationErrorZ } from '../structs/Result_PositiveTimestampCreationErrorZ.mjs';
497 import { Result_NoneBolt11SemanticErrorZ } from '../structs/Result_NoneBolt11SemanticErrorZ.mjs';
498 import { Result_Bolt11InvoiceBolt11SemanticErrorZ } from '../structs/Result_Bolt11InvoiceBolt11SemanticErrorZ.mjs';
499 import { Description } from '../structs/Description.mjs';
500 import { Result_DescriptionCreationErrorZ } from '../structs/Result_DescriptionCreationErrorZ.mjs';
501 import { Result_PrivateRouteCreationErrorZ } from '../structs/Result_PrivateRouteCreationErrorZ.mjs';
502 import { Result_OutPointDecodeErrorZ } from '../structs/Result_OutPointDecodeErrorZ.mjs';
503 import { BigSize } from '../structs/BigSize.mjs';
504 import { Result_BigSizeDecodeErrorZ } from '../structs/Result_BigSizeDecodeErrorZ.mjs';
505 import { Result_HostnameDecodeErrorZ } from '../structs/Result_HostnameDecodeErrorZ.mjs';
506 import { TransactionU16LenLimited } from '../structs/TransactionU16LenLimited.mjs';
507 import { Result_TransactionU16LenLimitedNoneZ } from '../structs/Result_TransactionU16LenLimitedNoneZ.mjs';
508 import { Result_TransactionU16LenLimitedDecodeErrorZ } from '../structs/Result_TransactionU16LenLimitedDecodeErrorZ.mjs';
509 import { Result_UntrustedStringDecodeErrorZ } from '../structs/Result_UntrustedStringDecodeErrorZ.mjs';
510 import { Result_ChannelIdDecodeErrorZ } from '../structs/Result_ChannelIdDecodeErrorZ.mjs';
511 import { TwoTuple__u832u16Z } from '../structs/TwoTuple__u832u16Z.mjs';
512 import { PaymentRelay } from '../structs/PaymentRelay.mjs';
513 import { Result_PaymentRelayDecodeErrorZ } from '../structs/Result_PaymentRelayDecodeErrorZ.mjs';
514 import { PaymentConstraints } from '../structs/PaymentConstraints.mjs';
515 import { Result_PaymentConstraintsDecodeErrorZ } from '../structs/Result_PaymentConstraintsDecodeErrorZ.mjs';
516 import { Result_PaymentContextDecodeErrorZ } from '../structs/Result_PaymentContextDecodeErrorZ.mjs';
517 import { Result_UnknownPaymentContextDecodeErrorZ } from '../structs/Result_UnknownPaymentContextDecodeErrorZ.mjs';
518 import { Result_Bolt12OfferContextDecodeErrorZ } from '../structs/Result_Bolt12OfferContextDecodeErrorZ.mjs';
519 import { Result_Bolt12RefundContextDecodeErrorZ } from '../structs/Result_Bolt12RefundContextDecodeErrorZ.mjs';
520 import { Result_StrSecp256k1ErrorZ } from '../structs/Result_StrSecp256k1ErrorZ.mjs';
521 import { ThreeTuple_ThirtyTwoBytesRecipientOnionFieldsRouteParametersZ } from '../structs/ThreeTuple_ThirtyTwoBytesRecipientOnionFieldsRouteParametersZ.mjs';
522 import { Result_C3Tuple_ThirtyTwoBytesRecipientOnionFieldsRouteParametersZNoneZ } from '../structs/Result_C3Tuple_ThirtyTwoBytesRecipientOnionFieldsRouteParametersZNoneZ.mjs';
523 import { ThreeTuple_PublicKeyOnionMessageCOption_CVec_SocketAddressZZZ } from '../structs/ThreeTuple_PublicKeyOnionMessageCOption_CVec_SocketAddressZZZ.mjs';
524 import { SendError } from '../structs/SendError.mjs';
525 import { Result_C3Tuple_PublicKeyOnionMessageCOption_CVec_SocketAddressZZZSendErrorZ } from '../structs/Result_C3Tuple_PublicKeyOnionMessageCOption_CVec_SocketAddressZZZSendErrorZ.mjs';
526 import { NextMessageHop } from '../structs/NextMessageHop.mjs';
527 import { ParsedOnionMessageContents } from '../structs/ParsedOnionMessageContents.mjs';
528 import { PeeledOnion } from '../structs/PeeledOnion.mjs';
529 import { Result_PeeledOnionNoneZ } from '../structs/Result_PeeledOnionNoneZ.mjs';
530 import { SendSuccess } from '../structs/SendSuccess.mjs';
531 import { Result_SendSuccessSendErrorZ } from '../structs/Result_SendSuccessSendErrorZ.mjs';
532 import { Result_BlindedPathNoneZ } from '../structs/Result_BlindedPathNoneZ.mjs';
533 import { Result_C2Tuple_BlindedPayInfoBlindedPathZNoneZ } from '../structs/Result_C2Tuple_BlindedPayInfoBlindedPathZNoneZ.mjs';
534 import { ForwardNode } from '../structs/ForwardNode.mjs';
535 import { Result_BlindedPathDecodeErrorZ } from '../structs/Result_BlindedPathDecodeErrorZ.mjs';
536 import { Result_BlindedHopDecodeErrorZ } from '../structs/Result_BlindedHopDecodeErrorZ.mjs';
537 import { Result_InvoiceErrorDecodeErrorZ } from '../structs/Result_InvoiceErrorDecodeErrorZ.mjs';
538 import { TrackedSpendableOutput } from '../structs/TrackedSpendableOutput.mjs';
539 import { Result_TrackedSpendableOutputDecodeErrorZ } from '../structs/Result_TrackedSpendableOutputDecodeErrorZ.mjs';
540 import { OutputSpendStatus } from '../structs/OutputSpendStatus.mjs';
541 import { Result_OutputSpendStatusDecodeErrorZ } from '../structs/Result_OutputSpendStatusDecodeErrorZ.mjs';
542 import { WatchedOutput } from '../structs/WatchedOutput.mjs';
543 import { Filter, FilterInterface } from '../structs/Filter.mjs';
544 import { Option_FilterZ } from '../structs/Option_FilterZ.mjs';
545 import { ChangeDestinationSource, ChangeDestinationSourceInterface } from '../structs/ChangeDestinationSource.mjs';
546 import { KVStore, KVStoreInterface } from '../structs/KVStore.mjs';
547 import { OutputSpender, OutputSpenderInterface } from '../structs/OutputSpender.mjs';
548 import { OutputSweeper } from '../structs/OutputSweeper.mjs';
549 import { Result_OutputSweeperDecodeErrorZ } from '../structs/Result_OutputSweeperDecodeErrorZ.mjs';
550 import { TwoTuple_BestBlockOutputSweeperZ } from '../structs/TwoTuple_BestBlockOutputSweeperZ.mjs';
551 import { Result_C2Tuple_BestBlockOutputSweeperZDecodeErrorZ } from '../structs/Result_C2Tuple_BestBlockOutputSweeperZDecodeErrorZ.mjs';
552 import { DelayedPaymentBasepoint } from '../structs/DelayedPaymentBasepoint.mjs';
553 import { Result_DelayedPaymentBasepointDecodeErrorZ } from '../structs/Result_DelayedPaymentBasepointDecodeErrorZ.mjs';
554 import { DelayedPaymentKey } from '../structs/DelayedPaymentKey.mjs';
555 import { Result_DelayedPaymentKeyDecodeErrorZ } from '../structs/Result_DelayedPaymentKeyDecodeErrorZ.mjs';
556 import { HtlcBasepoint } from '../structs/HtlcBasepoint.mjs';
557 import { Result_HtlcBasepointDecodeErrorZ } from '../structs/Result_HtlcBasepointDecodeErrorZ.mjs';
558 import { HtlcKey } from '../structs/HtlcKey.mjs';
559 import { Result_HtlcKeyDecodeErrorZ } from '../structs/Result_HtlcKeyDecodeErrorZ.mjs';
560 import { RevocationBasepoint } from '../structs/RevocationBasepoint.mjs';
561 import { Result_RevocationBasepointDecodeErrorZ } from '../structs/Result_RevocationBasepointDecodeErrorZ.mjs';
562 import { RevocationKey } from '../structs/RevocationKey.mjs';
563 import { Result_RevocationKeyDecodeErrorZ } from '../structs/Result_RevocationKeyDecodeErrorZ.mjs';
564 import { LockedChannelMonitor } from '../structs/LockedChannelMonitor.mjs';
565 import { Result_LockedChannelMonitorNoneZ } from '../structs/Result_LockedChannelMonitorNoneZ.mjs';
566 import { TwoTuple_OutPointChannelIdZ } from '../structs/TwoTuple_OutPointChannelIdZ.mjs';
567 import { MonitorUpdateId } from '../structs/MonitorUpdateId.mjs';
568 import { TwoTuple_OutPointCVec_MonitorUpdateIdZZ } from '../structs/TwoTuple_OutPointCVec_MonitorUpdateIdZZ.mjs';
569 import { FirstHopCandidate } from '../structs/FirstHopCandidate.mjs';
570 import { PublicHopCandidate } from '../structs/PublicHopCandidate.mjs';
571 import { PrivateHopCandidate } from '../structs/PrivateHopCandidate.mjs';
572 import { BlindedPathCandidate } from '../structs/BlindedPathCandidate.mjs';
573 import { OneHopBlindedPathCandidate } from '../structs/OneHopBlindedPathCandidate.mjs';
574 import { CandidateRouteHop } from '../structs/CandidateRouteHop.mjs';
575 import { ChannelUsage } from '../structs/ChannelUsage.mjs';
576 import { ProbabilisticScoringFeeParameters } from '../structs/ProbabilisticScoringFeeParameters.mjs';
577 import { ScoreLookUp, ScoreLookUpInterface } from '../structs/ScoreLookUp.mjs';
578 import { ScoreUpdate, ScoreUpdateInterface } from '../structs/ScoreUpdate.mjs';
579 import { LockableScore, LockableScoreInterface } from '../structs/LockableScore.mjs';
580 import { WriteableScore, WriteableScoreInterface } from '../structs/WriteableScore.mjs';
581 import { Persister, PersisterInterface } from '../structs/Persister.mjs';
582 import { MonitorUpdatingPersister } from '../structs/MonitorUpdatingPersister.mjs';
583 import { Persist, PersistInterface } from '../structs/Persist.mjs';
584 import { PrintableString } from '../structs/PrintableString.mjs';
585 import { Listen, ListenInterface } from '../structs/Listen.mjs';
586 import { Confirm, ConfirmInterface } from '../structs/Confirm.mjs';
587 import { SpendingDelay } from '../structs/SpendingDelay.mjs';
588 import { FutureCallback, FutureCallbackInterface } from '../structs/FutureCallback.mjs';
589 import { Future } from '../structs/Future.mjs';
590 import { ChannelHandshakeConfig } from '../structs/ChannelHandshakeConfig.mjs';
591 import { ChannelHandshakeLimits } from '../structs/ChannelHandshakeLimits.mjs';
592 import { ChannelConfigUpdate } from '../structs/ChannelConfigUpdate.mjs';
593 import { UserConfig } from '../structs/UserConfig.mjs';
594 import { ChainMonitor } from '../structs/ChainMonitor.mjs';
595 import { EventHandler, EventHandlerInterface } from '../structs/EventHandler.mjs';
596 import { EventsProvider, EventsProviderInterface } from '../structs/EventsProvider.mjs';
597 import { FailureCode } from '../structs/FailureCode.mjs';
598 import { ChainParameters } from '../structs/ChainParameters.mjs';
599 import { MessageSendEventsProvider, MessageSendEventsProviderInterface } from '../structs/MessageSendEventsProvider.mjs';
600 import { ChannelMessageHandler, ChannelMessageHandlerInterface } from '../structs/ChannelMessageHandler.mjs';
601 import { OffersMessageHandler, OffersMessageHandlerInterface } from '../structs/OffersMessageHandler.mjs';
602 import { NodeIdLookUp, NodeIdLookUpInterface } from '../structs/NodeIdLookUp.mjs';
603 import { ChannelManagerReadArgs } from '../structs/ChannelManagerReadArgs.mjs';
604 import { ExpandedKey } from '../structs/ExpandedKey.mjs';
605 import { CommonOpenChannelFields } from '../structs/CommonOpenChannelFields.mjs';
606 import { CommonAcceptChannelFields } from '../structs/CommonAcceptChannelFields.mjs';
607 import { Packet } from '../structs/Packet.mjs';
608 import { RoutingMessageHandler, RoutingMessageHandlerInterface } from '../structs/RoutingMessageHandler.mjs';
609 import { OnionMessageHandler, OnionMessageHandlerInterface } from '../structs/OnionMessageHandler.mjs';
610 import { TrampolineOnionPacket } from '../structs/TrampolineOnionPacket.mjs';
611 import { CustomMessageReader, CustomMessageReaderInterface } from '../structs/CustomMessageReader.mjs';
612 import { CustomMessageHandler, CustomMessageHandlerInterface } from '../structs/CustomMessageHandler.mjs';
613 import { IgnoringMessageHandler } from '../structs/IgnoringMessageHandler.mjs';
614 import { CustomOnionMessageHandler, CustomOnionMessageHandlerInterface } from '../structs/CustomOnionMessageHandler.mjs';
615 import { ErroringMessageHandler } from '../structs/ErroringMessageHandler.mjs';
616 import { MessageHandler } from '../structs/MessageHandler.mjs';
617 import { SocketDescriptor, SocketDescriptorInterface } from '../structs/SocketDescriptor.mjs';
618 import { PeerManager } from '../structs/PeerManager.mjs';
619 import { DirectedChannelTransactionParameters } from '../structs/DirectedChannelTransactionParameters.mjs';
620 import { OfferFeatures } from '../structs/OfferFeatures.mjs';
621 import { InvoiceRequestFeatures } from '../structs/InvoiceRequestFeatures.mjs';
622 import { OfferWithExplicitMetadataBuilder } from '../structs/OfferWithExplicitMetadataBuilder.mjs';
623 import { SignBolt12InvoiceFn, SignBolt12InvoiceFnInterface } from '../structs/SignBolt12InvoiceFn.mjs';
624 import { TaggedHash } from '../structs/TaggedHash.mjs';
625 import { ErroneousField } from '../structs/ErroneousField.mjs';
626 import { SignInvoiceRequestFn, SignInvoiceRequestFnInterface } from '../structs/SignInvoiceRequestFn.mjs';
627 import { SignError } from '../structs/SignError.mjs';
628 import { P2PGossipSync } from '../structs/P2PGossipSync.mjs';
629 import { ReadOnlyNetworkGraph } from '../structs/ReadOnlyNetworkGraph.mjs';
630 import { DirectedChannelInfo } from '../structs/DirectedChannelInfo.mjs';
631 import { EffectiveCapacity } from '../structs/EffectiveCapacity.mjs';
632 import { DefaultRouter } from '../structs/DefaultRouter.mjs';
633 import { ScorerAccountingForInFlightHtlcs } from '../structs/ScorerAccountingForInFlightHtlcs.mjs';
634 import { Payee } from '../structs/Payee.mjs';
635 import { Score, ScoreInterface } from '../structs/Score.mjs';
636 import { MultiThreadedLockableScore } from '../structs/MultiThreadedLockableScore.mjs';
637 import { MultiThreadedScoreLockRead } from '../structs/MultiThreadedScoreLockRead.mjs';
638 import { MultiThreadedScoreLockWrite } from '../structs/MultiThreadedScoreLockWrite.mjs';
639 import { ProbabilisticScoringDecayParameters } from '../structs/ProbabilisticScoringDecayParameters.mjs';
640 import { KeysManager } from '../structs/KeysManager.mjs';
641 import { PhantomKeysManager } from '../structs/PhantomKeysManager.mjs';
642 import { RandomBytes } from '../structs/RandomBytes.mjs';
643 import { OnionMessenger } from '../structs/OnionMessenger.mjs';
644 import { DefaultMessageRouter } from '../structs/DefaultMessageRouter.mjs';
645 import { IntroductionNode } from '../structs/IntroductionNode.mjs';
646 import { EmptyNodeIdLookUp } from '../structs/EmptyNodeIdLookUp.mjs';
647 import { ForwardTlvs } from '../structs/ForwardTlvs.mjs';
648 import { CoinSelectionSource, CoinSelectionSourceInterface } from '../structs/CoinSelectionSource.mjs';
649 import { WalletSource, WalletSourceInterface } from '../structs/WalletSource.mjs';
650 import { Wallet } from '../structs/Wallet.mjs';
651 import { BumpTransactionEventHandler } from '../structs/BumpTransactionEventHandler.mjs';
652 import { RapidGossipSync } from '../structs/RapidGossipSync.mjs';
653 import { GossipSync } from '../structs/GossipSync.mjs';
654 import { RawDataPart } from '../structs/RawDataPart.mjs';
655 import { Sha256 } from '../structs/Sha256.mjs';
656 import { ExpiryTime } from '../structs/ExpiryTime.mjs';
657 import { MinFinalCltvExpiryDelta } from '../structs/MinFinalCltvExpiryDelta.mjs';
658 import { Fallback } from '../structs/Fallback.mjs';
659
660 import { CommonBase, UInt5, WitnessVersion, UnqualifiedError } from './CommonBase.mjs';
661 import * as bindings from '../bindings.mjs'
662
663
664 /**
665  * A `Bolt12Invoice` is a payment request, typically corresponding to an [`Offer`] or a [`Refund`].
666  * 
667  * An invoice may be sent in response to an [`InvoiceRequest`] in the case of an offer or sent
668  * directly after scanning a refund. It includes all the information needed to pay a recipient.
669  * 
670  * [`Offer`]: crate::offers::offer::Offer
671  * [`Refund`]: crate::offers::refund::Refund
672  * [`InvoiceRequest`]: crate::offers::invoice_request::InvoiceRequest
673  */
674 export class Bolt12Invoice extends CommonBase {
675         /* @internal */
676         public constructor(_dummy: null, ptr: bigint) {
677                 super(ptr, bindings.Bolt12Invoice_free);
678         }
679
680         public clone_ptr(): bigint {
681                 const ret: bigint = bindings.Bolt12Invoice_clone_ptr(this.ptr);
682                 return ret;
683         }
684
685         /**
686          * Creates a copy of the Bolt12Invoice
687          */
688         public clone(): Bolt12Invoice {
689                 const ret: bigint = bindings.Bolt12Invoice_clone(this.ptr);
690                 const ret_hu_conv: Bolt12Invoice = new Bolt12Invoice(null, ret);
691                 CommonBase.add_ref_from(ret_hu_conv, this);
692                 return ret_hu_conv;
693         }
694
695         /**
696          * The chains that may be used when paying a requested invoice.
697          * 
698          * From [`Offer::chains`]; `None` if the invoice was created in response to a [`Refund`].
699          * 
700          * [`Offer::chains`]: crate::offers::offer::Offer::chains
701          */
702         public offer_chains(): Option_CVec_ThirtyTwoBytesZZ {
703                 const ret: bigint = bindings.Bolt12Invoice_offer_chains(this.ptr);
704                 const ret_hu_conv: Option_CVec_ThirtyTwoBytesZZ = Option_CVec_ThirtyTwoBytesZZ.constr_from_ptr(ret);
705                 CommonBase.add_ref_from(ret_hu_conv, this);
706                 return ret_hu_conv;
707         }
708
709         /**
710          * The chain that must be used when paying the invoice; selected from [`offer_chains`] if the
711          * invoice originated from an offer.
712          * 
713          * From [`InvoiceRequest::chain`] or [`Refund::chain`].
714          * 
715          * [`offer_chains`]: Self::offer_chains
716          * [`InvoiceRequest::chain`]: crate::offers::invoice_request::InvoiceRequest::chain
717          */
718         public chain(): Uint8Array {
719                 const ret: number = bindings.Bolt12Invoice_chain(this.ptr);
720                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
721                 return ret_conv;
722         }
723
724         /**
725          * Opaque bytes set by the originating [`Offer`].
726          * 
727          * From [`Offer::metadata`]; `None` if the invoice was created in response to a [`Refund`] or
728          * if the [`Offer`] did not set it.
729          * 
730          * [`Offer`]: crate::offers::offer::Offer
731          * [`Offer::metadata`]: crate::offers::offer::Offer::metadata
732          */
733         public metadata(): Option_CVec_u8ZZ {
734                 const ret: bigint = bindings.Bolt12Invoice_metadata(this.ptr);
735                 const ret_hu_conv: Option_CVec_u8ZZ = Option_CVec_u8ZZ.constr_from_ptr(ret);
736                 CommonBase.add_ref_from(ret_hu_conv, this);
737                 return ret_hu_conv;
738         }
739
740         /**
741          * The minimum amount required for a successful payment of a single item.
742          * 
743          * From [`Offer::amount`]; `None` if the invoice was created in response to a [`Refund`] or if
744          * the [`Offer`] did not set it.
745          * 
746          * [`Offer`]: crate::offers::offer::Offer
747          * [`Offer::amount`]: crate::offers::offer::Offer::amount
748          */
749         public amount(): Option_AmountZ {
750                 const ret: bigint = bindings.Bolt12Invoice_amount(this.ptr);
751                 const ret_hu_conv: Option_AmountZ = Option_AmountZ.constr_from_ptr(ret);
752                 CommonBase.add_ref_from(ret_hu_conv, this);
753                 return ret_hu_conv;
754         }
755
756         /**
757          * Features pertaining to the originating [`Offer`].
758          * 
759          * From [`Offer::offer_features`]; `None` if the invoice was created in response to a
760          * [`Refund`].
761          * 
762          * [`Offer`]: crate::offers::offer::Offer
763          * [`Offer::offer_features`]: crate::offers::offer::Offer::offer_features
764          * 
765          * Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent None
766          */
767         public offer_features(): OfferFeatures {
768                 const ret: bigint = bindings.Bolt12Invoice_offer_features(this.ptr);
769                 const ret_hu_conv: OfferFeatures = new OfferFeatures(null, ret);
770                 CommonBase.add_ref_from(ret_hu_conv, this);
771                 return ret_hu_conv;
772         }
773
774         /**
775          * A complete description of the purpose of the originating offer or refund.
776          * 
777          * From [`Offer::description`] or [`Refund::description`].
778          * 
779          * [`Offer::description`]: crate::offers::offer::Offer::description
780          * 
781          * Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent None
782          */
783         public description(): PrintableString {
784                 const ret: bigint = bindings.Bolt12Invoice_description(this.ptr);
785                 const ret_hu_conv: PrintableString = new PrintableString(null, ret);
786                 CommonBase.add_ref_from(ret_hu_conv, this);
787                 return ret_hu_conv;
788         }
789
790         /**
791          * Duration since the Unix epoch when an invoice should no longer be requested.
792          * 
793          * From [`Offer::absolute_expiry`] or [`Refund::absolute_expiry`].
794          * 
795          * [`Offer::absolute_expiry`]: crate::offers::offer::Offer::absolute_expiry
796          */
797         public absolute_expiry(): Option_u64Z {
798                 const ret: bigint = bindings.Bolt12Invoice_absolute_expiry(this.ptr);
799                 const ret_hu_conv: Option_u64Z = Option_u64Z.constr_from_ptr(ret);
800                 CommonBase.add_ref_from(ret_hu_conv, this);
801                 return ret_hu_conv;
802         }
803
804         /**
805          * The issuer of the offer or refund.
806          * 
807          * From [`Offer::issuer`] or [`Refund::issuer`].
808          * 
809          * [`Offer::issuer`]: crate::offers::offer::Offer::issuer
810          * 
811          * Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent None
812          */
813         public issuer(): PrintableString {
814                 const ret: bigint = bindings.Bolt12Invoice_issuer(this.ptr);
815                 const ret_hu_conv: PrintableString = new PrintableString(null, ret);
816                 CommonBase.add_ref_from(ret_hu_conv, this);
817                 return ret_hu_conv;
818         }
819
820         /**
821          * Paths to the recipient originating from publicly reachable nodes.
822          * 
823          * From [`Offer::paths`] or [`Refund::paths`].
824          * 
825          * [`Offer::paths`]: crate::offers::offer::Offer::paths
826          */
827         public message_paths(): BlindedPath[] {
828                 const ret: number = bindings.Bolt12Invoice_message_paths(this.ptr);
829                 const ret_conv_13_len: number = bindings.getArrayLength(ret);
830                 const ret_conv_13_arr: BlindedPath[] = new Array(ret_conv_13_len).fill(null);
831                 for (var n = 0; n < ret_conv_13_len; n++) {
832                         const ret_conv_13: bigint = bindings.getU64ArrayElem(ret, n);
833                         const ret_conv_13_hu_conv: BlindedPath = new BlindedPath(null, ret_conv_13);
834                         CommonBase.add_ref_from(ret_conv_13_hu_conv, this);
835                         ret_conv_13_arr[n] = ret_conv_13_hu_conv;
836                 }
837                 bindings.freeWasmMemory(ret)
838                 return ret_conv_13_arr;
839         }
840
841         /**
842          * The quantity of items supported.
843          * 
844          * From [`Offer::supported_quantity`]; `None` if the invoice was created in response to a
845          * [`Refund`].
846          * 
847          * [`Offer::supported_quantity`]: crate::offers::offer::Offer::supported_quantity
848          */
849         public supported_quantity(): Option_QuantityZ {
850                 const ret: bigint = bindings.Bolt12Invoice_supported_quantity(this.ptr);
851                 const ret_hu_conv: Option_QuantityZ = Option_QuantityZ.constr_from_ptr(ret);
852                 CommonBase.add_ref_from(ret_hu_conv, this);
853                 return ret_hu_conv;
854         }
855
856         /**
857          * An unpredictable series of bytes from the payer.
858          * 
859          * From [`InvoiceRequest::payer_metadata`] or [`Refund::payer_metadata`].
860          */
861         public payer_metadata(): Uint8Array {
862                 const ret: number = bindings.Bolt12Invoice_payer_metadata(this.ptr);
863                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
864                 return ret_conv;
865         }
866
867         /**
868          * Features pertaining to requesting an invoice.
869          * 
870          * From [`InvoiceRequest::invoice_request_features`] or [`Refund::features`].
871          */
872         public invoice_request_features(): InvoiceRequestFeatures {
873                 const ret: bigint = bindings.Bolt12Invoice_invoice_request_features(this.ptr);
874                 const ret_hu_conv: InvoiceRequestFeatures = new InvoiceRequestFeatures(null, ret);
875                 CommonBase.add_ref_from(ret_hu_conv, this);
876                 return ret_hu_conv;
877         }
878
879         /**
880          * The quantity of items requested or refunded for.
881          * 
882          * From [`InvoiceRequest::quantity`] or [`Refund::quantity`].
883          */
884         public quantity(): Option_u64Z {
885                 const ret: bigint = bindings.Bolt12Invoice_quantity(this.ptr);
886                 const ret_hu_conv: Option_u64Z = Option_u64Z.constr_from_ptr(ret);
887                 CommonBase.add_ref_from(ret_hu_conv, this);
888                 return ret_hu_conv;
889         }
890
891         /**
892          * A possibly transient pubkey used to sign the invoice request or to send an invoice for a
893          * refund in case there are no [`message_paths`].
894          * 
895          * [`message_paths`]: Self::message_paths
896          */
897         public payer_id(): Uint8Array {
898                 const ret: number = bindings.Bolt12Invoice_payer_id(this.ptr);
899                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
900                 return ret_conv;
901         }
902
903         /**
904          * A payer-provided note reflected back in the invoice.
905          * 
906          * From [`InvoiceRequest::payer_note`] or [`Refund::payer_note`].
907          * 
908          * Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent None
909          */
910         public payer_note(): PrintableString {
911                 const ret: bigint = bindings.Bolt12Invoice_payer_note(this.ptr);
912                 const ret_hu_conv: PrintableString = new PrintableString(null, ret);
913                 CommonBase.add_ref_from(ret_hu_conv, this);
914                 return ret_hu_conv;
915         }
916
917         /**
918          * Duration since the Unix epoch when the invoice was created.
919          */
920         public created_at(): bigint {
921                 const ret: bigint = bindings.Bolt12Invoice_created_at(this.ptr);
922                 return ret;
923         }
924
925         /**
926          * Duration since [`Bolt12Invoice::created_at`] when the invoice has expired and therefore
927          * should no longer be paid.
928          */
929         public relative_expiry(): bigint {
930                 const ret: bigint = bindings.Bolt12Invoice_relative_expiry(this.ptr);
931                 return ret;
932         }
933
934         /**
935          * SHA256 hash of the payment preimage that will be given in return for paying the invoice.
936          */
937         public payment_hash(): Uint8Array {
938                 const ret: number = bindings.Bolt12Invoice_payment_hash(this.ptr);
939                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
940                 return ret_conv;
941         }
942
943         /**
944          * The minimum amount required for a successful payment of the invoice.
945          */
946         public amount_msats(): bigint {
947                 const ret: bigint = bindings.Bolt12Invoice_amount_msats(this.ptr);
948                 return ret;
949         }
950
951         /**
952          * Features pertaining to paying an invoice.
953          */
954         public invoice_features(): Bolt12InvoiceFeatures {
955                 const ret: bigint = bindings.Bolt12Invoice_invoice_features(this.ptr);
956                 const ret_hu_conv: Bolt12InvoiceFeatures = new Bolt12InvoiceFeatures(null, ret);
957                 CommonBase.add_ref_from(ret_hu_conv, this);
958                 return ret_hu_conv;
959         }
960
961         /**
962          * The public key corresponding to the key used to sign the invoice.
963          */
964         public signing_pubkey(): Uint8Array {
965                 const ret: number = bindings.Bolt12Invoice_signing_pubkey(this.ptr);
966                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
967                 return ret_conv;
968         }
969
970         /**
971          * Signature of the invoice verified using [`Bolt12Invoice::signing_pubkey`].
972          */
973         public signature(): Uint8Array {
974                 const ret: number = bindings.Bolt12Invoice_signature(this.ptr);
975                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
976                 return ret_conv;
977         }
978
979         /**
980          * Hash that was used for signing the invoice.
981          */
982         public signable_hash(): Uint8Array {
983                 const ret: number = bindings.Bolt12Invoice_signable_hash(this.ptr);
984                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
985                 return ret_conv;
986         }
987
988         /**
989          * Verifies that the invoice was for a request or refund created using the given key. Returns
990          * the associated [`PaymentId`] to use when sending the payment.
991          */
992         public verify(key: ExpandedKey): Result_ThirtyTwoBytesNoneZ {
993                 const ret: bigint = bindings.Bolt12Invoice_verify(this.ptr, CommonBase.get_ptr_of(key));
994                 const ret_hu_conv: Result_ThirtyTwoBytesNoneZ = Result_ThirtyTwoBytesNoneZ.constr_from_ptr(ret);
995                 CommonBase.add_ref_from(this, key);
996                 return ret_hu_conv;
997         }
998
999         /**
1000          * Generates a non-cryptographic 64-bit hash of the Bolt12Invoice.
1001          */
1002         public hash(): bigint {
1003                 const ret: bigint = bindings.Bolt12Invoice_hash(this.ptr);
1004                 return ret;
1005         }
1006
1007         /**
1008          * Serialize the Bolt12Invoice object into a byte array which can be read by Bolt12Invoice_read
1009          */
1010         public write(): Uint8Array {
1011                 const ret: number = bindings.Bolt12Invoice_write(this.ptr);
1012                 const ret_conv: Uint8Array = bindings.decodeUint8Array(ret);
1013                 return ret_conv;
1014         }
1015
1016 }