Struct exonum_bitcoinrpc::TransactionInfo [] [src]

pub struct TransactionInfo {
    pub address: Option<String>,
    pub vout: u32,
    pub confirmations: u64,
    pub txid: String,
    pub abandoned: Option<bool>,
    pub time: u64,
}

Fields

Trait Implementations

impl Clone for TransactionInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TransactionInfo
[src]

Formats the value using the given formatter.