phoenix-common 0.4.0

On-chain order book that atomically settles trades
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod enums;
pub mod inflight_order;
pub mod markets;
pub mod matching_engine_response;
pub mod order_schema;
pub mod trader_state;

pub use enums::*;
pub use matching_engine_response::*;
pub use order_schema::*;
pub use trader_state::*;