Uses of Class
com.daml.ledger.javaapi.data.codegen.Update
Packages that use Update
-
Uses of Update in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return UpdateModifier and TypeMethodDescriptionabstract Update<? extends Created<? extends ContractId<? extends Template>>>Template.create()UpdateSubmission.getUpdate()Methods in com.daml.ledger.javaapi.data with parameters of type Update -
Uses of Update in com.daml.ledger.javaapi.data.codegen
Methods in com.daml.ledger.javaapi.data.codegen that return UpdateModifier and TypeMethodDescriptionExercises.Archivable.exerciseArchive()ByKey.makeExerciseCmd(Choice<?, ? super A, R> choice, A choiceArgument) ByKey.ToInterface.makeExerciseCmd(Choice<?, ? super A, R> choice, A choiceArgument) ContractId.makeExerciseCmd(Choice<?, ? super A, R> choice, A choiceArgument) CreateAnd.makeExerciseCmd(Choice<?, ? super A, R> choice, A choiceArgument) CreateAnd.ToInterface.makeExerciseCmd(Choice<?, ? super A, R> choice, A choiceArgument) abstract <V> Update<V>Map the result type.