v1
latestSwagger 2.02026-07-17492548.9 KBICS0
broadcast Tx
broadcast tx with tendermint rpc
post/txs
Request body
Example request
{
"return": "block"
}Response
Broadcast tx result
Example response
{
"check_tx": {
"code": 0,
"data": "data",
"log": "log",
"gas_used": 5000,
"gas_wanted": 10000,
"info": "info",
"tags": [
"",
""
]
},
"deliver_tx": {
"code": 5,
"data": "data",
"log": "log",
"gas_used": 5000,
"gas_wanted": 10000,
"info": "info",
"tags": [
"",
""
]
},
"hash": "EE5F3404034C524501629B56E0DDC38FAD651F04"
}