PlutusScript

scalus.cardano.ledger.PlutusScript
See thePlutusScript companion object
sealed trait PlutusScript extends Script

Attributes

Companion
object
Graph
Supertypes
trait Script
class Object
trait Matchable
class Any
Known subtypes
class PlutusV1
class PlutusV2
class PlutusV3

Members list

Value members

Abstract methods

Get script language

Get script language

Attributes

Concrete methods

Get the De Bruijn-indexed program, preserving source annotations when available.

Get the De Bruijn-indexed program, preserving source annotations when available.

Attributes

def isWellFormed(majorProtocolVersion: MajorProtocolVersion): Boolean

Get the program, preferring the cached in-memory version over CBOR deserialization.

Get the program, preferring the cached in-memory version over CBOR deserialization.

Attributes

def toHex: String

Inherited and Abstract methods

Attributes

Inherited from:
Script