Package com.daml.ledger.javaapi.data
Class TransactionTree.WrappedTransactionTree<WrappedEvent>
java.lang.Object
com.daml.ledger.javaapi.data.TransactionTree.WrappedTransactionTree<WrappedEvent>
- Type Parameters:
WrappedEvent
- the type of the wrapped events
- Enclosing class:
- TransactionTree
A generic class that encapsulates a transaction tree along with a list of the wrapped root
events of the tree. The wrapped root events are used to construct the tree that is described by
the transaction tree as a tree of WrappedEvents.
-
Constructor Summary
ConstructorsConstructorDescriptionWrappedTransactionTree
(TransactionTree transactionTree, List<WrappedEvent> wrappedRootEvents) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
WrappedTransactionTree
public WrappedTransactionTree(TransactionTree transactionTree, List<WrappedEvent> wrappedRootEvents)
-
-
Method Details
-
getTransactionTree
-
getWrappedRootEvents
-