Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://story-rpc-001.originstake.com/consensus_state
{ "response": { "round_state": { "height/round/step": "<string>", "proposal_block_hash": "<string>", "locked_block_hash": "<string>", "valid_block_hash": "<string>", "height_vote_set": [ {} ] } } }
Get current consensus state
Current consensus state
Show Properties
Consensus round state information
Current height, round and step
Hash of proposed block
Hash of locked block
Hash of valid block
Vote sets for current height
Was this page helpful?