Interface CommandsOuterClass.CommandOrBuilder

    • Method Detail

      • hasCreate

        boolean hasCreate()
        .com.daml.ledger.api.v1.CreateCommand create = 1 [json_name = "create"];
        Returns:
        Whether the create field is set.
      • hasExercise

        boolean hasExercise()
        .com.daml.ledger.api.v1.ExerciseCommand exercise = 2 [json_name = "exercise"];
        Returns:
        Whether the exercise field is set.
      • hasExerciseByKey

        boolean hasExerciseByKey()
        .com.daml.ledger.api.v1.ExerciseByKeyCommand exerciseByKey = 4 [json_name = "exerciseByKey"];
        Returns:
        Whether the exerciseByKey field is set.
      • getExerciseByKey

        CommandsOuterClass.ExerciseByKeyCommand getExerciseByKey()
        .com.daml.ledger.api.v1.ExerciseByKeyCommand exerciseByKey = 4 [json_name = "exerciseByKey"];
        Returns:
        The exerciseByKey.
      • hasCreateAndExercise

        boolean hasCreateAndExercise()
        .com.daml.ledger.api.v1.CreateAndExerciseCommand createAndExercise = 3 [json_name = "createAndExercise"];
        Returns:
        Whether the createAndExercise field is set.
      • getCreateAndExercise

        CommandsOuterClass.CreateAndExerciseCommand getCreateAndExercise()
        .com.daml.ledger.api.v1.CreateAndExerciseCommand createAndExercise = 3 [json_name = "createAndExercise"];
        Returns:
        The createAndExercise.