1 2 3 4 5 6 7
//! Jupiter on-chain product SDKs. #[cfg(feature = "offerbook")] pub use jupiter_offerbook_sdk as offerbook; #[cfg(feature = "prediction")] pub use jupiter_prediction_sdk as prediction;