1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-06-29 00:57:49 +02:00

compute params

This commit is contained in:
mihaisc 2020-05-14 15:39:54 +03:00
parent 7f1e47f779
commit d2ff0c6686

View File

@ -5,7 +5,7 @@ import { ComputeValue } from './ComputeOptions'
import { feedback } from './../../utils'
interface UseCompute {
compute: (
did: DID,
did: DID | string,
algorithmRawCode: string,
computeContainer: ComputeValue
) => Promise<void>