ChainTip

scalus.cardano.node.stream.ChainTip
See theChainTip companion object
case class ChainTip(point: ChainPoint, blockNo: BlockNo)

Chain tip: position plus height.

Height is what enables local confirmation arithmetic, so a subscriber tracking its own transaction can compute depth without another round trip.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def slot: SlotNo

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product