nash-protocol 0.3.0

state management and cryptography for interacting with nash exchange protocol
Documentation
1
2
3
4
5
6
7
//! Get list of current markets running on Nash, as well as associated data.

mod request;
mod response;
mod types;

pub use types::{ListMarketsRequest, ListMarketsResponse};