Struct exonum_bitcoinrpc::DependentOutput [] [src]

pub struct DependentOutput {
    pub txid: String,
    pub vout: u32,
    pub script_pubkey: String,
    pub redeem_script: String,
}

Fields

Trait Implementations

impl Clone for DependentOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DependentOutput
[src]

Formats the value using the given formatter.