doc update

This commit is contained in:
Olivier Gagnon 2021-12-16 12:41:18 -05:00
parent 6ef99e138c
commit 5718800b91

@ -2850,9 +2850,9 @@ export interface CodingContract {
*
* @param filename - Filename of the contract.
* @param host - Host of the server containing the contract. Optional. Defaults to current server if not provided.
* @returns The specified contracts data;
* @returns The specified contracts data, data type depends on contract type.;
*/
getData(filename: string, host?: string): string;
getData(filename: string, host?: string): any;
/**
* Get the number of attempt remaining.