Cosmos · Schema

Cosmos SDK tendermint.types.BlockParams Schemas

JSON Schema definitions for the tendermint.types.BlockParams module of the Cosmos SDK gRPC-gateway REST API.

BlockchainCosmosIBCStakingGovernanceDeFiWeb3
View JSON Schema on GitHub

JSON Schema

tendermint-types-BlockParams.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Cosmos SDK tendermint.types.BlockParams Schemas",
  "description": "JSON Schema definitions for the tendermint.types.BlockParams module of the Cosmos SDK gRPC-gateway REST API.",
  "definitions": {
    "tendermint.types.BlockParams": {
      "type": "object",
      "properties": {
        "maxBytes": {
          "type": "string",
          "format": "int64",
          "title": "Max block size, in bytes.\nNote: must be greater than 0"
        },
        "maxGas": {
          "type": "string",
          "format": "int64",
          "title": "Max gas per block.\nNote: must be greater or equal to -1"
        }
      },
      "description": "BlockParams contains limits on the block size."
    }
  }
}