ccxt-prediction 4.5.78

CCXT – CryptoCurrency eXchange Trading Library (Rust) – typed prediction-market API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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
//
// Typed unified-method wrappers. Each `<id>_typed` module owns a venue
// Core and exposes the typed surface. `crate::<module>::<id>::<Core>`
// inside the wrappers resolves via the re-export below (or, for the pro
// layer, via this crate's own `pro` module).
pub use ccxt_base::prediction::*;

pub mod binance_typed;
pub mod hyperliquid_typed;
pub mod kalshi_typed;
pub mod limitless_typed;
pub mod myriad_typed;
pub mod opinion_typed;
pub mod polymarket_typed;