openlimits-coinbase 0.3.0

Coinbase implementation for OpenLimits.
Documentation
1
2
3
4
5
6
7
use super::Transport;

/// The coinbase client
#[derive(Clone, Debug)]
pub struct BaseClient {
    pub transport: Transport,
}