Skip to content

Commit 5b07683

Browse files
authored
[FCL] Correct docs on transaction result statusCode (#149)
* [FCL] Correct docs on transaction result statusCode * make description clearer
1 parent 931c427 commit 5b07683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tooling/fcl-js/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1990,7 +1990,7 @@ For more on what each transaction role means, see [singing roles](../../concepts
19901990
| `status` | [TransactionStatus](#transaction-statuses) | The status of the transaction on the blockchain. |
19911991
| `statusString` | [TransactionStatus](#transaction-statuses) | The `status` as as descriptive text (e.g. "FINALIZED"). |
19921992
| `errorMessage` | string | An error message if it exists. Default is an empty string `''`. |
1993-
| `statusCode` | [GRPCStatus](#grpc-statuses) | The status from the GRPC response. |
1993+
| `statusCode` | number | The pass/fail status. 0 indicates the transaction succeeded, 1 indicates it failed. |
19941994
19951995
### `EventName`
19961996

0 commit comments

Comments
 (0)