px-core 0.2.0

Core traits, models, and errors for OpenPX prediction market SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod crypto;
mod market;
mod order;
mod orderbook;
mod position;
mod sport;
mod trade;

pub use crypto::*;
pub use market::*;
pub use order::*;
pub use orderbook::*;
pub use position::*;
pub use sport::*;
pub use trade::*;