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
| Docs | Member | Introduced | Deprecated | Removed |
|---|---|---|---|---|
| Open | WrappedTransactionTree(Transaction, List<WrappedEvent>) | 3.4.8 | - | - |
| Open | getTransaction() | 3.4.8 | - | - |
| Open | getWrappedRootEvents() | 3.4.8 | - | - |
Mirrored from Canton Network official documentation (CC-BY-4.0) by CC Privacy Club for learning purposes.