Package com.daml.ledger.javaapi.data
Class Transaction.WrappedTransactionTree<WrappedEvent>
java.lang.Object
com.daml.ledger.javaapi.data.Transaction.WrappedTransactionTree<WrappedEvent>
- Type Parameters:
WrappedEvent
- the type of the wrapped events
- Enclosing class:
- Transaction
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 as a tree of WrappedEvents.
-
Constructor Summary
ConstructorsConstructorDescriptionWrappedTransactionTree
(Transaction transaction, List<WrappedEvent> wrappedRootEvents) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
WrappedTransactionTree
-
-
Method Details
-
getTransaction
-
getWrappedRootEvents
-