Packages

package Counter

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Counter(owner: Party, value: Int64, incrementers: List[Party]) extends Template[Counter] with Product with Serializable
  2. final case class Increment(incrementer: Party) extends ValueRef with Product with Serializable

Value Members

  1. object Counter extends TemplateCompanion[Counter] with (Party, Int64, List[Party]) => Counter with Serializable
  2. object Increment extends ValueRefCompanion with (Party) => Increment with Serializable

Ungrouped