/consensus_state

Get consensus state. Not safe to call from inside the ABCI application during a block execution.

Parameters:

Example:

// Request
curl -X GET -H 'Content-Type: application/json'  https://froopyland.blockpi.network/rpc/v1/<your-api-key>/consensus_state

// Result
{
    "jsonrpc": "2.0",
    "result": {
        "round_state": {
            "height/round/step": "1651535/0/8",
            "height_vote_set": [
                {
                    "precommits": [
                        "nil-Vote",
                        "nil-Vote",
                        "Vote{2:7E14D18EDF11 1651535/00/SIGNED_MSG_TYPE_PRECOMMIT(Precommit) AA6EFB382D2E 826F3F8C2541 @ 2023-12-11T12:08:46.673979642Z}",
                        ......
}

Last updated