@@ -14,8 +14,10 @@ import { Currency } from '../enums/Currency.mjs';
14
14
import { Direction } from '../enums/Direction.mjs' ;
15
15
import { HTLCClaim } from '../enums/HTLCClaim.mjs' ;
16
16
import { IOError } from '../enums/IOError.mjs' ;
17
+ import { InboundHTLCStateDetails } from '../enums/InboundHTLCStateDetails.mjs' ;
17
18
import { Level } from '../enums/Level.mjs' ;
18
19
import { Network } from '../enums/Network.mjs' ;
20
+ import { OutboundHTLCStateDetails } from '../enums/OutboundHTLCStateDetails.mjs' ;
19
21
import { PaymentFailureReason } from '../enums/PaymentFailureReason.mjs' ;
20
22
import { Recipient } from '../enums/Recipient.mjs' ;
21
23
import { RetryableSendFailure } from '../enums/RetryableSendFailure.mjs' ;
@@ -256,7 +258,6 @@ import { PaymentContext } from '../structs/PaymentContext.mjs';
256
258
import { Option_PaymentContextZ } from '../structs/Option_PaymentContextZ.mjs' ;
257
259
import { TwoTuple_u64u16Z } from '../structs/TwoTuple_u64u16Z.mjs' ;
258
260
import { Option_C2Tuple_u64u16ZZ } from '../structs/Option_C2Tuple_u64u16ZZ.mjs' ;
259
- import { Option_ChannelShutdownStateZ } from '../structs/Option_ChannelShutdownStateZ.mjs' ;
260
261
import { Result_ChannelIdAPIErrorZ } from '../structs/Result_ChannelIdAPIErrorZ.mjs' ;
261
262
import { RecentPaymentDetails } from '../structs/RecentPaymentDetails.mjs' ;
262
263
import { PaymentSendFailure } from '../structs/PaymentSendFailure.mjs' ;
@@ -280,11 +281,6 @@ import { OffersMessage } from '../structs/OffersMessage.mjs';
280
281
import { Option_OffersMessageZ } from '../structs/Option_OffersMessageZ.mjs' ;
281
282
import { Destination } from '../structs/Destination.mjs' ;
282
283
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
284
import { PhantomRouteHints } from '../structs/PhantomRouteHints.mjs' ;
289
285
import { Result_PhantomRouteHintsDecodeErrorZ } from '../structs/Result_PhantomRouteHintsDecodeErrorZ.mjs' ;
290
286
import { BlindedForward } from '../structs/BlindedForward.mjs' ;
@@ -295,7 +291,6 @@ import { PendingHTLCRouting } from '../structs/PendingHTLCRouting.mjs';
295
291
import { Result_PendingHTLCRoutingDecodeErrorZ } from '../structs/Result_PendingHTLCRoutingDecodeErrorZ.mjs' ;
296
292
import { Result_PendingHTLCInfoDecodeErrorZ } from '../structs/Result_PendingHTLCInfoDecodeErrorZ.mjs' ;
297
293
import { Result_BlindedFailureDecodeErrorZ } from '../structs/Result_BlindedFailureDecodeErrorZ.mjs' ;
298
- import { Result_ChannelShutdownStateDecodeErrorZ } from '../structs/Result_ChannelShutdownStateDecodeErrorZ.mjs' ;
299
294
import { ChannelMonitor } from '../structs/ChannelMonitor.mjs' ;
300
295
import { ChannelMonitorUpdate } from '../structs/ChannelMonitorUpdate.mjs' ;
301
296
import { Watch , WatchInterface } from '../structs/Watch.mjs' ;
@@ -436,6 +431,21 @@ import { Result_GossipTimestampFilterDecodeErrorZ } from '../structs/Result_Goss
436
431
import { Bolt11Invoice } from '../structs/Bolt11Invoice.mjs' ;
437
432
import { SignOrCreationError } from '../structs/SignOrCreationError.mjs' ;
438
433
import { Result_Bolt11InvoiceSignOrCreationErrorZ } from '../structs/Result_Bolt11InvoiceSignOrCreationErrorZ.mjs' ;
434
+ import { Option_InboundHTLCStateDetailsZ } from '../structs/Option_InboundHTLCStateDetailsZ.mjs' ;
435
+ import { Result_COption_InboundHTLCStateDetailsZDecodeErrorZ } from '../structs/Result_COption_InboundHTLCStateDetailsZDecodeErrorZ.mjs' ;
436
+ import { InboundHTLCDetails } from '../structs/InboundHTLCDetails.mjs' ;
437
+ import { Result_InboundHTLCDetailsDecodeErrorZ } from '../structs/Result_InboundHTLCDetailsDecodeErrorZ.mjs' ;
438
+ import { Option_OutboundHTLCStateDetailsZ } from '../structs/Option_OutboundHTLCStateDetailsZ.mjs' ;
439
+ import { Result_COption_OutboundHTLCStateDetailsZDecodeErrorZ } from '../structs/Result_COption_OutboundHTLCStateDetailsZDecodeErrorZ.mjs' ;
440
+ import { OutboundHTLCDetails } from '../structs/OutboundHTLCDetails.mjs' ;
441
+ import { Result_OutboundHTLCDetailsDecodeErrorZ } from '../structs/Result_OutboundHTLCDetailsDecodeErrorZ.mjs' ;
442
+ import { CounterpartyForwardingInfo } from '../structs/CounterpartyForwardingInfo.mjs' ;
443
+ import { Result_CounterpartyForwardingInfoDecodeErrorZ } from '../structs/Result_CounterpartyForwardingInfoDecodeErrorZ.mjs' ;
444
+ import { ChannelCounterparty } from '../structs/ChannelCounterparty.mjs' ;
445
+ import { Result_ChannelCounterpartyDecodeErrorZ } from '../structs/Result_ChannelCounterpartyDecodeErrorZ.mjs' ;
446
+ import { Option_ChannelShutdownStateZ } from '../structs/Option_ChannelShutdownStateZ.mjs' ;
447
+ import { Result_ChannelDetailsDecodeErrorZ } from '../structs/Result_ChannelDetailsDecodeErrorZ.mjs' ;
448
+ import { Result_ChannelShutdownStateDecodeErrorZ } from '../structs/Result_ChannelShutdownStateDecodeErrorZ.mjs' ;
439
449
import { Result_OffersMessageDecodeErrorZ } from '../structs/Result_OffersMessageDecodeErrorZ.mjs' ;
440
450
import { Option_HTLCClaimZ } from '../structs/Option_HTLCClaimZ.mjs' ;
441
451
import { CounterpartyCommitmentSecrets } from '../structs/CounterpartyCommitmentSecrets.mjs' ;
0 commit comments