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

pub struct CurrencyInfo { /* fields omitted */ }

Currency information structure.

Methods

impl CurrencyInfo
[src]

[src]

Gets the 3-letter currency code.

[src]

Gets the long currency name.

[src]

Gets the minimum number of confirmations to credit the account.

[src]

Gets the transaction fee.

[src]

Gets wether the currency is active or not.

[src]

Gets the coin type string constant.

[src]

Gets the base address for the coin at Bittrex.

[src]

Gets the optional notice about the currency.

Trait Implementations

impl Debug for CurrencyInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for CurrencyInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more