UnsupportedPlutusVersion
scalus.cardano.txbuilder.StepError.UnsupportedPlutusVersion
case class UnsupportedPlutusVersion(language: Language, step: TransactionBuilderStep) extends StepError
A step referenced a Plutus script whose language version the builder cannot yet attach to the witness set. Currently emitted only for Language.PlutusV4 (Dijkstra), which needs the upcoming plutusV4Scripts witness-set field; the error gives callers a typed signal instead of a raw exception escaping the step processor.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StepErrorclass Objecttrait Matchableclass Any
Members list
In this article