openlimits-binance 0.3.0

Binance implementation for OpenLimits.
Documentation
1
2
3
4
5
6
/// This struct represents the credentials and receives the api key and api secret as parameters.
#[derive(Clone, Debug)]
pub struct BinanceCredentials {
    pub api_key: String,
    pub api_secret: String,
}