Class GenericTapScript
public class GenericTapScript : ScriptBuilder
- Inheritance
-
GenericTapScript
- Derived
- Inherited Members
Constructors
GenericTapScript(TapScript)
public GenericTapScript(TapScript script)
Parameters
scriptTapScript
GenericTapScript(IEnumerable<Op>)
public GenericTapScript(IEnumerable<Op> ops)
Parameters
opsIEnumerable<Op>
Methods
BuildScript()
Returns the opcodes for this tapscript leaf.
public override IEnumerable<Op> BuildScript()
Returns
- IEnumerable<Op>