Packages

package store

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class DbDomainManagerNodeSettingsStore extends BaseNodeSettingsStore[StoredDomainMangerNodeSettings] with DbStore
  2. case class StoredDomainMangerNodeSettings(connection: SequencerConnection, staticDomainParameters: StaticDomainParameters) extends Product with Serializable

    Persisted domain manager settings

    Persisted domain manager settings

    The domain manager stores the following settings TODO(#11052) - param node_id -> the id of this node (currently stored in node_id ...)

    connection

    the connection to the remote sequencers

    staticDomainParameters

    the set of static domain parameters provided at initialization

Value Members

  1. object DomainManagerNodeSettingsStore

Ungrouped