ScriptLeaf

case class ScriptLeaf(id: Int, script: ByteVector, leafVersion: Int)

leaf of a script tree used to create and spend tapscript transactions

Value parameters:
id

leaf id

leafVersion

tapscript version

script

serialized bitcoin script

Source:
ScriptTree.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

tapleaf hash of this leaf

tapleaf hash of this leaf

Source:
ScriptTree.scala