ChainPoint

scalus.cardano.node.stream.ChainPoint
See theChainPoint companion class
object ChainPoint

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ChainPoint.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

Sentinel "before any block". Used when a subscription is seeded from a snapshot before any real tip has been observed: the synthetic UtxoEvent.Created events carry this rather than a faked point, and subscribers can recognise it with point == ChainPoint.origin.

Sentinel "before any block". Used when a subscription is seeded from a snapshot before any real tip has been observed: the synthetic UtxoEvent.Created events carry this rather than a faked point, and subscribers can recognise it with point == ChainPoint.origin.

Attributes