Uses of Class
com.daml.ledger.javaapi.data.codegen.ContractId
-
Packages that use ContractId Package Description com.daml.ledger.javaapi.data com.daml.ledger.javaapi.data.codegen -
-
Uses of ContractId in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return types with arguments of type ContractId Modifier and Type Method Description abstract Update<? extends Created<? extends ContractId<? extends Template>>>Template. create() -
Uses of ContractId in com.daml.ledger.javaapi.data.codegen
Methods in com.daml.ledger.javaapi.data.codegen that return types with arguments of type ContractId Modifier and Type Method Description static <T> ValueDecoder<ContractId<T>>PrimitiveValueDecoders. fromContractId(ValueDecoder<T> contractType)Methods in com.daml.ledger.javaapi.data.codegen with parameters of type ContractId Modifier and Type Method Description IdContractTypeCompanion. toContractId(ContractId<ContractType> parameterizedContractId)Convert from a genericContractIdto the specific contract ID subclass generated as part of this companion's template or interface.Method parameters in com.daml.ledger.javaapi.data.codegen with type arguments of type ContractId Modifier and Type Method Description static <Data> ValueDecoder<Data>ContractCompanion. valueDecoder(ContractCompanion<?,? extends ContractId<Data>,Data> companion)Static method to generate an implementation ofValueDecoderof typeDatawith metadata from the providedContractCompanion.
-