package Paint
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class AcceptByOwner(iouId: ContractId[Iou]) extends ValueRef with Product with Serializable
- final case class AcceptByPainter() extends ValueRef with Product with Serializable
- final case class OfferToPaintHouseByOwner(houseOwner: Party, painter: Party, bank: Party, iouId: ContractId[Iou]) extends Template[OfferToPaintHouseByOwner] with Product with Serializable
- final case class OfferToPaintHouseByPainter(houseOwner: Party, painter: Party, bank: Party, amount: Amount) extends Template[OfferToPaintHouseByPainter] with Product with Serializable
- final case class PaintHouse(painter: Party, houseOwner: Party) extends Template[PaintHouse] with Product with Serializable
Value Members
- object AcceptByOwner extends ValueRefCompanion with (ContractId[Iou]) => AcceptByOwner with Serializable
- object AcceptByPainter extends ValueRefCompanion with () => AcceptByPainter with Serializable
- object OfferToPaintHouseByOwner extends TemplateCompanion[OfferToPaintHouseByOwner] with (Party, Party, Party, ContractId[Iou]) => OfferToPaintHouseByOwner with Serializable
- object OfferToPaintHouseByPainter extends TemplateCompanion[OfferToPaintHouseByPainter] with (Party, Party, Party, Amount) => OfferToPaintHouseByPainter with Serializable
- object PaintHouse extends TemplateCompanion[PaintHouse] with (Party, Party) => PaintHouse with Serializable