Idle

scalus.cardano.node.stream.UtxoEvent.Idle
final case class Idle(at: ChainPoint)

Progress signal: the chain advanced to at and nothing matched this subscription.

Without it, a narrowly-scoped subscription cannot distinguish "quiet chain" from "stalled connection", and has no point to checkpoint. Emitted at provider discretion — see SubscriptionOptions.idleSignals.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product