Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 9c954cc

Browse files
expose types to lib users
1 parent 1fbedb7 commit 9c954cc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/lib.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ mod transport;
2525
mod utils;
2626

2727
pub use jit_channel::event::Event as JITChannelEvent;
28-
pub use transport::message_handler::{LiquidityManager, LiquidityProviderConfig};
28+
pub use jit_channel::msgs::{BuyResponse, GetInfoResponse, OpeningFeeParams, RawOpeningFeeParams};
29+
pub use transport::message_handler::{
30+
JITChannelsConfig, LiquidityManager, LiquidityProviderConfig,
31+
};
32+
pub use transport::msgs::{RawLSPSMessage, LSPS_MESSAGE_TYPE_ID};

0 commit comments

Comments
 (0)