NativeScriptWitness

scalus.cardano.txbuilder.NativeScriptWitness
case class NativeScriptWitness(scriptSource: ScriptSource[Native], additionalSigners: Set[ExpectedSigner]) extends SpendWitness

Witnesses for native scripts. Can appear several times, but with the same additionalSigners.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SpendWitness
trait Witness
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product