check_tx_status
Check the validation status of an XRPL transaction by hash to confirm on-ledger validation. Returns status and engine result code.
Instructions
Check the validation status of an XRPL transaction by hash. Use after send_signed_tx to confirm whether the transaction was validated on-ledger. Returns status (pending, validated, failed, not_found) and engine result code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tx_hash | Yes | 64-character hex XRPL transaction hash |