Skip to content
CCPEDIAby Unity Nodes
Documentation/Canton Network Docs/Ledger APIJava BindingsPackagescom.daml.ledger.javaapi.dataView on Canton Network Docs

Transaction.WrappedTransactionTree

Back to package

com.daml.ledger.javaapi.data

Transaction.WrappedTransactionTree

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.

Java

Signature

public static class Transaction.WrappedTransactionTree<WrappedEvent> extends Object

Members

MemberLifecycleUpstream docs
WrappedTransactionTree(Transaction, List<WrappedEvent>)-Open
getTransaction()-Open
getWrappedRootEvents()-Open