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 Serializable
trait Product
trait Equals
trait StepError
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def explain: String

Human-readable explanation of the error

Human-readable explanation of the error

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product