nash-protocol 0.3.0

state management and cryptography for interacting with nash exchange protocol
Documentation
query ListAccountBalances($payload: ListAccountBalancesParams!){
  listAccountBalances(payload: $payload){
    asset {
      name,
      symbol
    },
    available {
      amount
    },
    inOrders{
      amount
    }
    pending {
      amount
    },
    personal {
      amount
    }
  }
}