Packages

package LockIou

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Assign(beneficiary: Party) extends ValueRef with Product with Serializable
  2. final case class Call() extends ValueRef with Product with Serializable
  3. final case class LockableIou(payer: Party, owner: Party, amount: Amount) extends Template[LockableIou] with Product with Serializable
  4. final case class LockedIou(payer: Party, owner: Party, beneficiary: Party, amount: Amount) extends Template[LockedIou] with Product with Serializable
  5. final case class Transfer() extends ValueRef with Product with Serializable

Value Members

  1. object Assign extends ValueRefCompanion with (Party) => Assign with Serializable
  2. object Call extends ValueRefCompanion with () => Call with Serializable
  3. object LockableIou extends TemplateCompanion[LockableIou] with (Party, Party, Amount) => LockableIou with Serializable
  4. object LockedIou extends TemplateCompanion[LockedIou] with (Party, Party, Party, Amount) => LockedIou with Serializable
  5. object Transfer extends ValueRefCompanion with () => Transfer with Serializable

Ungrouped