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
payment_uuid: String
currency: String
amount: f32
address: String
opened: String
pending_payment: bool
tx_cost: f32
tx_id: Option<String>
canceled: bool
invalid_address: bool