mirror of
https://github.com/oceanprotocol/react.git
synced 2025-01-10 21:30: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'
|
||||
interface UseCompute {
|
||||
compute: (
|
||||
did: DID,
|
||||
did: DID | string,
|
||||
algorithmRawCode: string,
|
||||
computeContainer: ComputeValue
|
||||
) => Promise<void>
|
||||
|
Loading…
Reference in New Issue
Block a user