Uses of Class
com.daml.ledger.javaapi.data.codegen.Contract
Packages that use Contract
-
Uses of Contract in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return types with arguments of type ContractModifier and TypeMethodDescriptionstatic <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.codegenModifier and TypeClassDescriptionclass
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 ContractModifier and TypeMethodDescriptionContract<?,
?> ContractDecoder.fromCreatedEvent
(CreatedEvent event) InterfaceCompanion.fromCreatedEvent
(CreatedEvent event) Methods in com.daml.ledger.javaapi.data.codegen that return types with arguments of type ContractModifier and TypeMethodDescriptionOptional<? extends ContractCompanion<? extends Contract<?,
?>, ?, ? extends DamlRecord<?>>> ContractDecoder.getContractCompanion
(Identifier templateId) Constructor parameters in com.daml.ledger.javaapi.data.codegen with type arguments of type ContractModifierConstructorDescriptionContractDecoder
(Iterable<? extends ContractCompanion<? extends Contract<?, ?>, ?, ? extends DamlRecord<?>>> companions)