Class LockTimeTapScript
public class LockTimeTapScript : ScriptBuilder
- Inheritance
-
LockTimeTapScript
- Inherited Members
Constructors
LockTimeTapScript(LockTime)
public LockTimeTapScript(LockTime lockTime)
Parameters
lockTimeLockTime
Properties
LockTime
public LockTime LockTime { get; }
Property Value
- LockTime
Methods
BuildScript()
Returns the opcodes for this tapscript leaf.
public override IEnumerable<Op> BuildScript()
Returns
- IEnumerable<Op>