ChainPoint

scalus.cardano.node.stream.ChainPoint
See theChainPoint companion object
case class ChainPoint(slot: SlotNo, blockHash: BlockHash)

A position on the chain, identified by slot and block header hash.

Every event carries one, so subscribers can correlate across streams, deduplicate on replay, and checkpoint their own progress — a persisted ChainPoint is what StartFrom.At resumes from.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
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