Cosmos · Schema

Cosmos SDK tendermint.types.AuthorityParams Schemas

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

BlockchainCosmosIBCStakingGovernanceDeFiWeb3
View JSON Schema on GitHub

JSON Schema

tendermint-types-AuthorityParams.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Cosmos SDK tendermint.types.AuthorityParams Schemas",
  "description": "JSON Schema definitions for the tendermint.types.AuthorityParams module of the Cosmos SDK gRPC-gateway REST API.",
  "definitions": {
    "tendermint.types.AuthorityParams": {
      "type": "object",
      "properties": {
        "authority": {
          "type": "string"
        }
      }
    }
  }
}