verify_double_threading
Audits transaction metadata for double-threading issues by identifying duplicate-node symptoms where a ledger object appears in multiple AffectedNodes entries.
Instructions
Structural audit of a transaction's metadata threading — lists each affected ledger object's PreviousTxnID / PreviousTxnLgrSeq and flags the duplicate-node symptom that fixProvisionalDoubleThreading addressed (a single ledger object touched by more than one AffectedNodes entry). Metadata-only check; does not walk the full cross-ledger thread. 1 RPC read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txHash | Yes | ||
| network | No | mainnet |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| caveat | No | ||
| txHash | No | ||
| entries | No | ||
| network | No | ||
| summary | No | ||
| anomalies | No | ||
| consistent | No | ||
| affectedNodeCount | No | ||
| uniqueLedgerObjects | No |