Struct exonum_bitcoinrpc::TxOut [] [src]

pub struct TxOut {
    pub value: f64,
    pub n: u32,
    pub script_pubkey: ScriptPubKey,
}

Fields

Trait Implementations

impl Clone for TxOut
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TxOut
[src]

Formats the value using the given formatter.