BalanceDidNotConverge

scalus.cardano.txbuilder.TxBalancingError.BalanceDidNotConverge
final case class BalanceDidNotConverge(iterations: Int)

Balancing loop exceeded maximum iterations without converging.

This typically indicates a pathological case where fee adjustments and change calculations keep oscillating. The transaction structure may need to be simplified.

Value parameters

iterations

the number of iterations attempted before giving up

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product