Struct coinnect::coinnect::Coinnect[][src]

pub struct Coinnect;

Methods

impl Coinnect
[src]

Create a new CoinnectApi by providing an API key & API secret

Create a new CoinnectApi from a json configuration file. This file must follow this structure:

For this example, you could use load your Bitstamp account with new_from_file(Exchange::Bitstamp, "account_bitstamp", Path::new("/keys.json"))

Trait Implementations

impl Debug for Coinnect
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Coinnect

impl Sync for Coinnect