Packages

package v2

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class TransferInView(salt: Option[Salt], submitter: String, contract: Option[v1.SerializableContract], transferOutResultEvent: Option[SignedContent], creatingTransactionId: ByteString, sourceProtocolVersion: Int, submittingParticipant: String, applicationId: String, submissionId: String, workflowId: String) extends GeneratedMessage with Updatable[TransferInView] with Product with Serializable

    submittingParticipant

    added in v2

    applicationId

    added in v2

    submissionId

    optional - added in v2

    workflowId

    optional - added in v2

    Annotations
    @SerialVersionUID()
  2. final case class TransferOutView(salt: Option[Salt], submitter: String, contractId: String, targetDomain: String, targetTimeProof: Option[TimeProof], targetProtocolVersion: Int, submittingParticipant: String, applicationId: String, submissionId: String, workflowId: String) extends GeneratedMessage with Updatable[TransferOutView] with Product with Serializable

    Messages sent by a participant as part of the transfer protocol

    Messages sent by a participant as part of the transfer protocol

    submittingParticipant

    added in v2

    applicationId

    added in v2

    submissionId

    optional - added in v2

    workflowId

    optional - added in v2

    Annotations
    @SerialVersionUID()
  3. final case class ViewParticipantData(salt: Option[Salt], coreInputs: Seq[v1.InputContract], createdCore: Seq[v1.CreatedContract], createdInSubviewArchivedInCore: Seq[String], resolvedKeys: Seq[v0.ViewParticipantData.ResolvedKey], actionDescription: Option[ActionDescription], rollbackContext: Option[v0.ViewParticipantData.RollbackContext]) extends GeneratedMessage with Updatable[ViewParticipantData] with Product with Serializable

    Compared to v1: action_description changed type from v0.ActionDescription to v1.ActionDescription created_core changed type from v0.CreatedContract to v1.CreatedContract core_inputs change from v0.ViewParticipantData.InputContract to v1.InputContract

    Compared to v1: action_description changed type from v0.ActionDescription to v1.ActionDescription created_core changed type from v0.CreatedContract to v1.CreatedContract core_inputs change from v0.ViewParticipantData.InputContract to v1.InputContract

    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