We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931c427 commit 5b07683Copy full SHA for 5b07683
docs/tooling/fcl-js/api.md
@@ -1990,7 +1990,7 @@ For more on what each transaction role means, see [singing roles](../../concepts
1990
| `status` | [TransactionStatus](#transaction-statuses) | The status of the transaction on the blockchain. |
1991
| `statusString` | [TransactionStatus](#transaction-statuses) | The `status` as as descriptive text (e.g. "FINALIZED"). |
1992
| `errorMessage` | string | An error message if it exists. Default is an empty string `''`. |
1993
-| `statusCode` | [GRPCStatus](#grpc-statuses) | The status from the GRPC response. |
+| `statusCode` | number | The pass/fail status. 0 indicates the transaction succeeded, 1 indicates it failed. |
1994
1995
### `EventName`
1996
0 commit comments