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

public static class Transaction.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 as a tree of WrappedEvents.
  • Constructor Details

  • Method Details