1 2 3 4 5 6 7
/// This struct represents the coinbase credentials #[derive(Clone, Debug)] pub struct CoinbaseCredentials { pub api_key: String, pub api_secret: String, pub passphrase: String, }