SequentialTransactionPlanResult
A result for a sequential transaction plan.
This represents the execution result of a SequentialTransactionPlan and contains child results that were executed sequentially. It also retains the divisibility property from the original plan.
You may use the sequentialTransactionPlanResult and nonDivisibleSequentialTransactionPlanResult helpers to create objects of this type.
Type Parameters
Type Parameter | Default type | Description |
---|---|---|
TContext extends TransactionPlanResultContext | TransactionPlanResultContext | The type of the context object that may be passed along with successful results |
Examples
Non-divisible sequential result.