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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article