Packages

package TestConfiguration

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class ProposeViews() extends ValueRef with Product with Serializable
  2. final case class Reset() extends ValueRef with Product with Serializable
  3. final case class TestConfiguration(proposer: Party, dataField: Data, observers: List[Party], viewOwners: List[Party], numberOfViews: Int64, iteration: Int64, deleteOldViews: Bool, requiredAccepts: Int64) extends Template[TestConfiguration] with Product with Serializable

Value Members

  1. object ProposeViews extends ValueRefCompanion with () => ProposeViews with Serializable
  2. object Reset extends ValueRefCompanion with () => Reset with Serializable
  3. object TestConfiguration extends TemplateCompanion[TestConfiguration] with (Party, Data, List[Party], List[Party], Int64, Int64, Bool, Int64) => TestConfiguration with Serializable

Ungrouped