openlimits-coinbase 0.3.0

Coinbase implementation for OpenLimits.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! This module is used to make calls to api and connect to the websockets

mod account;
mod market;
mod base_client;
pub mod stream;

pub use base_client::BaseClient;
pub use super::shared;
pub (crate) use super::transport::Transport;