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 {
|
||||
owner: string
|
||||
did: string
|
||||
did?: string
|
||||
jobId: string
|
||||
dateCreated: string
|
||||
dateFinished: string
|
||||
@ -13,6 +13,8 @@ export interface ComputeJob {
|
||||
algorithmLogUrl: string
|
||||
resultsUrl: string[]
|
||||
resultsDid?: DID
|
||||
inputDID?: string[]
|
||||
algoDID?: string
|
||||
}
|
||||
|
||||
export interface ComputeOutput {
|
||||
|
Loading…
x
Reference in New Issue
Block a user