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