Initializes a new instance of the ScriptAny class.
The list of sub-scripts.
Private
#nativePrivate
#originalGets the list of sub-scripts.
The list of sub-scripts.
Sets the list of sub-scripts.
The list of sub-scripts.
Creates a Core RequireAnyOfScript object from the current ScriptAny object.
The Core RequireAnyOfScript object.
Static
fromDeserializes the ScriptAny from a CBOR byte array.
The new ScriptAny instance.
The CBOR encoded ScriptAny object.
Static
fromCreates a ScriptAny object from the given Core RequireAnyOfScript object.
The core RequireAnyOfScript object.
Generated using TypeDoc
This script evaluates to true if any the sub-scripts evaluate to true. That is, if one or more evaluate to true.
If the list of sub-scripts is empty, this script evaluates to false.