NativeScriptWitness

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

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

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product