Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 521 Bytes

diag.md

File metadata and controls

32 lines (23 loc) · 521 Bytes

Diag module

diag.cliVersion

Displays client version

Invocation
diag.cliVersion
This method doesn't have parameters.
Returned type Description
JavaScript Object Client version

{% tabs %} {% tab title="Example request of diag.cliVersion" %}

diag.cliVersion

{% endtab %}

{% tab title="Example response of diag.cliVersion" %}

"Nethermind.Cli, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"

{% endtab %} {% endtabs %}