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: 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.
Node is an authority.
startup_time: String
Node’s startup time.
network_id: String
Node’s network ID.
target_os: String
Node’s OS.
target_arch: String
Node’s ISA.
target_env: String
Node’s target platform ABI or libc.
sysinfo: Option<SysInfo>
Node’s software and hardware information.