Params

Params queries the parameters of x/consensus module.

get
Responses
200
A successful response.
application/json
get
GET /cosmos/consensus/v1/params HTTP/1.1
Host: agoric.nownodes.io
Accept: */*
{
  "params": {
    "block": {
      "max_bytes": "text",
      "max_gas": "text"
    },
    "evidence": {
      "max_age_num_blocks": "text",
      "max_age_duration": "text",
      "max_bytes": "text"
    },
    "validator": {
      "pub_key_types": [
        "text"
      ]
    },
    "version": {
      "app": "text"
    },
    "abci": {
      "vote_extensions_enable_height": "text"
    }
  }
}

Last updated