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 Serializable
trait Product
trait Equals
trait SubmitError
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