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
//! Get assets balances associated with the current account session. Returns balances
//! in the account's personal wallet and funds pending and at 
//! rest in the Nash state channels.

mod request;
mod response;
mod types;

pub use types::{ListAccountBalancesRequest, ListAccountBalancesResponse};