ccxt-prediction 4.5.78

CCXT – CryptoCurrency eXchange Trading Library (Rust) – typed prediction-market API
// PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:
// https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code
//
// `ccxt-prediction` is the typed prediction-market API: per-venue wrappers
// (`ccxt_prediction::Kalshi`, `::Polymarket`, … with `fetch_ticker() ->
// Result<Ticker>`) over the prediction Cores that live in the `ccxt-base`
// engine. Mirrors how `ccxt` wraps the REST Cores. It re-exports the whole
// `ccxt-base` surface at its root (except `prediction`, which this crate
// declares itself — its `prediction/mod.rs` re-exports the engine's Cores).

pub use ccxt_base::{
    error, value, types, params, exchange, precise, runtime, exchange_errors, exchange_stubs,
    exchange_generated, exchanges, prediction_exchange, prediction_exchange_generated,
};
pub use ccxt_base::{
    Value, get_value, set_value, safe_string, safe_number, safe_integer, safe_bool,
    ExchangeError, Exchange, Result, Params, Config,
};

pub mod prediction;
pub mod typed;
pub use typed::*;