Signed transactions
Get submitted transaction status
Read the local submission receipt held by the same Directory instance
This endpoint returns a receipt for a transaction previously submitted through
POST /transactions to the same Directory process.
It is not yet a general chain explorer. A missing receipt does not prove that the transaction does not exist on-chain.
Request
string
required
The transaction hash returned by the submit endpoint.
Response
200 Response
Straight to the point
- Authentication: none
- Success:
200 - Not tracked by this Directory instance:
404 transaction_not_found - Finality tracking: not currently implemented

