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[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()

Ungrouped