RolledBack

scalus.cardano.node.stream.UtxoEvent.RolledBack
final case class RolledBack(to: ChainPoint)

The chain rolled back to to. Discard every previously delivered event that occurred strictly after it, then resume with the events that follow.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product