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

public static class TransactionTree.WrappedTransactionTree<WrappedEvent> extends Object
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.