This crate implements multiple JSON-RPC clients. Currently available are: http and websocket. Only websocket
supports PubSub.
Instead of using a [Client] implementation and calling [Client::send_request] directly, you can derive a proxy
struct that implements methods for ergonomic RPC calling:
use async_trait;
TODO
- Implement PubSub
- Proper error handling