@@ -14,8 +14,10 @@ import { Currency } from '../enums/Currency.mjs';
1414import { Direction } from '../enums/Direction.mjs' ;
1515import { HTLCClaim } from '../enums/HTLCClaim.mjs' ;
1616import { IOError } from '../enums/IOError.mjs' ;
17+ import { InboundHTLCStateDetails } from '../enums/InboundHTLCStateDetails.mjs' ;
1718import { Level } from '../enums/Level.mjs' ;
1819import { Network } from '../enums/Network.mjs' ;
20+ import { OutboundHTLCStateDetails } from '../enums/OutboundHTLCStateDetails.mjs' ;
1921import { PaymentFailureReason } from '../enums/PaymentFailureReason.mjs' ;
2022import { Recipient } from '../enums/Recipient.mjs' ;
2123import { RetryableSendFailure } from '../enums/RetryableSendFailure.mjs' ;
@@ -256,7 +258,6 @@ import { PaymentContext } from '../structs/PaymentContext.mjs';
256258import { Option_PaymentContextZ } from '../structs/Option_PaymentContextZ.mjs' ;
257259import { TwoTuple_u64u16Z } from '../structs/TwoTuple_u64u16Z.mjs' ;
258260import { Option_C2Tuple_u64u16ZZ } from '../structs/Option_C2Tuple_u64u16ZZ.mjs' ;
259- import { Option_ChannelShutdownStateZ } from '../structs/Option_ChannelShutdownStateZ.mjs' ;
260261import { Result_ChannelIdAPIErrorZ } from '../structs/Result_ChannelIdAPIErrorZ.mjs' ;
261262import { RecentPaymentDetails } from '../structs/RecentPaymentDetails.mjs' ;
262263import { PaymentSendFailure } from '../structs/PaymentSendFailure.mjs' ;
@@ -280,11 +281,6 @@ import { OffersMessage } from '../structs/OffersMessage.mjs';
280281import { Option_OffersMessageZ } from '../structs/Option_OffersMessageZ.mjs' ;
281282import { Destination } from '../structs/Destination.mjs' ;
282283import { 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' ;
288284import { PhantomRouteHints } from '../structs/PhantomRouteHints.mjs' ;
289285import { Result_PhantomRouteHintsDecodeErrorZ } from '../structs/Result_PhantomRouteHintsDecodeErrorZ.mjs' ;
290286import { BlindedForward } from '../structs/BlindedForward.mjs' ;
@@ -295,7 +291,6 @@ import { PendingHTLCRouting } from '../structs/PendingHTLCRouting.mjs';
295291import { Result_PendingHTLCRoutingDecodeErrorZ } from '../structs/Result_PendingHTLCRoutingDecodeErrorZ.mjs' ;
296292import { Result_PendingHTLCInfoDecodeErrorZ } from '../structs/Result_PendingHTLCInfoDecodeErrorZ.mjs' ;
297293import { Result_BlindedFailureDecodeErrorZ } from '../structs/Result_BlindedFailureDecodeErrorZ.mjs' ;
298- import { Result_ChannelShutdownStateDecodeErrorZ } from '../structs/Result_ChannelShutdownStateDecodeErrorZ.mjs' ;
299294import { ChannelMonitor } from '../structs/ChannelMonitor.mjs' ;
300295import { ChannelMonitorUpdate } from '../structs/ChannelMonitorUpdate.mjs' ;
301296import { Watch , WatchInterface } from '../structs/Watch.mjs' ;
@@ -436,6 +431,21 @@ import { Result_GossipTimestampFilterDecodeErrorZ } from '../structs/Result_Goss
436431import { Bolt11Invoice } from '../structs/Bolt11Invoice.mjs' ;
437432import { SignOrCreationError } from '../structs/SignOrCreationError.mjs' ;
438433import { 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' ;
439449import { Result_OffersMessageDecodeErrorZ } from '../structs/Result_OffersMessageDecodeErrorZ.mjs' ;
440450import { Option_HTLCClaimZ } from '../structs/Option_HTLCClaimZ.mjs' ;
441451import { CounterpartyCommitmentSecrets } from '../structs/CounterpartyCommitmentSecrets.mjs' ;
0 commit comments