File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cardano-db/src/Cardano/Db Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -852,14 +852,14 @@ schemaDocs =
852
852
Datum --^ do
853
853
" A table containing Plutus Datum, found in witnesses or inlined in outputs"
854
854
DatumHash # " The Hash of the Datum"
855
- DatumTxId # " The Tx table index for the transaction where this script first became available ."
855
+ DatumTxId # " The Tx table index for the transaction where this datum was first observed ."
856
856
DatumValue # " The actual data in JSON format (detailed schema)"
857
857
DatumBytes # " The actual data in CBOR format"
858
858
859
859
RedeemerData --^ do
860
860
" A table containing Plutus Redeemer Data. These are always referenced by at least one redeemer. New in v13: split from datum table."
861
861
RedeemerDataHash # " The Hash of the Plutus Data"
862
- RedeemerDataTxId # " The Tx table index for the transaction where this script first became available ."
862
+ RedeemerDataTxId # " The Tx table index for the transaction where this redeemer data was first used ."
863
863
RedeemerDataValue # " The actual data in JSON format (detailed schema)"
864
864
RedeemerDataBytes # " The actual data in CBOR format"
865
865
You can’t perform that action at this time.
0 commit comments