Compiled
scalus.uplc.Compiled
A compiled Plutus script.
This trait represents a script that has been compiled from Scala source code through the Scalus compiler pipeline (Scala -> SIR -> UPLC -> Plutus Script). It contains original Scala code, its type, scalus.compiler.sir.SIR, compiler options (backend etc), and generated UPLC program and serialized Plutus script.
Type parameters
- A
-
the Scala type of the compiled code, typically a function type representing the validator signature
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
In this article