1 2 3 4 5 6
/// This structure represents the Nash account credentials
#[derive(Clone)]
pub struct NashCredentials {
pub api_secret: String,
pub api_key: String,
}1 2 3 4 5 6
/// This structure represents the Nash account credentials
#[derive(Clone)]
pub struct NashCredentials {
pub api_secret: String,
pub api_key: String,
}