Packages

package View

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Delete() extends ValueRef with Product with Serializable
  2. final case class View(viewKey: ViewKey, dataField: Data, proposer: Party, observers: List[Party]) extends Template[View] with Product with Serializable
  3. final case class ViewKey(proposer: Party, owner: Party, iterationId: Int64, instanceId: Int64) extends ValueRef with Product with Serializable

Value Members

  1. object Delete extends ValueRefCompanion with () => Delete with Serializable
  2. object View extends TemplateCompanion[View] with (ViewKey, Data, Party, List[Party]) => View with Serializable
  3. object ViewKey extends ValueRefCompanion with (Party, Party, Int64, Int64) => ViewKey with Serializable

Ungrouped