hmy_getEpoch
Last updated
Was this helpful?
Was this helpful?
curl -d '{
"jsonrpc": "2.0",
"method": "hmyv2_getEpoch",
"params": [],
"id": 1
}' -H "Content-Type: application/json" -X POST "http://localhost:9500"{
"jsonrpc": "2.0",
"id": 1,
"result": 10
}