1use super::Transport; 2 3/// The openlimits-binance client 4#[derive(Clone)] 5pub struct BaseClient { 6 pub transport: Transport, 7}