EvalConfig

scalus.testing.eval.EvalConfig
See theEvalConfig companion object
case class EvalConfig(vms: Seq[PlutusVM] = ..., backends: Seq[TargetLoweringBackend] = ..., useUplcCli: Boolean = ..., compilerOptions: Options = ...)

Configuration for multi-backend evaluation.

Value parameters

backends

TargetLoweringBackend configurations to test

compilerOptions

Compiler options to use for SIR lowering

useUplcCli

Whether to include UplcCli evaluation (JVM-only, ignored on JS/Native)

vms

PlutusVM instances to test against

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
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