nash-protocol 0.3.0

state management and cryptography for interacting with nash exchange protocol
Documentation
subscription UpdatedOrderbook($marketName: MarketName!){
  updatedOrderBook(marketName: $marketName){
    updateId
    lastUpdateId
    market {
      name
    },
    asks {
      amount{
        amount, currency
      },
      price {
        amount
      }
    },
    bids {
      amount{
        amount, currency
      },
      price {
        amount
      }
    }
  }
}