Initializes a new instance of the ScriptNOfK class.
The list of sub-scripts.
The number of sub-scripts that must evaluate to true for this script to evaluate to true.
Private
#nativePrivate
#originalPrivate
#requiredGets the list of sub-scripts.
The list of sub-scripts.
Sets the list of sub-scripts.
The list of sub-scripts.
Creates a Core RequireAtLeastScript object from the current ScriptNOfK object.
The Core RequireAtLeastScript object.
Static
fromDeserializes the ScriptNOfK from a CBOR byte array.
The new ScriptNOfK instance.
The CBOR encoded ScriptNOfK object.
Static
fromCreates a ScriptNOfK object from the given Core RequireAtLeastScript object.
The core RequireAtLeastScript 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.