Script

scalus.cardano.ledger.Script
See theScript companion trait
object Script

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Script.type

Members list

Type members

Classlikes

final case class Native(script: Timelock) extends Script

Native script (timelock)

Native script (timelock)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Script
class Object
trait Matchable
class Any
Show all
final case class PlutusV1(script: ByteString) extends PlutusScript

Plutus V1 script

Plutus V1 script

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait PlutusScript
trait Script
class Object
trait Matchable
class Any
Show all
final case class PlutusV2(script: ByteString) extends PlutusScript

Plutus V2 script

Plutus V2 script

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait PlutusScript
trait Script
class Object
trait Matchable
class Any
Show all
final case class PlutusV3(script: ByteString) extends PlutusScript

Plutus V3 script

Plutus V3 script

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait PlutusScript
trait Script
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Givens

Givens

given given_Codec_Script: Codec[Script]