Struct sc_telemetry::ConnectionMessage
source · pub struct ConnectionMessage {Show 13 fields
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,
pub target_os: String,
pub target_arch: String,
pub target_env: String,
pub sysinfo: Option<SysInfo>,
}Expand description
Message sent when the connection (re-)establishes.
Fields§
§name: StringNode’s name.
implementation: StringNode’s implementation.
version: StringNode’s version.
config: StringNode’s configuration.
chain: StringNode’s chain.
genesis_hash: StringNode’s genesis hash.
Node is an authority.
startup_time: StringNode’s startup time.
network_id: StringNode’s network ID.
target_os: StringNode’s OS.
target_arch: StringNode’s ISA.
target_env: StringNode’s target platform ABI or libc.
sysinfo: Option<SysInfo>Node’s software and hardware information.