work on doc

This commit is contained in:
Olivier Gagnon
2021-10-30 15:46:34 -04:00
parent 920b7325b4
commit feb0430aff
366 changed files with 3235 additions and 4238 deletions

View File

@@ -9,7 +9,7 @@ Get the number of tries remaining on the contract before it self-destructs.
<b>Signature:</b>
```typescript
getNumTriesRemaining(fn: string, host?: Host): number;
getNumTriesRemaining(fn: string, host?: string): number;
```
## Parameters
@@ -17,7 +17,7 @@ getNumTriesRemaining(fn: string, host?: Host): number;
| Parameter | Type | Description |
| --- | --- | --- |
| fn | string | Filename of the contract. |
| host | [Host](./bitburner.host.md) | Host or IP of the server containing the contract. Optional. Defaults to current server if not provided. |
| host | string | Host or IP of the server containing the contract. Optional. Defaults to current server if not provided. |
<b>Returns:</b>
@@ -27,5 +27,5 @@ How many attempts are remaining for the contract;
## Remarks
2 GB
RAM cost: 2 GB