Class Created<CtId>
- java.lang.Object
-
- com.daml.ledger.javaapi.data.codegen.Created<CtId>
-
- Type Parameters:
CtId- The type of the templateContractId.
public final class Created<CtId> extends java.lang.ObjectThis class contains information related to a result after a contract is created.Application code should not instantiate or subclass;
-
-
Field Summary
Fields Modifier and Type Field Description CtIdcontractId
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
contractId
public final CtId contractId
-
-