Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
amino_binary?string
Response Body
application/json
application/json
curl -X POST "http://localhost:1317/cosmos/tx/v1beta1/decode/amino" \ -H "Content-Type: application/json" \ -d '{}'{
"amino_json": "string"
}{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}