unified by-contract-ID/createAnd exercise interface, deprecate createAndExercise methods #13920
Closed
9 tasks done
Labels
component/java-ecosystem
Java development experience
roadmap/interfaces
https://digitalasset.atlassian.net/browse/DAML-56
team/ledger-clients
Related to the Ledger Clients team's components.
Design from #13668 (comment) . For this part:
codegen.Exercises<Cmd>
withmakeExerciseCmd
makeExerciseCmd
incodegen.ContractId
which now implementsExercises<ExerciseCommand>
codegen.CreateAnd<...> implements Exercises<CreateAndExerciseCommand>
createAnd()
on templatesContractId
to separate generated interface with default methods in terms ofmakeExerciseCmd
codegen.ByKey<...> implements Exercises<ExerciseByKeyCommand>
static byKey(...)
in terms ofByKey
andExercises
TemplateId
in the toInterface cases for create-and, by-keycreateAndExercise
and by-key methodsThe text was updated successfully, but these errors were encountered: