object SignedContent extends Serializable

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

Type Members

  1. type ContentDeserializer[A] = (ByteString) => ParsingResult[A]

Value Members

  1. def create[Env <: Envelope[_]](cryptoApi: CryptoPureApi, cryptoPrivateApi: SyncCryptoApi, event: SequencedEvent[Env], timestampOfSigningKey: Option[CantonTimestamp])(implicit traceContext: TraceContext, ec: ExecutionContext): EitherT[Future, SyncCryptoError, SignedContent[SequencedEvent[Env]]]
  2. def fromProtoV0[A <: ProtocolVersionedMemoizedEvidence](contentDeserializer: ContentDeserializer[A], signedValueP: protocol.v0.SignedContent): ParsingResult[SignedContent[A]]
  3. def hashContent(cryptoApi: CryptoPureApi, sequencedEvent: SequencedEvent[_]): Hash
  4. implicit def prettySignedContent[A <: ProtocolVersionedMemoizedEvidence](implicit prettyA: Pretty[A]): Pretty[SignedContent[A]]
  5. val protoConvertedSequencedEventClosedEnvelope: HasProtocolVersionedWithContextCompanion[SignedContent[SequencedEvent[ClosedEnvelope]], ContentDeserializer[SequencedEvent[ClosedEnvelope]]]
  6. def tryCreate[Env <: Envelope[_]](cryptoApi: CryptoPureApi, cryptoPrivateApi: SyncCryptoApi, event: SequencedEvent[Env], timestampOfSigningKey: Option[CantonTimestamp])(implicit traceContext: TraceContext, ec: ExecutionContext): Future[SignedContent[SequencedEvent[Env]]]
  7. def versionedProtoConverter[A <: ProtocolVersionedMemoizedEvidence](contentType: String): HasProtocolVersionedWithContextCompanion[SignedContent[A], ContentDeserializer[A]]