Class Template

All Implemented Interfaces:
DefinedDataType<Template>

public abstract class Template extends DamlRecord<Template>
  • Constructor Details

    • Template

      public Template()
  • Method Details

    • create

      public abstract Update<? extends Created<? extends ContractId<? extends Template>>> create()
    • createAnd

      public abstract CreateAnd createAnd()
      Set up a CreateAndExerciseCommand; invoke an exercise method on the result of this to finish creating the command, or convert to an interface first with toInterface to invoke an interface exercise method.
    • getContractTypeId

      public final Identifier getContractTypeId()
      The template ID for this template.