Fetch the latest block
Allows us to fetch the latest block processed by the light client.
Params:
- None
Response:
- Latest block number
curl "localhost:7007/v1/latest_block"
Sample Response:
{
"latest_block":154477
}
Allows us to fetch the latest block processed by the light client.
Params:
Response:
curl "localhost:7007/v1/latest_block"
{
"latest_block":154477
}