Packages

package v1

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class SequencerConnections(sequencerConnections: Seq[SequencerConnection], sequencerTrustThreshold: Int) extends GeneratedMessage with Updatable[SequencerConnections] with Product with Serializable

    sequencerTrustThreshold

    This field determines the minimum level of agreement, or consensus, required among the sequencers before a message is considered reliable and accepted by the system. The value set here should not be zero. However, to maintain backward compatibility with older clients, a zero value is interpreted as equivalent to the size of sequencer_connections.

    Annotations
    @SerialVersionUID()

Ungrouped