cURL
curl --request GET \ --url https://data.spb.tac.build/tac/observer/is-message-collected
{ "response": { "note": { "content": "<string>", "errorName": "<string>", "internalBytesError": "<string>", "internalMsg": "<string>" }, "stage": "start", "success": true, "timestamp": 123, "transactions": [ { "blockchainType": "TAC", "hash": "<string>" } ] } }
Check if the TAC MerkleMsg is collected.
Operation ID
Message is collected
The response is of type object.
object
Was this page helpful?