final case class SequencerDomainStateX(domain: String, threshold: Int, active: Seq[String], observers: Seq[String]) extends GeneratedMessage with Updatable[SequencerDomainStateX] with Product with Serializable
which sequencers are active on the given domain authorization: whoever controls the domain and all the owners of the active or observing sequencers that were not already present in the tx with serial = n - 1 exception: a sequencer can leave the consortium unilaterally as long as there are enough members to reach the threshold UNIQUE(domain)
- domain
the domain-id of the sequencer group
- threshold
the signature threshold required to reach consensus
- active
the list of active sequencers
- observers
the list of observing sequencers (uid) within the group (read messages but don't respond) TODO(#11255) should we support shipping some extra info here? i.e. tendermint configuration to be applied? bytes payload = 5;
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- SequencerDomainStateX
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SequencerDomainStateX(domain: String, threshold: Int, active: Seq[String], observers: Seq[String])
- domain
the domain-id of the sequencer group
- threshold
the signature threshold required to reach consensus
- active
the list of active sequencers
- observers
the list of observing sequencers (uid) within the group (read messages but don't respond) TODO(#11255) should we support shipping some extra info here? i.e. tendermint configuration to be applied? bytes payload = 5;
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val active: Seq[String]
- def addActive(__vs: String*): SequencerDomainStateX
- def addAllActive(__vs: Iterable[String]): SequencerDomainStateX
- def addAllObservers(__vs: Iterable[String]): SequencerDomainStateX
- def addObservers(__vs: String*): SequencerDomainStateX
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearActive: SequencerDomainStateX
- def clearObservers: SequencerDomainStateX
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def companion: SequencerDomainStateX.type
- Definition Classes
- SequencerDomainStateX → GeneratedMessage
- val domain: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- SequencerDomainStateX → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- SequencerDomainStateX → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val observers: Seq[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- SequencerDomainStateX → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val threshold: Int
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- SequencerDomainStateX → GeneratedMessage
- def update(ms: (Lens[SequencerDomainStateX, SequencerDomainStateX]) => Mutation[SequencerDomainStateX]*): SequencerDomainStateX
- Definition Classes
- Updatable
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withActive(__v: Seq[String]): SequencerDomainStateX
- def withDomain(__v: String): SequencerDomainStateX
- def withObservers(__v: Seq[String]): SequencerDomainStateX
- def withThreshold(__v: Int): SequencerDomainStateX
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- SequencerDomainStateX → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage