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
10
//! State signing manages the user signing of current account balances in the Nash
//! state channel, as well as re-signing open orders (recycled orders)

mod blockchain;
mod request;
mod response;
mod types;

pub use blockchain::StateUpdatePayload;
pub use types::{SignStatesRequest, SignStatesResponse};