object TimeProof extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TimeProof
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def fromEvent(event: OrdinarySequencedEvent[Envelope[_]]): Either[String, TimeProof]
    Annotations
    @SuppressWarnings()
  2. def fromEventO(event: OrdinarySequencedEvent[Envelope[_]]): Option[TimeProof]

    Return a wrapped TimeProof if the given event has the correct properties.

  3. def fromProtoV0(protocolVersion: ProtocolVersion, hashOps: HashOps)(timeProofP: v0.TimeProof): ParsingResult[TimeProof]
  4. def isTimeProofEvent(event: OrdinaryProtocolEvent): Boolean

    Is the event a time proof

  5. def isTimeProofSubmission(submission: SubmissionRequest): Boolean

    Does the submission request look like a request to create a time event

  6. 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

  7. 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.