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