package v5
- Alphabetic
- Public
- Protected
Type Members
- final case class ViewParticipantData(salt: Option[Salt], coreInputs: Seq[v2.InputContract], createdCore: Seq[v2.CreatedContract], createdInSubviewArchivedInCore: Seq[String], resolvedKeys: Seq[v1.ResolvedKey], actionDescription: Option[ActionDescription], rollbackContext: Option[v0.ViewParticipantData.RollbackContext]) extends GeneratedMessage with Updatable[ViewParticipantData] with Product with Serializable
Compared to v4: action_description changed type from v3.ActionDescription to v4.ActionDescription
Compared to v4: action_description changed type from v3.ActionDescription to v4.ActionDescription
- createdInSubviewArchivedInCore
ids of contracts created in a subview and archived in the core
- rollbackContext
optional; defaults to the empty RollbackContext if omitted.
- Annotations
- @SerialVersionUID()
Value Members
- object ParticipantTransactionProto extends GeneratedFileObject
- object ViewParticipantData extends GeneratedMessageCompanion[ViewParticipantData] with StableProtoVersion