1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

remove getminimaloutput

This commit is contained in:
Alex Coseru 2020-02-03 11:35:14 +02:00 committed by GitHub
parent 091a75e05e
commit de69472e04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,18 +87,6 @@ export class OceanCompute extends Instantiable {
})
}
/**
* return minimal output object
* @return {Promise<Object>} Returns output object
*/
public async getminimaloutput(): Promise<Output> {
const minimaloutput: Output = {
publishAlgorithmLog: false,
publishOutput: false
}
return minimaloutput as Output
}
/**
* Check the output object and add default properties if needed
* @param {Account} consumerAccount The account of the consumer ordering the service.