package v1
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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()
Value Members
- object InitRequest extends GeneratedMessageCompanion[InitRequest]
- object SequencerInitializationServiceProto extends GeneratedFileObject