trading-sdk 0.1.0

Abstract Crypto Trading SDK
Documentation
1
2
3
4
5
6
7
8
9
pub mod types;
pub mod errors;
pub mod trading;
pub mod market_data;
pub mod wallet;

pub use trading::Trading;
pub use market_data::MarketData;
pub use wallet::Wallet;