px-core 0.3.0

Core traits, models, and errors for OpenPX prediction market SDK
Documentation
mod crypto;
mod event;
mod lineage;
mod market;
mod order;
mod orderbook;
mod orderbook_insights;
mod position;
mod series;
mod sport;
mod trade;

pub use crypto::*;
pub use event::*;
pub use lineage::*;
pub use market::*;
pub use order::*;
pub use orderbook::*;
pub use orderbook_insights::*;
pub use position::*;
pub use series::*;
pub use sport::*;
pub use trade::*;