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
564564| -| -| -|
565565| ` id ` | integer (64) | |
566566| ` 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 . |
568568| ` value ` | jsonb | The actual data in JSON format (detailed schema) |
569569| ` bytes ` | bytea | The actual data in CBOR format |
570570
@@ -578,7 +578,7 @@ A table containing Plutus Redeemer Data. These are always referenced by at least
578578| -| -| -|
579579| ` id ` | integer (64) | |
580580| ` 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 . |
582582| ` value ` | jsonb | The actual data in JSON format (detailed schema) |
583583| ` bytes ` | bytea | The actual data in CBOR format |
584584
You can’t perform that action at this time.
0 commit comments