Interface TransactionContext

All Known Subinterfaces:
Transaction

@Experimental @NonExtendable public interface TransactionContext
A subset of a Transaction that lets participants properly take part in transactions, manage their state, or open nested transactions, but does not allow them to close the transaction they are passed.

Experimental feature, we reserve the right to remove or change it without further notice. The transfer API is a complex addition, and we want to be able to correct possible design mistakes.