Uses of Class
com.daml.ledger.javaapi.data.PrefetchContractKey
-
Packages that use PrefetchContractKey Package Description com.daml.ledger.javaapi.data com.daml.ledger.javaapi.data.codegen -
-
Uses of PrefetchContractKey in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return PrefetchContractKey Modifier and Type Method Description static PrefetchContractKeyPrefetchContractKey. fromProto(com.daml.ledger.api.v1.CommandsOuterClass.PrefetchContractKey prefetchContractKey)Methods in com.daml.ledger.javaapi.data that return types with arguments of type PrefetchContractKey Modifier and Type Method Description java.util.List<PrefetchContractKey>CommandsSubmission. getPrefetchContractKeys()@NonNull java.util.List<@NonNull PrefetchContractKey>SubmitCommandsRequest. getPrefetchContractKeys()java.util.List<PrefetchContractKey>UpdateSubmission. getPrefetchContractKeys()Method parameters in com.daml.ledger.javaapi.data with type arguments of type PrefetchContractKey Modifier and Type Method Description CommandsSubmissionCommandsSubmission. withPrefetchContractKeys(@NonNull java.util.List<PrefetchContractKey> prefetchContractKeys)UpdateSubmission<U>UpdateSubmission. withPrefetchContractKeys(java.util.List<PrefetchContractKey> prefetchContractKeys) -
Uses of PrefetchContractKey in com.daml.ledger.javaapi.data.codegen
Methods in com.daml.ledger.javaapi.data.codegen that return PrefetchContractKey Modifier and Type Method Description PrefetchContractKeyByKey. toPrefetchKey()The key of this contract in the format it can be used for prefetching
-