UtxoNotAvailable
scalus.cardano.node.NodeSubmitError.UtxoNotAvailable
case class UtxoNotAvailable(message: String, unavailableInputs: Set[TransactionInput] = ...) extends NodeSubmitError
UTXO inputs not available - already spent or never existed.
This is the key error for handling race conditions where UTxOs become unavailable between collection and submission. Maps to Cardano ledger BadInputsUTxO errors.
Value parameters
- message
-
the original error message
- unavailableInputs
-
best-effort set of unavailable inputs (may be empty if parsing failed)
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait NodeSubmitErrortrait SubmitErrorclass Objecttrait Matchableclass Any
Members list
In this article