ScriptWitness

case class ScriptWitness(stack: Seq[ByteVector]) extends BtcSerializable[ScriptWitness]

a script witness is just a stack of data there is one script witness per transaction input

Value parameters:
stack

items to be pushed on the stack

Companion:
object
Source:
Transaction.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def isNotNull: Boolean
def isNull: Boolean

Inherited methods

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