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:
parent
091a75e05e
commit
de69472e04
@ -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
|
* Check the output object and add default properties if needed
|
||||||
* @param {Account} consumerAccount The account of the consumer ordering the service.
|
* @param {Account} consumerAccount The account of the consumer ordering the service.
|
||||||
|
Loading…
Reference in New Issue
Block a user