final class Iou extends Template
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Iou
- Template
- DamlRecord
- DefinedDataType
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def create(): Update[Created[ContractId]]
- Definition Classes
- Iou → Template
- Annotations
- @Override()
- def createAnd(): CreateAnd
- Definition Classes
- Iou → Template
- Annotations
- @Override()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(object: AnyRef): Boolean
- Definition Classes
- Iou → AnyRef → Any
- Annotations
- @Override()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getCompanion(): WithoutKey[Contract, ContractId, Iou]
- final def getContractTypeId(): Identifier
- Definition Classes
- Template
- def hashCode(): Int
- Definition Classes
- Iou → AnyRef → Any
- Annotations
- @Override()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jsonEncoder(): JsonLfEncoder
- Definition Classes
- Iou → DefinedDataType
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toJson(): String
- Definition Classes
- DefinedDataType
- def toString(): String
- Definition Classes
- Iou → AnyRef → Any
- Annotations
- @Override()
- def toValue(): DamlRecord
- Definition Classes
- Iou → DamlRecord → DefinedDataType
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def createAndExerciseArchive(): Update[Exercised[Unit]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseArchive(arg: Archive): Update[Exercised[Unit]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseDateCheckAddDays(payload: LocalDate): Update[Exercised[LocalDate]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseDateCheckAddDays(arg: DateCheckAddDays): Update[Exercised[LocalDate]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseIou_AddObserver(newObserver: String): Update[Exercised[ContractId]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseIou_AddObserver(arg: Iou_AddObserver): Update[Exercised[ContractId]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseIou_Merge(otherCid: ContractId): Update[Exercised[ContractId]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseIou_Merge(arg: Iou_Merge): Update[Exercised[ContractId]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseIou_RemoveObserver(oldObserver: String): Update[Exercised[ContractId]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseIou_RemoveObserver(arg: Iou_RemoveObserver): Update[Exercised[ContractId]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseIou_Split(splitAmount: BigDecimal): Update[Exercised[Tuple2[ContractId, ContractId]]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseIou_Split(arg: Iou_Split): Update[Exercised[Tuple2[ContractId, ContractId]]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseIou_Transfer(newOwner: String): Update[Exercised[ContractId]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseIou_Transfer(arg: Iou_Transfer): Update[Exercised[ContractId]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseTextMapCheck(payload: Map[String, Long]): Update[Exercised[Map[String, Long]]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseTextMapCheck(arg: TextMapCheck): Update[Exercised[Map[String, Long]]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseTimestampCheckAddHours(payload: Instant): Update[Exercised[Instant]]
- Annotations
- @Deprecated
- Deprecated
- def createAndExerciseTimestampCheckAddHours(arg: TimestampCheckAddHours): Update[Exercised[Instant]]
- Annotations
- @Deprecated
- Deprecated
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)