Struct bitcoin_rpc_json::blockchain::BlockRef[][src]

pub struct BlockRef {
    pub hash: String,
    pub height: u64,
}

Models the result of "waitfornewblock", and "waitforblock"

Fields

Trait Implementations

impl Debug for BlockRef
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockRef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockRef

impl Sync for BlockRef