Struct bitcoin_rpc_json::blockchain::Softfork[][src]

pub struct Softfork {
    pub id: String,
    pub version: u64,
    pub reject: RejectStatus,
}

Status of a softfork

Fields

Name of softfork

Block version

Progress toward rejecting pre-softfork blocks

Trait Implementations

impl Debug for Softfork
[src]

Formats the value using the given formatter. Read more

impl Clone for Softfork
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Softfork

impl Sync for Softfork