scalus.cardano.txbuilder.ScriptSource
See theScriptSource companion trait
object ScriptSource
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ScriptSource.type
Members list
Type members
Classlikes
case object NativeScriptAttached extends ScriptSource[Native]
Tries to use a CIP-33 reference script or a script manually passed in the builder.
Tries to use a CIP-33 reference script or a script manually passed in the builder.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ScriptSource[Native]class Objecttrait Matchableclass AnyShow all
- Self type
-
NativeScriptAttached.type
case class NativeScriptValue(script: Native) extends ScriptSource[Native]
Contains a script itself, will be included to the witness set.
Contains a script itself, will be included to the witness set.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ScriptSource[Native]class Objecttrait Matchableclass AnyShow all
case object PlutusScriptAttached extends ScriptSource[PlutusScript]
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ScriptSource[PlutusScript]class Objecttrait Matchableclass AnyShow all
- Self type
-
PlutusScriptAttached.type
case class PlutusScriptValue(script: PlutusScript) extends ScriptSource[PlutusScript]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ScriptSource[PlutusScript]class Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article