Expand description
Library that handles request construction and cryptography for interacting with Nash exchange.
High level behaviors are exposed via the NashProtocol
and NashProtocolSubscription
traits.
For an example of how to use this library to construct network requests, see an example client
Modulesยง
- Error types defined for nash_protocol
- This module generates types from the Nash GraphQL schema
- Implementation of Nash protocol. Most modules contain submodules for request and response logic. The
types.rs
submodule is a good place to start to understand any given protocol request. All protocol requests follow logic described by theNashProtocol
orNashProtocolSubscription
traits. - Types shared across the client and protocol requests
- Miscellaneous helper functions