mirror of
https://github.com/oceanprotocol/react.git
synced 2025-02-14 21:10:38 +01:00
test fix
This commit is contained in:
parent
7b65168a10
commit
84063e6844
@ -5,7 +5,7 @@ import { ComputeValue } from './ComputeOptions'
|
|||||||
import { feedback } from './../../utils'
|
import { feedback } from './../../utils'
|
||||||
interface UseCompute {
|
interface UseCompute {
|
||||||
compute: (
|
compute: (
|
||||||
did: DID | string,
|
did: DID | string,
|
||||||
algorithmRawCode: string,
|
algorithmRawCode: string,
|
||||||
computeContainer: ComputeValue
|
computeContainer: ComputeValue
|
||||||
) => Promise<void>
|
) => Promise<void>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user