Read the transaction record
get_transaction_recordRetrieve the full hash-chained transaction record, including event order, states, signatures, and current status, to verify where a transaction stands before proceeding.
Instructions
Return this party's own copy of the hash-chained transaction record: every event in chain order with the state it moved the transaction to, which keys signed it, and the object it concerns, plus the state the record currently reaches and every object identifier held for the transaction.
Call it at any point to see where a transaction stands before deciding what to do next. Ordering is by predecessor reference rather than by a counter, because bilaterally there is no ordering service, and a record whose links do not form one chain is reported as broken with A202-EVIDENCE-CHAIN-GAP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transaction_id | Yes | The transaction to read, prefixed txn_. |