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) @NonNull TransactionTreeSubmitAndWaitForTransactionTreeResponse.getTransaction()GetTransactionTreeResponse.getTransactionTree()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()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) 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) io.reactivex.Flowable<TransactionTree>UpdateClient.getTransactionsTrees(Long begin, Optional<Long> end, TransactionFilter filter, boolean verbose, String accessToken) io.reactivex.Single<TransactionTree>UpdateClient.getTransactionTreeById(String transactionId, Set<String> requestingParties) io.reactivex.Single<TransactionTree>UpdateClient.getTransactionTreeById(String transactionId, Set<String> requestingParties, String accessToken) io.reactivex.Single<TransactionTree>UpdateClient.getTransactionTreeByOffset(Long offset, Set<String> requestingParties) io.reactivex.Single<TransactionTree>UpdateClient.getTransactionTreeByOffset(Long offset, Set<String> requestingParties, String accessToken) io.reactivex.Single<TransactionTree>CommandClient.submitAndWaitForTransactionTree(CommandsSubmission submission) -
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) io.reactivex.Flowable<TransactionTree>UpdateClientImpl.getTransactionsTrees(Long begin, Optional<Long> end, TransactionFilter filter, boolean verbose, String accessToken) io.reactivex.Single<TransactionTree>UpdateClientImpl.getTransactionTreeById(String transactionId, Set<String> requestingParties) io.reactivex.Single<TransactionTree>UpdateClientImpl.getTransactionTreeById(String transactionId, Set<String> requestingParties, String accessToken) io.reactivex.Single<TransactionTree>UpdateClientImpl.getTransactionTreeByOffset(Long offset, Set<String> requestingParties) io.reactivex.Single<TransactionTree>UpdateClientImpl.getTransactionTreeByOffset(Long offset, Set<String> requestingParties, String accessToken) io.reactivex.Single<TransactionTree>CommandClientImpl.submitAndWaitForTransactionTree(CommandsSubmission submission)