This commit is contained in:
Olivier Gagnon
2022-08-17 08:50:05 -04:00
parent ba5b0be7f4
commit 3217f53717
291 changed files with 1613 additions and 2367 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ Get the input data.
<b>Signature:</b>
```typescript
getData(filename: string, host?: string): any;
getData(filename: string, host?: string): CodingContractData;
```
## Parameters
@@ -21,7 +21,7 @@ getData(filename: string, host?: string): any;
<b>Returns:</b>
any
[CodingContractData](./bitburner.codingcontractdata.md)
The specified contracts data, data type depends on contract type.;