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

pub struct ReleaseInfo {
    pub version: VersionInfo,
    pub is_critical: bool,
    pub fork: u64,
    pub binary: Option<H256>,
}

Information regarding a particular release of Parity

Fields

Information on the version.

Does this release contain critical security updates?

The latest fork that this release can handle.

Our platform's binary, if known.

Trait Implementations

impl PartialEq for ReleaseInfo
[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 ReleaseInfo
[src]

Formats the value using the given formatter.