Tx
Checks the transaction without executing it.
The transaction won't be added to the mempool.
Please refer to https://docs.tendermint.com/v0.34/tendermint-core/using-tendermint.html#formatting for formatting/encoding rules.
Upon success, the Cache-Control header will be set with the default maximum age.
get/check_tx
Query parameters
txstring required
Example:785
The transaction
Response
ABCI application's CheckTx response
Example response
{
"result": {
"code": "0",
"gas_wanted": "1",
"gas_used": "0",
"events": [
{
"type": "app",
"attributes": [
{
"key": "YWN0aW9u",
"value": "c2VuZA=="
}
]
}
],
"codespace": "bank"
},
"jsonrpc": "2.0"
}