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