object TimeProof extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TimeProof
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- 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]
- 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
- 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
- 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.