Struct exonum_bitcoinrpc::AddressInfo [] [src]

pub struct AddressInfo {
    pub isvalid: bool,
    pub address: String,
    pub script_pubkey: String,
    pub ismine: bool,
    pub iswatchonly: bool,
    pub isscript: bool,
    pub pubkey: String,
    pub iscompressed: bool,
    pub account: String,
    pub hdkeypath: String,
    pub hdmasterkeyid: String,
}

Fields

Trait Implementations

impl Clone for AddressInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AddressInfo
[src]

Formats the value using the given formatter.