DumpArtifact

scalus.cardano.ledger.DumpArtifact

Which diagnostic artifacts the evaluator writes when reporting is enabled.

Attributes

See also
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case BudgetLog extends DumpArtifact

Per-builtin cost log (VALIDATE mode only).

Per-builtin cost log (VALIDATE mode only).

Attributes

case Flat extends DumpArtifact

Fully-applied .flat program, one file per script.

Fully-applied .flat program, one file per script.

Attributes

case Profile extends DumpArtifact

Rendered scalus.uplc.eval.ProfilingData report. Wired in a later step.

Rendered scalus.uplc.eval.ProfilingData report. Wired in a later step.

Attributes

case TxCbor extends DumpArtifact

Transaction + inputs + outputs CBOR (for aiken tx simulate). Wired in a later step.

Transaction + inputs + outputs CBOR (for aiken tx simulate). Wired in a later step.

Attributes