Class Exercised<R>

java.lang.Object
com.daml.ledger.javaapi.data.codegen.Exercised<R>
Type Parameters:
R - The type of exercise result

public final class Exercised<R> extends Object
This class contains information related to the result after a choice is exercised.

Application code should not instantiate or subclass;

  • Field Details

    • exerciseResult

      public final R exerciseResult
  • Method Details