Table of Contents

Class LockTimeTapScript

Namespace
NArk.Core.Scripts
Assembly
NArk.Core.dll
public class LockTimeTapScript : ScriptBuilder
Inheritance
LockTimeTapScript
Inherited Members

Constructors

LockTimeTapScript(LockTime)

public LockTimeTapScript(LockTime lockTime)

Parameters

lockTime LockTime

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>