Uses of Class
com.daml.ledger.javaapi.data.TransactionTree
Packages that use TransactionTree
-
Uses of TransactionTree in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return TransactionTreeModifier and TypeMethodDescriptionstatic TransactionTreeTransactionTree.fromProto(TransactionOuterClass.TransactionTree tree) Deprecated.@NonNull TransactionTreeSubmitAndWaitForTransactionTreeResponse.getTransaction()Deprecated.GetTransactionTreeResponse.getTransactionTree()Deprecated.TransactionTree.WrappedTransactionTree.getTransactionTree()Methods in com.daml.ledger.javaapi.data that return types with arguments of type TransactionTreeModifier and TypeMethodDescription@NonNull Optional<TransactionTree>GetUpdateTreesResponse.getTransactionTree()Deprecated.Methods in com.daml.ledger.javaapi.data with parameters of type TransactionTreeModifier and TypeMethodDescriptionstatic <WrappedEvent>
List<WrappedEvent>TransactionTreeUtils.buildTree(TransactionTree transactionTree, BiFunction<TreeEvent, List<WrappedEvent>, WrappedEvent> createWrappedEvent) Constructs a tree described by a transaction tree.Constructors in com.daml.ledger.javaapi.data with parameters of type TransactionTreeModifierConstructorDescriptionGetUpdateTreesResponse(@NonNull TransactionTree transactionTree) Deprecated.WrappedTransactionTree(TransactionTree transactionTree, List<WrappedEvent> wrappedRootEvents) -
Uses of TransactionTree in com.daml.ledger.rxjava
Methods in com.daml.ledger.rxjava that return types with arguments of type TransactionTreeModifier and TypeMethodDescriptionio.reactivex.Flowable<TransactionTree>UpdateClient.getTransactionsTrees(Long begin, Optional<Long> end, TransactionFilter filter, boolean verbose) Deprecated.io.reactivex.Flowable<TransactionTree>UpdateClient.getTransactionsTrees(Long begin, Optional<Long> end, TransactionFilter filter, boolean verbose, String accessToken) Deprecated.io.reactivex.Single<TransactionTree>UpdateClient.getTransactionTreeById(String transactionId, Set<String> requestingParties) Deprecated.io.reactivex.Single<TransactionTree>UpdateClient.getTransactionTreeById(String transactionId, Set<String> requestingParties, String accessToken) Deprecated.io.reactivex.Single<TransactionTree>UpdateClient.getTransactionTreeByOffset(Long offset, Set<String> requestingParties) Deprecated.io.reactivex.Single<TransactionTree>UpdateClient.getTransactionTreeByOffset(Long offset, Set<String> requestingParties, String accessToken) Deprecated.io.reactivex.Single<TransactionTree>CommandClient.submitAndWaitForTransactionTree(CommandsSubmission submission) Deprecated. -
Uses of TransactionTree in com.daml.ledger.rxjava.grpc
Methods in com.daml.ledger.rxjava.grpc that return types with arguments of type TransactionTreeModifier and TypeMethodDescriptionio.reactivex.Flowable<TransactionTree>UpdateClientImpl.getTransactionsTrees(Long begin, Optional<Long> end, TransactionFilter filter, boolean verbose) Deprecated.io.reactivex.Flowable<TransactionTree>UpdateClientImpl.getTransactionsTrees(Long begin, Optional<Long> end, TransactionFilter filter, boolean verbose, String accessToken) Deprecated.io.reactivex.Single<TransactionTree>UpdateClientImpl.getTransactionTreeById(String transactionId, Set<String> requestingParties) Deprecated.io.reactivex.Single<TransactionTree>UpdateClientImpl.getTransactionTreeById(String transactionId, Set<String> requestingParties, String accessToken) Deprecated.io.reactivex.Single<TransactionTree>UpdateClientImpl.getTransactionTreeByOffset(Long offset, Set<String> requestingParties) Deprecated.io.reactivex.Single<TransactionTree>UpdateClientImpl.getTransactionTreeByOffset(Long offset, Set<String> requestingParties, String accessToken) Deprecated.io.reactivex.Single<TransactionTree>CommandClientImpl.submitAndWaitForTransactionTree(CommandsSubmission submission) Deprecated.