Private
#languagePrivate
#nativePrivate
#originalPrivate
#plutusPrivate
#plutusPrivate
#plutusGets a NativeScript from a Script instance.
a NativeScript if the script can be down cast, otherwise, undefined.
Gets a PlutusV1Script from a Script instance.
a PlutusV1Script if the script can be down cast, otherwise, undefined.
Gets a PlutusV2Script from a Script instance.
a PlutusV2Script if the script can be down cast, otherwise, undefined.
Gets a PlutusV3Script from a Script instance.
a PlutusV3Script if the script can be down cast, otherwise, undefined.
Computes the script hash of this script.
the script hash.
Gets the script language.
the Script language.
Static
fromDeserializes the Script from a CBOR byte array.
The new Script instance.
The CBOR encoded Script object.
Static
fromCreates a Script object from the given Core Script object.
Static
newGets a Script from a NativeScript instance.
The NativeScript instance to 'cast' to Script.
Static
newGets a Script from a PlutusV1 instance.
The PlutusV1Script instance to 'cast' to Script.
Static
newGets a Script from a PlutusV2 instance.
The PlutusV2Script instance to 'cast' to Script.
Static
newGets a Script from a PlutusV3 instance.
The PlutusV3Script instance to 'cast' to Script.
Generated using TypeDoc
Program that decides whether the transaction that spends the output is authorized to do so.