isFailedSingleTransactionPlanResult
Checks if the given transaction plan result is a failed SingleTransactionPlanResult.
Parameters
| Parameter | Type | Description |
|---|---|---|
plan | TransactionPlanResult | The transaction plan result to check. |
Returns
plan is FailedSingleTransactionPlanResult
true if the result is a failed single transaction plan result, false otherwise.