@@ -10,6 +10,7 @@ export async function initializeWasmFromBinary(bin: Uint8Array) {
1010
1111export * from './structs/UtilMethods.mjs' ;
1212export * from './structs/TxOut.mjs' ;
13+ export * from './structs/Address.mjs' ;
1314export * from './structs/TxIn.mjs' ;
1415export * from './structs/BigEndianScalar.mjs' ;
1516export * from './structs/WitnessProgram.mjs' ;
@@ -27,6 +28,8 @@ export * from './enums/Direction.mjs';
2728export * from './enums/HTLCClaim.mjs' ;
2829export * from './enums/IOError.mjs' ;
2930export * from './enums/InboundHTLCStateDetails.mjs' ;
31+ export * from './enums/LSPS1OrderState.mjs' ;
32+ export * from './enums/LSPS1PaymentState.mjs' ;
3033export * from './enums/Level.mjs' ;
3134export * from './enums/Network.mjs' ;
3235export * from './enums/OutboundHTLCStateDetails.mjs' ;
@@ -38,6 +41,7 @@ export * from './enums/ShortChannelIdError.mjs';
3841export * from './enums/SiPrefix.mjs' ;
3942export * from './enums/SocketAddressParseError.mjs' ;
4043export * from './enums/UtxoLookupError.mjs' ;
44+ export * from './structs/Option_AddressZ.mjs' ;
4145export * from './structs/Bech32Error.mjs' ;
4246export * from './structs/RefundMaybeWithDerivedMetadataBuilder.mjs' ;
4347export * from './structs/Result_RefundMaybeWithDerivedMetadataBuilderBolt12SemanticErrorZ.mjs' ;
@@ -186,6 +190,11 @@ export * from './structs/ClosureReason.mjs';
186190export * from './structs/ChannelId.mjs' ;
187191export * from './structs/MonitorEvent.mjs' ;
188192export * from './structs/FourTuple_OutPointChannelIdCVec_MonitorEventZPublicKeyZ.mjs' ;
193+ export * from './structs/Option_StrZ.mjs' ;
194+ export * from './structs/LSPSRequestId.mjs' ;
195+ export * from './structs/APIError.mjs' ;
196+ export * from './structs/Result_LSPSRequestIdAPIErrorZ.mjs' ;
197+ export * from './structs/LSPS2OpeningFeeParams.mjs' ;
189198export * from './structs/OfferId.mjs' ;
190199export * from './structs/Result_OfferIdDecodeErrorZ.mjs' ;
191200export * from './structs/Result_NoneBolt12SemanticErrorZ.mjs' ;
@@ -279,7 +288,6 @@ export * from './structs/PaymentContext.mjs';
279288export * from './structs/Option_PaymentContextZ.mjs' ;
280289export * from './structs/TwoTuple_u64u16Z.mjs' ;
281290export * from './structs/Option_C2Tuple_u64u16ZZ.mjs' ;
282- export * from './structs/APIError.mjs' ;
283291export * from './structs/Result_ChannelIdAPIErrorZ.mjs' ;
284292export * from './structs/RecentPaymentDetails.mjs' ;
285293export * from './structs/Result_NoneAPIErrorZ.mjs' ;
@@ -300,7 +308,6 @@ export * from './structs/SignOrCreationError.mjs';
300308export * from './structs/Result_Bolt11InvoiceSignOrCreationErrorZ.mjs' ;
301309export * from './structs/OfferWithDerivedMetadataBuilder.mjs' ;
302310export * from './structs/Result_OfferWithDerivedMetadataBuilderBolt12SemanticErrorZ.mjs' ;
303- export * from './structs/Option_StrZ.mjs' ;
304311export * from './structs/Result_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZNoneZ.mjs' ;
305312export * from './structs/Result_ThirtyTwoBytesAPIErrorZ.mjs' ;
306313export * from './structs/InvoiceRequest.mjs' ;
@@ -355,6 +362,7 @@ export * from './structs/Result_ChannelConfigDecodeErrorZ.mjs';
355362export * from './structs/Option_MaxDustHTLCExposureZ.mjs' ;
356363export * from './structs/Option_APIErrorZ.mjs' ;
357364export * from './structs/Result_COption_APIErrorZDecodeErrorZ.mjs' ;
365+ export * from './structs/LSPS2RawOpeningFeeParams.mjs' ;
358366export * from './structs/Result_ChannelMonitorUpdateDecodeErrorZ.mjs' ;
359367export * from './structs/Option_MonitorEventZ.mjs' ;
360368export * from './structs/Result_COption_MonitorEventZDecodeErrorZ.mjs' ;
@@ -493,6 +501,10 @@ export * from './structs/Result_ChannelCounterpartyDecodeErrorZ.mjs';
493501export * from './structs/Option_ChannelShutdownStateZ.mjs' ;
494502export * from './structs/Result_ChannelDetailsDecodeErrorZ.mjs' ;
495503export * from './structs/Result_ChannelShutdownStateDecodeErrorZ.mjs' ;
504+ export * from './structs/RawLSPSMessage.mjs' ;
505+ export * from './structs/Result_RawLSPSMessageDecodeErrorZ.mjs' ;
506+ export * from './structs/LSPSDateTime.mjs' ;
507+ export * from './structs/Result_LSPSDateTimeNoneZ.mjs' ;
496508export * from './structs/Result_HeldHtlcAvailableDecodeErrorZ.mjs' ;
497509export * from './structs/Result_ReleaseHeldHtlcDecodeErrorZ.mjs' ;
498510export * from './structs/Result_AsyncPaymentsMessageDecodeErrorZ.mjs' ;
@@ -520,6 +532,7 @@ export * from './structs/Option_usizeZ.mjs';
520532export * from './structs/Result_ShutdownScriptDecodeErrorZ.mjs' ;
521533export * from './structs/InvalidShutdownScript.mjs' ;
522534export * from './structs/Result_ShutdownScriptInvalidShutdownScriptZ.mjs' ;
535+ export * from './structs/Result_u64NoneZ.mjs' ;
523536export * from './structs/FundingInfo.mjs' ;
524537export * from './structs/Result_FundingInfoDecodeErrorZ.mjs' ;
525538export * from './structs/PaymentPurpose.mjs' ;
@@ -747,3 +760,49 @@ export * from './structs/RawDataPart.mjs';
747760export * from './structs/ExpiryTime.mjs' ;
748761export * from './structs/MinFinalCltvExpiryDelta.mjs' ;
749762export * from './structs/Fallback.mjs' ;
763+ export * from './structs/LSPS0ClientEvent.mjs' ;
764+ export * from './structs/LSPS1Options.mjs' ;
765+ export * from './structs/LSPSResponseError.mjs' ;
766+ export * from './structs/LSPS1OrderId.mjs' ;
767+ export * from './structs/LSPS1OrderParams.mjs' ;
768+ export * from './structs/LSPS1PaymentInfo.mjs' ;
769+ export * from './structs/LSPS1ChannelInfo.mjs' ;
770+ export * from './structs/LSPS1ClientEvent.mjs' ;
771+ export * from './structs/LSPS2ClientEvent.mjs' ;
772+ export * from './structs/LSPS2ServiceEvent.mjs' ;
773+ export * from './structs/LiquidityEvent.mjs' ;
774+ export * from './structs/LSPS0ClientHandler.mjs' ;
775+ export * from './structs/LSPS0ListProtocolsRequest.mjs' ;
776+ export * from './structs/LSPS0ListProtocolsResponse.mjs' ;
777+ export * from './structs/LSPS0Request.mjs' ;
778+ export * from './structs/LSPS0Response.mjs' ;
779+ export * from './structs/LSPS0Message.mjs' ;
780+ export * from './structs/LSPS1GetInfoRequest.mjs' ;
781+ export * from './structs/LSPS1CreateOrderRequest.mjs' ;
782+ export * from './structs/LSPS1GetOrderRequest.mjs' ;
783+ export * from './structs/LSPS1Request.mjs' ;
784+ export * from './structs/LSPS1GetInfoResponse.mjs' ;
785+ export * from './structs/LSPS1CreateOrderResponse.mjs' ;
786+ export * from './structs/LSPS1Response.mjs' ;
787+ export * from './structs/LSPS1Message.mjs' ;
788+ export * from './structs/LSPS2GetInfoRequest.mjs' ;
789+ export * from './structs/LSPS2BuyRequest.mjs' ;
790+ export * from './structs/LSPS2Request.mjs' ;
791+ export * from './structs/LSPS2GetInfoResponse.mjs' ;
792+ export * from './structs/LSPS2BuyResponse.mjs' ;
793+ export * from './structs/LSPS2Response.mjs' ;
794+ export * from './structs/LSPS2Message.mjs' ;
795+ export * from './structs/LSPSMessage.mjs' ;
796+ export * from './structs/LSPS0ServiceHandler.mjs' ;
797+ export * from './structs/LSPS1ClientConfig.mjs' ;
798+ export * from './structs/LSPS1ClientHandler.mjs' ;
799+ export * from './structs/LSPS1Bolt11PaymentInfo.mjs' ;
800+ export * from './structs/LSPS1OnchainPaymentInfo.mjs' ;
801+ export * from './structs/LSPS1OnchainPayment.mjs' ;
802+ export * from './structs/LSPS2ClientConfig.mjs' ;
803+ export * from './structs/LSPS2ClientHandler.mjs' ;
804+ export * from './structs/LSPS2InterceptScid.mjs' ;
805+ export * from './structs/LSPS2ServiceConfig.mjs' ;
806+ export * from './structs/LSPS2ServiceHandler.mjs' ;
807+ export * from './structs/MessageQueue.mjs' ;
808+ export * from './structs/ProcessMessagesCallback.mjs' ;
0 commit comments