Struct exonum_bitcoinrpc::TransactionInput [] [src]

pub struct TransactionInput {
    pub txid: String,
    pub vout: u32,
    pub sequence: Option<u64>,
}

Fields

Trait Implementations

impl Clone for TransactionInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TransactionInput
[src]

[src]

Formats the value using the given formatter.