Check raw transaction
Check a raw signed transaction
application/json
Request Body required
tx byte required
Responses
- 200
- default
A successful response.
application/json
Schema
Example (from schema)
Schema
info Information about the transaction
code int64
data Data for details
gasUsed int64
gasWanted int64
log Transaction log
success Success will be true if the transaction was checked by the node
{
"info": "string",
"code": 0,
"data": "string",
"gasUsed": "string",
"gasWanted": "string",
"log": "string",
"success": true
}
An unexpected error response.
application/json
Schema
Example (from schema)
Schema
code int32
details object[]
@type string
message string
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
Loading...