Returns the contents of the address book file, signature files, and record file that can be used to validate the transaction occurred on the Hedera network given transaction id.
Transaction id
"0.0.10-1234567890-000000000"
Filter the query result by the nonce of the transaction. A zero nonce represents user submitted transactions while a non-zero nonce is generated by main nodes. The filter honors the last value. Default is 0 when not specified.
1
Filter transactions by the scheduled flag. If true, return information for the scheduled transaction. If false, return information for the non-scheduled transaction.
OK
The network address book valid at the time of the transaction
The record file the transaction belongs to, in compact format
The record file head
The start running hash object
THe end running hash object
The hashes of the transactions before the transaction in query, in consensus timestamp ascending order
The hashes of the transactions after the transaction in query, in consensus timestamp ascending order
The record stream object of the transaction in query
The block number, in base64 encoding. Only present if version is 6
The nodes' signature files for the record file
The record file format version, either 5 or 6