1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-01-22 16:07:47 +01:00
This commit is contained in:
mihaisc 2020-05-14 15:42:11 +03:00
parent 7b65168a10
commit 84063e6844

View File

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