Struct bittrex::types::CurrencyInfo [] [src]

pub struct CurrencyInfo { /* fields omitted */ }

Currency information structure.

Methods

impl CurrencyInfo
[src]

Gets the 3-letter currency code.

Gets the long currency name.

Gets the minimum number of confirmations to credit the account.

Gets the transaction fee.

Gets wether the currency is active or not.

Gets the coin type string constant.

Gets the base address for the coin at Bittrex.

Gets the optional notice about the currency.

Trait Implementations

impl Debug for CurrencyInfo
[src]

Formats the value using the given formatter.

impl Clone for CurrencyInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more