Struct sc_telemetry::ConnectionMessage[][src]

pub struct ConnectionMessage {
    pub name: String,
    pub implementation: String,
    pub version: String,
    pub config: String,
    pub chain: String,
    pub genesis_hash: String,
    pub authority: bool,
    pub startup_time: String,
    pub network_id: String,
}
Expand description

Message sent when the connection (re-)establishes.

Fields

name: String

Node’s name.

implementation: String

Node’s implementation.

version: String

Node’s version.

config: String

Node’s configuration.

chain: String

Node’s chain.

genesis_hash: String

Node’s genesis hash.

authority: bool

Node is an authority.

startup_time: String

Node’s startup time.

network_id: String

Node’s network ID.

Trait Implementations

Formats the value using the given formatter. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.