mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
add inputDID & algoDID (#735)
This commit is contained in:
parent
b68cc55149
commit
51c241eed4
@ -4,7 +4,7 @@ import { MetadataAlgorithm } from '../../ddo/interfaces/MetadataAlgorithm'
|
|||||||
|
|
||||||
export interface ComputeJob {
|
export interface ComputeJob {
|
||||||
owner: string
|
owner: string
|
||||||
did: string
|
did?: string
|
||||||
jobId: string
|
jobId: string
|
||||||
dateCreated: string
|
dateCreated: string
|
||||||
dateFinished: string
|
dateFinished: string
|
||||||
@ -13,6 +13,8 @@ export interface ComputeJob {
|
|||||||
algorithmLogUrl: string
|
algorithmLogUrl: string
|
||||||
resultsUrl: string[]
|
resultsUrl: string[]
|
||||||
resultsDid?: DID
|
resultsDid?: DID
|
||||||
|
inputDID?: string[]
|
||||||
|
algoDID?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ComputeOutput {
|
export interface ComputeOutput {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user