Packages

package v1

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class EncryptedViewMessage(viewTree: ByteString, encryptionScheme: SymmetricKeyScheme, submitterParticipantSignature: Option[Signature], viewHash: ByteString, randomness: Seq[ParticipantRandomnessLookup], domainId: String, viewType: ViewType) extends GeneratedMessage with Updatable[EncryptedViewMessage] with Product with Serializable

    encryptionScheme

    The symmetric encryption scheme used to encrypt the view tree

    submitterParticipantSignature

    optional

    Annotations
    @SerialVersionUID()
  2. final case class EnvelopeContent(someEnvelopeContent: SomeEnvelopeContent) extends GeneratedMessage with Updatable[EnvelopeContent] with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. final case class ParticipantRandomnessLookup(randomness: ByteString, fingerprint: String) extends GeneratedMessage with Updatable[ParticipantRandomnessLookup] with Product with Serializable

    randomness

    An encrypted random bytestring. After decryption, used in HKDF to derive the encryption keys for the view and its subviews

    fingerprint

    The fingerprint of the public key that was used to encrypt the randomness for the participant

    Annotations
    @SerialVersionUID()
  4. final case class ResolvedKey(key: Option[GlobalKey], resolution: Resolution, rolledBack: Boolean) extends GeneratedMessage with Updatable[ResolvedKey] with Product with Serializable
    Annotations
    @SerialVersionUID()
  5. final case class ViewParticipantData(salt: Option[Salt], coreInputs: Seq[v0.ViewParticipantData.InputContract], createdCore: Seq[v0.ViewParticipantData.CreatedContract], createdInSubviewArchivedInCore: Seq[String], resolvedKeys: Seq[ResolvedKey], actionDescription: Option[ActionDescription], rollbackContext: Option[v0.ViewParticipantData.RollbackContext]) extends GeneratedMessage with Updatable[ViewParticipantData] with Product with Serializable

    createdInSubviewArchivedInCore

    ids of contracts created in a subview and archived in the core

    rollbackContext

    optional; defaults to the empty RollbackContext if omitted.

    Annotations
    @SerialVersionUID()

Ungrouped