Cosmos · Schema

Cosmos SDK tendermint.types.BlockIDFlag Schemas

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

BlockchainCosmosIBCStakingGovernanceDeFiWeb3
View JSON Schema on GitHub

JSON Schema

tendermint-types-BlockIDFlag.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Cosmos SDK tendermint.types.BlockIDFlag Schemas",
  "description": "JSON Schema definitions for the tendermint.types.BlockIDFlag module of the Cosmos SDK gRPC-gateway REST API.",
  "definitions": {
    "tendermint.types.BlockIDFlag": {
      "type": "string",
      "enum": [
        "BLOCK_ID_FLAG_UNKNOWN",
        "BLOCK_ID_FLAG_ABSENT",
        "BLOCK_ID_FLAG_COMMIT",
        "BLOCK_ID_FLAG_NIL"
      ],
      "default": "BLOCK_ID_FLAG_UNKNOWN",
      "description": "- BLOCK_ID_FLAG_UNKNOWN: indicates an error condition\n - BLOCK_ID_FLAG_ABSENT: the vote was not received\n - BLOCK_ID_FLAG_COMMIT: voted for the block that received the majority\n - BLOCK_ID_FLAG_NIL: voted for nil",
      "title": "BlockIdFlag indicates which BlockID the signature is for"
    }
  }
}