Struct bittrex_api::values::BittrexTransaction [] [src]

pub struct BittrexTransaction {
    pub payment_uuid: String,
    pub currency: String,
    pub amount: f32,
    pub address: String,
    pub opened: String,
    pub authorized: bool,
    pub pending_payment: bool,
    pub tx_cost: f32,
    pub tx_id: Option<String>,
    pub canceled: bool,
    pub invalid_address: bool,
}

Fields

Trait Implementations

impl Display for BittrexTransaction
[src]

Formats the value using the given formatter. Read more