Fetch the latest block
LOOKING FOR INSTRUCTIONS ON HOW TO RUN YOUR OWN LIGHT CLIENT?
You can check out our docs here for instructions on how to run your own light client.
Gets the version of the light client binary, and the version of the Avail node it is connected to.
Params:
- None
Response:
- Light Client version
- Network version
curl "localhost:7007/v2/version"
Sample Response:
{
"version":"v1.9.0",
"network_version":"1.10"
}