allbuild commit a3c92dd0

This commit is contained in:
Olivier Gagnon
2022-09-23 15:03:38 -04:00
parent a3c92dd04d
commit c6da513eea
52 changed files with 451 additions and 126 deletions
@@ -4,7 +4,7 @@
## CodingContract.getNumTriesRemaining() method
Get the number of attempt remaining.
Get the number of attempts remaining.
<b>Signature:</b>
@@ -17,13 +17,13 @@ getNumTriesRemaining(filename: string, host?: string): number;
| Parameter | Type | Description |
| --- | --- | --- |
| filename | string | Filename of the contract. |
| host | string | Host of the server containing the contract. Optional. Defaults to current server if not provided. |
| host | string | Hostname of the server containing the contract. Optional. Defaults to current server if not provided. |
<b>Returns:</b>
number
How many attempts are remaining for the contract;
How many attempts are remaining for the contract.
## Remarks