Packages

package PingPong

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Accept(validator: Party) extends ValueRef with Product with Serializable
  2. final case class Ack() extends ValueRef with Product with Serializable
  3. final case class Collapse(id: Text, initiator: Party, validators: List[Party], responders: List[Party], path: Text) extends Template[Collapse] with Product with Serializable
  4. final case class Cycle(id: Text, owner: Party) extends Template[Cycle] with Product with Serializable
  5. final case class ExpireCollapse() extends ValueRef with Product with Serializable
  6. final case class ExpireExplode() extends ValueRef with Product with Serializable
  7. final case class ExpireMerge() extends ValueRef with Product with Serializable
  8. final case class Explode(id: Text, initiator: Party, validators: List[Party], responders: List[Party], path: Text, maxLevel: Int64) extends Template[Explode] with Product with Serializable
  9. final case class Merge(id: Text, initiator: Party, validators: List[Party], responders: List[Party], path: Text) extends Template[Merge] with Product with Serializable
  10. final case class Ping(id: Text, initiator: Party, validators: List[Party], responders: List[Party], maxLevel: Int64) extends Template[Ping] with Product with Serializable
  11. final case class PingProposal(id: Text, initiator: Party, candidates: List[Party], validators: List[Party], responders: List[Party], maxLevel: Int64) extends Template[PingProposal] with Product with Serializable
  12. final case class Pong(id: Text, initiator: Party, validators: List[Party], responder: Party, observers: List[Party]) extends Template[Pong] with Product with Serializable
  13. final case class ProcessCollapse(winner: Party) extends ValueRef with Product with Serializable
  14. final case class ProcessExplode(winner: Party) extends ValueRef with Product with Serializable
  15. final case class ProcessMerge(winner: Party, leftId: ContractId[Collapse], rightId: ContractId[Collapse]) extends ValueRef with Product with Serializable
  16. final case class Repeat() extends ValueRef with Product with Serializable
  17. final case class Respond(winner: Party) extends ValueRef with Product with Serializable
  18. final case class Void() extends ValueRef with Product with Serializable

Value Members

  1. object Accept extends ValueRefCompanion with (Party) => Accept with Serializable
  2. object Ack extends ValueRefCompanion with () => Ack with Serializable
  3. object Collapse extends TemplateCompanion[Collapse] with (Text, Party, List[Party], List[Party], Text) => Collapse with Serializable
  4. object Cycle extends TemplateCompanion[Cycle] with (Text, Party) => Cycle with Serializable
  5. object ExpireCollapse extends ValueRefCompanion with () => ExpireCollapse with Serializable
  6. object ExpireExplode extends ValueRefCompanion with () => ExpireExplode with Serializable
  7. object ExpireMerge extends ValueRefCompanion with () => ExpireMerge with Serializable
  8. object Explode extends TemplateCompanion[Explode] with (Text, Party, List[Party], List[Party], Text, Int64) => Explode with Serializable
  9. object Merge extends TemplateCompanion[Merge] with (Text, Party, List[Party], List[Party], Text) => Merge with Serializable
  10. object Ping extends TemplateCompanion[Ping] with (Text, Party, List[Party], List[Party], Int64) => Ping with Serializable
  11. object PingProposal extends TemplateCompanion[PingProposal] with (Text, Party, List[Party], List[Party], List[Party], Int64) => PingProposal with Serializable
  12. object Pong extends TemplateCompanion[Pong] with (Text, Party, List[Party], Party, List[Party]) => Pong with Serializable
  13. object ProcessCollapse extends ValueRefCompanion with (Party) => ProcessCollapse with Serializable
  14. object ProcessExplode extends ValueRefCompanion with (Party) => ProcessExplode with Serializable
  15. object ProcessMerge extends ValueRefCompanion with (Party, ContractId[Collapse], ContractId[Collapse]) => ProcessMerge with Serializable
  16. object Repeat extends ValueRefCompanion with () => Repeat with Serializable
  17. object Respond extends ValueRefCompanion with (Party) => Respond with Serializable
  18. object Void extends ValueRefCompanion with () => Void with Serializable

Ungrouped