Skip to main content

state_getRoundNumber

Returns the round number of the latest Unicity Certificate.

Parameters

None

Returns

  • roundNumber (string) - Round number of the latest Unicity Certificate.

Example

Request

curl http://127.0.0.1:26866/rpc \
-X POST \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "state_getRoundNumber"
}'

Response

{
"jsonrpc": "2.0",
"id": 1,
"result": "30"
}