Packages

package data

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package db
  2. package memory

Type Members

  1. final case class BlockEphemeralState(latestBlock: BlockInfo, inFlightAggregations: InFlightAggregations) extends HasLoggerName with Product with Serializable

    Our typical sequencer state with an associated block height.

    Our typical sequencer state with an associated block height.

    latestBlock

    Information about the latest block

  2. final case class BlockInfo(height: Long, lastTs: CantonTimestamp, latestSequencerEventTimestamp: Option[CantonTimestamp]) extends Product with Serializable

    Persisted information about a block as a whole once it has been fully processed.

    Persisted information about a block as a whole once it has been fully processed.

    height

    The height of the block

    lastTs

    The latest timestamp used by an event or member registration in blocks up to height

    latestSequencerEventTimestamp

    The sequencing timestamp of an event addressed to the sequencer such that there is no event addressed to the sequencer (by sequencing time) between this timestamp (exclusive) and the last event in the block with height height. Must not be after lastTs. scala.None$ if no such timestamp is known. In that case, it is not guaranteed that the correct topology and traffic states will be used for validating the events in the block.

  3. trait SequencerBlockStore extends AutoCloseable

Value Members

  1. object BlockEphemeralState extends Serializable
  2. object BlockInfo extends Serializable
  3. object SequencerBlockStore

Ungrouped