package PingPong
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class Accept(validator: Party) extends ValueRef with Product with Serializable
- final case class Ack() extends ValueRef with Product with Serializable
- final case class Collapse(id: Text, initiator: Party, validators: List[Party], responders: List[Party], path: Text) extends Template[Collapse] with Product with Serializable
- final case class Cycle(id: Text, owner: Party) extends Template[Cycle] with Product with Serializable
- final case class ExpireCollapse() extends ValueRef with Product with Serializable
- final case class ExpireExplode() extends ValueRef with Product with Serializable
- final case class ExpireMerge() extends ValueRef with Product with Serializable
- 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
- final case class Merge(id: Text, initiator: Party, validators: List[Party], responders: List[Party], path: Text) extends Template[Merge] with Product with Serializable
- final case class Ping(id: Text, initiator: Party, validators: List[Party], responders: List[Party], maxLevel: Int64) extends Template[Ping] with Product with Serializable
- 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
- final case class Pong(id: Text, initiator: Party, validators: List[Party], responder: Party, observers: List[Party]) extends Template[Pong] with Product with Serializable
- final case class ProcessCollapse(winner: Party) extends ValueRef with Product with Serializable
- final case class ProcessExplode(winner: Party) extends ValueRef with Product with Serializable
- final case class ProcessMerge(winner: Party, leftId: ContractId[Collapse], rightId: ContractId[Collapse]) extends ValueRef with Product with Serializable
- final case class Repeat() extends ValueRef with Product with Serializable
- final case class Respond(winner: Party) extends ValueRef with Product with Serializable
- final case class Void() extends ValueRef with Product with Serializable
Value Members
- object Accept extends ValueRefCompanion with (Party) => Accept with Serializable
- object Ack extends ValueRefCompanion with () => Ack with Serializable
- object Collapse extends TemplateCompanion[Collapse] with (Text, Party, List[Party], List[Party], Text) => Collapse with Serializable
- object Cycle extends TemplateCompanion[Cycle] with (Text, Party) => Cycle with Serializable
- object ExpireCollapse extends ValueRefCompanion with () => ExpireCollapse with Serializable
- object ExpireExplode extends ValueRefCompanion with () => ExpireExplode with Serializable
- object ExpireMerge extends ValueRefCompanion with () => ExpireMerge with Serializable
- object Explode extends TemplateCompanion[Explode] with (Text, Party, List[Party], List[Party], Text, Int64) => Explode with Serializable
- object Merge extends TemplateCompanion[Merge] with (Text, Party, List[Party], List[Party], Text) => Merge with Serializable
- object Ping extends TemplateCompanion[Ping] with (Text, Party, List[Party], List[Party], Int64) => Ping with Serializable
- object PingProposal extends TemplateCompanion[PingProposal] with (Text, Party, List[Party], List[Party], List[Party], Int64) => PingProposal with Serializable
- object Pong extends TemplateCompanion[Pong] with (Text, Party, List[Party], Party, List[Party]) => Pong with Serializable
- object ProcessCollapse extends ValueRefCompanion with (Party) => ProcessCollapse with Serializable
- object ProcessExplode extends ValueRefCompanion with (Party) => ProcessExplode with Serializable
- object ProcessMerge extends ValueRefCompanion with (Party, ContractId[Collapse], ContractId[Collapse]) => ProcessMerge with Serializable
- object Repeat extends ValueRefCompanion with () => Repeat with Serializable
- object Respond extends ValueRefCompanion with (Party) => Respond with Serializable
- object Void extends ValueRefCompanion with () => Void with Serializable