Uses of Class
com.daml.ledger.javaapi.data.codegen.Contract
-
Packages that use Contract Package Description com.daml.ledger.javaapi.data com.daml.ledger.javaapi.data.codegen -
-
Uses of Contract in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return types with arguments of type Contract Modifier and Type Method Description static <Cid,View>
ContractFilter<Contract<Cid,View>>ContractFilter. of(InterfaceCompanion<?,Cid,View> companion)
-
Uses of Contract in com.daml.ledger.javaapi.data.codegen
Subclasses of Contract in com.daml.ledger.javaapi.data.codegen Modifier and Type Class Description class
ContractWithKey<Id,Data,Key>
A superclass for all codegen-generated Contracts whose templates have akey
defined.Methods in com.daml.ledger.javaapi.data.codegen that return Contract Modifier and Type Method Description Contract<?,?>
ContractDecoder. fromCreatedEvent(CreatedEvent event)
Contract<Id,View>
InterfaceCompanion. fromCreatedEvent(CreatedEvent event)
Methods in com.daml.ledger.javaapi.data.codegen that return types with arguments of type Contract Modifier and Type Method Description java.util.Optional<? extends ContractCompanion<? extends Contract<?,?>,?,? extends DamlRecord<?>>>
ContractDecoder. getContractCompanion(Identifier templateId)
Constructor parameters in com.daml.ledger.javaapi.data.codegen with type arguments of type Contract Constructor Description ContractDecoder(java.lang.Iterable<? extends ContractCompanion<? extends Contract<?,?>,?,? extends DamlRecord<?>>> companions)
-