object TimeProof extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TimeProof
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromEvent(event: OrdinarySequencedEvent[Envelope[_]]): Either[String, TimeProof]
- Annotations
- @SuppressWarnings()
- def fromEventO(event: OrdinarySequencedEvent[Envelope[_]]): Option[TimeProof]
Return a wrapped TimeProof if the given
event
has the correct properties. - def fromProtoV0(protocolVersion: ProtocolVersion, hashOps: HashOps)(timeProofP: v0.TimeProof): ParsingResult[TimeProof]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isTimeProofEvent(event: OrdinaryProtocolEvent): Boolean
Is the event a time proof
- def isTimeProofSubmission(submission: SubmissionRequest): Boolean
Does the submission request look like a request to create a time event
- 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()
- def sendRequest(client: SequencerClient)(implicit traceContext: TraceContext): EitherT[Future, SendAsyncClientError, Unit]
Send placed alongside the validation logic for a time proof to help ensure it remains consistent
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timeEventMessageIdPrefix: String
Use a constant prefix for a message which would permit the sequencer to track how many time request events it is receiving.
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])