three-commas-types 0.1.3

3commas api types
Documentation
1
2
3
4
5
6
7
8
9
mod account;
mod bots;
mod common;
mod pair;

pub use account::{Account, AccountId, AutoBalanceMethod, MarketType};
pub use bots::{Bot, BotStats, Deal, DealStatus, TokenValues};
pub use common::*;
pub use pair::Pair;