fix few bugs

This commit is contained in:
Olivier Gagnon
2021-11-22 11:36:13 -05:00
parent 626c1b49eb
commit 42518c3caa
18 changed files with 105 additions and 82 deletions

View File

@@ -9,14 +9,14 @@ Get the input data.
<b>Signature:</b>
```typescript
getData(fn: string, host?: string): string;
getData(filename: string, host?: string): string;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| fn | string | Filename of the contract. |
| filename | string | Filename of the contract. |
| host | string | Host of the server containing the contract. Optional. Defaults to current server if not provided. |
<b>Returns:</b>