Struct exonum_bitcoinrpc::UnspentTransactionInfo [] [src]

pub struct UnspentTransactionInfo {
    pub txid: String,
    pub vout: u32,
    pub confirmations: u64,
    pub script_pubkey: String,
    pub amount: f64,
    pub redeem_script: Option<String>,
    pub spendable: bool,
    pub solvable: bool,
}

Fields

Trait Implementations

impl Clone for UnspentTransactionInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UnspentTransactionInfo
[src]

Formats the value using the given formatter.