TAC Observer
Check if Merkle Message is Executed
Shards statistics
OperationId
Time profiling
TAC Observer
TAC Simulator
TAC Observer
Check if Merkle Message is Executed
Check if the Merkle message is executed in the TAC chain.
GET
/
tac
/
observer
/
is-message-executed
curl --request GET \
--url https://data.turin.tac.build/tac/observer/is-message-executed
{
"response": {
"note": {
"content": "<string>",
"errorName": "<string>",
"internalBytesError": "<string>",
"internalMsg": "<string>"
},
"stage": "start",
"success": true,
"timestamp": 123,
"transactions": [
{
"blockchainType": "TAC",
"hash": "<string>"
}
]
}
}
Query Parameters
Operation ID
Response
200
application/json
Message is executed
Available options:
start
, collectedInTAC
, includedInTACConsensus
, executedInTAC
, collectedInTON
, includedInTONConsensus
, executedInTON
Was this page helpful?
curl --request GET \
--url https://data.turin.tac.build/tac/observer/is-message-executed
{
"response": {
"note": {
"content": "<string>",
"errorName": "<string>",
"internalBytesError": "<string>",
"internalMsg": "<string>"
},
"stage": "start",
"success": true,
"timestamp": 123,
"transactions": [
{
"blockchainType": "TAC",
"hash": "<string>"
}
]
}
}