Since: cosmos-sdk 0.47
TxDecodeAminoRequest is the request type for the Service.TxDecodeAmino RPC method.
TxDecodeAminoResponse is the response type for the Service.TxDecodeAmino RPC method.
POST /cosmos/tx/v1beta1/decode/amino HTTP/1.1 Host: coreum.nownodes.io Content-Type: application/json Accept: */* Content-Length: 27 { "amino_binary": "Ynl0ZXM=" }
A successful response.
{ "amino_json": "text" }