RedeemerIndexingInternalError

scalus.cardano.txbuilder.RedeemerIndexingInternalError
case class RedeemerIndexingInternalError(detachedRedeemer: DetachedRedeemer, steps: Seq[TransactionBuilderStep])

Internal error indicating a redeemer could not be attached to any transaction component.

This error occurs when a detached redeemer's purpose does not match any input, mint, withdrawal, certificate, vote, or proposal in the transaction. This typically indicates an internal inconsistency in the transaction builder - a redeemer was tracked but its corresponding transaction component was removed or never added.

Value parameters

detachedRedeemer

the redeemer that could not be attached, containing its data and purpose

steps

the sequence of transaction builder steps that were processed

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product