We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4840584 commit 5912111Copy full SHA for 5912111
rust/pkg/cardano_serialization_lib.js.flow
@@ -5012,6 +5012,10 @@ declare export class PlutusScriptSource {
5012
static new(script: PlutusScript): PlutusScriptSource;
5013
5014
/**
5015
+ * !!! DEPRECATED !!!
5016
+ * This constructor has missed information about plutus script language vesrion. That can affect
5017
+ * the script data hash calculation.
5018
+ * Use `.new_ref_input_with_lang_ver` instead
5019
* @param {ScriptHash} script_hash
5020
* @param {TransactionInput} input
5021
* @returns {PlutusScriptSource}
0 commit comments