isSuccessfulSingleTransactionPlanResult
Checks if the given transaction plan result is a successful SingleTransactionPlanResult.
Parameters
| Parameter | Type | Description |
|---|---|---|
plan | TransactionPlanResult | The transaction plan result to check. |
Returns
plan is SuccessfulSingleTransactionPlanResult<TransactionPlanResultContext>
true if the result is a successful single transaction plan result, false otherwise.