PlutusV3

scalus.uplc.PlutusV3
See thePlutusV3 companion object
case class PlutusV3[A](code: () => A, sir: SIR, options: Options, optimizer: Optimizer) extends Compiled[A]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Compiled[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Inherited methods

def address(network: Network): Address

Attributes

Inherited from:
Compiled
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val program: Program
lazy val script: PlutusV3