Packages

package SafePaint

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class PaintHouse(painter: Party, beneficiary: Party) extends Template[PaintHouse] with Product with Serializable
  2. final case class SafeAccept(iouId: ContractId[LockedIou]) extends ValueRef with Product with Serializable
  3. final case class SafeOfferToPaintHouse(beneficiary: Party, painter: Party) extends Template[SafeOfferToPaintHouse] with Product with Serializable
  4. final case class SafePaintIds(iouId: ContractId[LockableIou], paintId: ContractId[PaintHouse]) extends ValueRef with Product with Serializable

Value Members

  1. object PaintHouse extends TemplateCompanion[PaintHouse] with (Party, Party) => PaintHouse with Serializable
  2. object SafeAccept extends ValueRefCompanion with (ContractId[LockedIou]) => SafeAccept with Serializable
  3. object SafeOfferToPaintHouse extends TemplateCompanion[SafeOfferToPaintHouse] with (Party, Party) => SafeOfferToPaintHouse with Serializable
  4. object SafePaintIds extends ValueRefCompanion with (ContractId[LockableIou], ContractId[PaintHouse]) => SafePaintIds with Serializable

Ungrouped