scalus.uplc.Term
See theTerm companion object
enum Term
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
Members list
Type members
Enum entries
final case class Builtin(bn: DefaultFun) extends Term
final case class Var(name: NamedDeBruijn) extends Term
Value members
Concrete methods
Extension method from scalus
Evaluate the term using the given VM.
Evaluate the term using the given VM.
Attributes
- Throws
-
RuntimeException
on evaluation error
- Note
-
This method just runs the CEK machine on the term. It does not follow Plutus specification like CIP-117
Extension method from scalus
Evaluate the term using the given VM.
Evaluate the term using the given VM.
Attributes
- Returns
-
Result with the evaluation result and the spent budget
- Note
-
This method just runs the CEK machine on the term. It does not follow Plutus * specification like CIP-117
Extension method from scalus
Extension method from scalus
In this article