Packages

package v1

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class InitRequest(domainId: String, topologySnapshot: Option[TopologyTransactions], domainParameters: Option[StaticDomainParameters], snapshot: Option[v0.SequencerSnapshot]) extends GeneratedMessage with Updatable[InitRequest] with Product with Serializable

    Includes sufficient detail for:

    Includes sufficient detail for:

    • the sequencer to generate its own key to return the public key to the domain node
    • topology and additional bootstrap information
    topologySnapshot

    a topology snapshot up until the point where this sequencer's key is registered

    snapshot

    optional - snapshot to initialize sequencer from

    Annotations
    @SerialVersionUID()
  2. final case class SequencerSnapshot(latestTimestamp: Option[Timestamp], headMemberCounters: Seq[MemberCounter], status: Option[SequencerPruningStatus], additional: Option[ImplementationSpecificInfo], inFlightAggregations: Seq[InFlightAggregationWithId], trafficSnapshots: Seq[MemberTrafficSnapshot]) extends GeneratedMessage with Updatable[SequencerSnapshot] with Product with Serializable

    headMemberCounters

    Changed from map<string, int64> in v0 to explicit repeated so that we control the order of the entries

    inFlightAggregations

    New in v1

    trafficSnapshots

    New in v1

    Annotations
    @SerialVersionUID()

Ungrouped