Complete documentation page mirrored and translated for learning. Attribution is shown at the bottom of each article.

阅读中文版

referencejavacom-daml-ledger-javaapi-datatransaction-wrappedtransactiontree

Transaction.WrappedTransactionTree

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt Use this file to discover all available pages before exploring further.

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.

Transaction.WrappedTransactionTree - stable

Upstream docs: Open

Signature

public static class Transaction.WrappedTransactionTree<WrappedEvent> extends Object

Members

DocsMemberIntroducedDeprecatedRemoved
OpenWrappedTransactionTree(Transaction, List<WrappedEvent>)3.4.8--
OpengetTransaction()3.4.8--
OpengetWrappedRootEvents()3.4.8--

Mirrored from Canton Network official documentation (CC-BY-4.0) by CC Privacy Club for learning purposes.