regen doc

This commit is contained in:
Olivier Gagnon
2021-12-16 12:59:11 -05:00
parent 361c3d3469
commit 1b680431b6
9 changed files with 286 additions and 142 deletions

View File

@@ -9,7 +9,7 @@ Get the input data.
<b>Signature:</b>
```typescript
getData(filename: string, host?: string): string;
getData(filename: string, host?: string): any;
```
## Parameters
@@ -21,9 +21,9 @@ getData(filename: string, host?: string): string;
<b>Returns:</b>
string
any
The specified contracts data;
The specified contracts data, data type depends on contract type.;
## Remarks