Struct exonum_bitcoinrpc::ScriptSig [] [src]

pub struct ScriptSig {
    pub asm: String,
    pub hex: String,
}

Fields

Trait Implementations

impl Clone for ScriptSig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ScriptSig
[src]

Formats the value using the given formatter.

impl PartialEq for ScriptSig
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.