laconicd/client/docs/config.json

18 lines
435 B
JSON
Raw Normal View History

2021-04-18 16:39:15 +00:00
{
"swagger": "2.0",
"info": {
"title": "Ethermint Chain - Legacy REST and gRPC Gateway docs",
"description": "A REST interface for state queries, legacy transactions",
"version": "1.0.0"
},
"apis": [
{
"url": "./tmp-swagger-gen/ethermint/evm/v1/query.swagger.json",
2021-04-18 16:39:15 +00:00
"operationIds": {
"rename": {
"Params": "EvmParams"
}
}
}
]
}