Struct exonum_bitcoinrpc::TxIn [] [src]

pub struct TxIn {
    pub txid: String,
    pub vout: u32,
    pub script_sig: ScriptSig,
    pub sequence: u64,
    pub txinwitness: Option<Vec<String>>,
}

Fields

Trait Implementations

impl Clone for TxIn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TxIn
[src]

Formats the value using the given formatter.