nash-protocol 0.3.0

state management and cryptography for interacting with nash exchange protocol
Documentation
1
2
3
4
5
6
7
8
9
//! Place orders

// TODO: is a sign that things need some restructuring
pub(crate) mod blockchain;
mod request;
mod response;
pub mod types;

pub use types::{LimitOrderRequest, MarketOrderRequest, PlaceOrderResponse};