Packages

final class Iou extends Template

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Iou
  2. Template
  3. DamlRecord
  4. DefinedDataType
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Iou(issuer: String, owner: String, currency: String, amount: BigDecimal, observers: List[String])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. def create(): Update[Created[ContractId]]
    Definition Classes
    Iou → Template
    Annotations
    @Override()
  7. def createAnd(): CreateAnd
    Definition Classes
    Iou → Template
    Annotations
    @Override()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(object: AnyRef): Boolean
    Definition Classes
    Iou → AnyRef → Any
    Annotations
    @Override()
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def getCompanion(): WithoutKey[Contract, ContractId, Iou]
    Attributes
    protected[iou]
    Definition Classes
    Iou → Template
    Annotations
    @Override()
  12. final def getContractTypeId(): Identifier
    Definition Classes
    Template
  13. def hashCode(): Int
    Definition Classes
    Iou → AnyRef → Any
    Annotations
    @Override()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def jsonEncoder(): JsonLfEncoder
    Definition Classes
    Iou → DefinedDataType
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toJson(): String
    Definition Classes
    DefinedDataType
  21. def toString(): String
    Definition Classes
    Iou → AnyRef → Any
    Annotations
    @Override()
  22. def toValue(): DamlRecord
    Definition Classes
    Iou → DamlRecord → DefinedDataType
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def createAndExerciseArchive(): Update[Exercised[Unit]]

    Annotations
    @Deprecated
    Deprecated
  2. def createAndExerciseArchive(arg: Archive): Update[Exercised[Unit]]

    Annotations
    @Deprecated
    Deprecated
  3. def createAndExerciseDateCheckAddDays(payload: LocalDate): Update[Exercised[LocalDate]]

    Annotations
    @Deprecated
    Deprecated
  4. def createAndExerciseDateCheckAddDays(arg: DateCheckAddDays): Update[Exercised[LocalDate]]

    Annotations
    @Deprecated
    Deprecated
  5. def createAndExerciseIou_AddObserver(newObserver: String): Update[Exercised[ContractId]]

    Annotations
    @Deprecated
    Deprecated
  6. def createAndExerciseIou_AddObserver(arg: Iou_AddObserver): Update[Exercised[ContractId]]

    Annotations
    @Deprecated
    Deprecated
  7. def createAndExerciseIou_Merge(otherCid: ContractId): Update[Exercised[ContractId]]

    Annotations
    @Deprecated
    Deprecated
  8. def createAndExerciseIou_Merge(arg: Iou_Merge): Update[Exercised[ContractId]]

    Annotations
    @Deprecated
    Deprecated
  9. def createAndExerciseIou_RemoveObserver(oldObserver: String): Update[Exercised[ContractId]]

    Annotations
    @Deprecated
    Deprecated
  10. def createAndExerciseIou_RemoveObserver(arg: Iou_RemoveObserver): Update[Exercised[ContractId]]

    Annotations
    @Deprecated
    Deprecated
  11. def createAndExerciseIou_Split(splitAmount: BigDecimal): Update[Exercised[Tuple2[ContractId, ContractId]]]

    Annotations
    @Deprecated
    Deprecated
  12. def createAndExerciseIou_Split(arg: Iou_Split): Update[Exercised[Tuple2[ContractId, ContractId]]]

    Annotations
    @Deprecated
    Deprecated
  13. def createAndExerciseIou_Transfer(newOwner: String): Update[Exercised[ContractId]]

    Annotations
    @Deprecated
    Deprecated
  14. def createAndExerciseIou_Transfer(arg: Iou_Transfer): Update[Exercised[ContractId]]

    Annotations
    @Deprecated
    Deprecated
  15. def createAndExerciseTextMapCheck(payload: Map[String, Long]): Update[Exercised[Map[String, Long]]]

    Annotations
    @Deprecated
    Deprecated
  16. def createAndExerciseTextMapCheck(arg: TextMapCheck): Update[Exercised[Map[String, Long]]]

    Annotations
    @Deprecated
    Deprecated
  17. def createAndExerciseTimestampCheckAddHours(payload: Instant): Update[Exercised[Instant]]

    Annotations
    @Deprecated
    Deprecated
  18. def createAndExerciseTimestampCheckAddHours(arg: TimestampCheckAddHours): Update[Exercised[Instant]]

    Annotations
    @Deprecated
    Deprecated
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Template

Inherited from DamlRecord[Template]

Inherited from DefinedDataType[Template]

Inherited from AnyRef

Inherited from Any

Ungrouped