File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -564,7 +564,7 @@ A table containing Plutus Datum, found in witnesses or inlined in outputs
564
564
| -| -| -|
565
565
| ` id ` | integer (64) | |
566
566
| ` hash ` | hash32type | The Hash of the Datum |
567
- | ` tx_id ` | integer (64) | The Tx table index for the transaction where this script first became available . |
567
+ | ` tx_id ` | integer (64) | The Tx table index for the transaction where this datum was first used . |
568
568
| ` value ` | jsonb | The actual data in JSON format (detailed schema) |
569
569
| ` bytes ` | bytea | The actual data in CBOR format |
570
570
@@ -578,7 +578,7 @@ A table containing Plutus Redeemer Data. These are always referenced by at least
578
578
| -| -| -|
579
579
| ` id ` | integer (64) | |
580
580
| ` hash ` | hash32type | The Hash of the Plutus Data |
581
- | ` tx_id ` | integer (64) | The Tx table index for the transaction where this script first became available . |
581
+ | ` tx_id ` | integer (64) | The Tx table index for the transaction where this redeemer data was first used . |
582
582
| ` value ` | jsonb | The actual data in JSON format (detailed schema) |
583
583
| ` bytes ` | bytea | The actual data in CBOR format |
584
584
You can’t perform that action at this time.
0 commit comments