Get current state
POST
/rollkit.v1.StoreService/GetState
Retrieve the current state of the chain.
Request Body
application/json
JSON
{
}
Responses
State retrieved successfully
application/json
JSON
{
"state": {
"version": {
"block": 0,
"app": 0
},
"chain_id": "string",
"initial_height": 0,
"last_block_height": 0,
"last_block_time": "string",
"da_height": 0,
"last_results_hash": "string",
"app_hash": "string"
}
}