Struct exonum_bitcoinrpc::TransactionOutput [] [src]

pub struct TransactionOutput {
    pub address: String,
    pub value: String,
}

Fields

Trait Implementations

impl Clone for TransactionOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TransactionOutput
[src]

Formats the value using the given formatter.