Packages

package ContractKeys

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Allocate() extends ValueRef with Product with Serializable
  2. final case class Deallocate() extends ValueRef with Product with Serializable
  3. final case class FetchByKey(keyP: Tuple2[Party, Int64]) extends ValueRef with Product with Serializable
  4. final case class Generate(k: Int64) extends ValueRef with Product with Serializable
  5. final case class Generator(sig: Party) extends Template[Generator] with Product with Serializable
  6. final case class Initialization(sig: Party, k: Int64) extends Template[Initialization] with Product with Serializable
  7. final case class Initialize(k: Int64) extends ValueRef with Product with Serializable
  8. final case class KeyState(sig: Party, k: Int64, allocated: Bool) extends Template[KeyState] with Product with Serializable
  9. final case class Keyed(sig: Party, k: Int64) extends Template[Keyed] with Product with Serializable
  10. final case class KeyedHelper(p: Party) extends Template[KeyedHelper] with Product with Serializable
  11. final case class LookupByKey(keyP: Tuple2[Party, Int64]) extends ValueRef with Product with Serializable
  12. final case class Orchestrator(sig: Party) extends Template[Orchestrator] with Product with Serializable

Value Members

  1. object Allocate extends ValueRefCompanion with () => Allocate with Serializable
  2. object Deallocate extends ValueRefCompanion with () => Deallocate with Serializable
  3. object FetchByKey extends ValueRefCompanion with (Tuple2[Party, Int64]) => FetchByKey with Serializable
  4. object Generate extends ValueRefCompanion with (Int64) => Generate with Serializable
  5. object Generator extends TemplateCompanion[Generator] with (Party) => Generator with Serializable
  6. object Initialization extends TemplateCompanion[Initialization] with (Party, Int64) => Initialization with Serializable
  7. object Initialize extends ValueRefCompanion with (Int64) => Initialize with Serializable
  8. object KeyState extends TemplateCompanion[KeyState] with (Party, Int64, Bool) => KeyState with Serializable
  9. object Keyed extends TemplateCompanion[Keyed] with (Party, Int64) => Keyed with Serializable
  10. object KeyedHelper extends TemplateCompanion[KeyedHelper] with (Party) => KeyedHelper with Serializable
  11. object LookupByKey extends ValueRefCompanion with (Tuple2[Party, Int64]) => LookupByKey with Serializable
  12. object Orchestrator extends TemplateCompanion[Orchestrator] with (Party) => Orchestrator with Serializable

Ungrouped