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
12
13
pub mod cancel_multiple_orders;
pub mod deposit;
pub mod fees;
pub mod governance;
pub mod initialize;
pub mod manage_seat;
pub mod new_order;
pub mod reduce_order;
pub mod withdraw;

pub use cancel_multiple_orders::*;
pub use initialize::*;
pub use reduce_order::*;