Fetch the latest block
Gets the version of the light client binary, and the version of the compatible network.
Params:
- None
Response:
- Light Client version
- Network version
curl "localhost:7007/v2/version"
Sample Response:
{
"version":"v1.9.0",
"network_version":"1.10"
}