Class Created<CtId>

java.lang.Object
com.daml.ledger.javaapi.data.codegen.Created<CtId>
Type Parameters:
CtId - The type of the template ContractId.

public final class Created<CtId> extends Object
This class contains information related to a result after a contract is created.

Application code should not instantiate or subclass;

  • Field Details

    • contractId

      public final CtId contractId
  • Method Details