system_version – Mythos JSON-RPC Method
Returns the software version string of the connected Mythos node. Combine with state_getRuntimeVersion
to log both client and runtime versions during upgrades.
Parameters
None.
Returns
Field | Type | Description |
---|---|---|
result | string | Node implementation and version string. |
Request Example
{
"jsonrpc": "2.0",
"method": "system_version",
"params": [],
"id": 1
}