signet-types 0.16.2

A collection of types used in Signet.
Documentation
1
2
3
4
5
6
7
8
mod error;
pub use error::MarketError;

mod fill;
pub use fill::AggregateFills;

mod order;
pub use order::AggregateOrders;