Struct ethcore_rpc::v1::types::OperationsInfo [] [src]

pub struct OperationsInfo {
    pub fork: u64,
    pub this_fork: Option<u64>,
    pub track: ReleaseInfo,
    pub minor: Option<ReleaseInfo>,
}

Information on our operations environment.

Fields

Our blockchain's latest fork.

Last fork our client supports, if known.

Information on our track's latest release.

Information on our minor version's latest release.

Trait Implementations

impl PartialEq for OperationsInfo
[src]

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

This method tests for !=.

impl Debug for OperationsInfo
[src]

Formats the value using the given formatter.