mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Add agreementId in ComputeJob interface (#976)
This commit is contained in:
parent
b58d6e1896
commit
c1fd4628e3
@ -15,6 +15,7 @@ export interface ComputeJob {
|
|||||||
resultsDid?: DID
|
resultsDid?: DID
|
||||||
inputDID?: string[]
|
inputDID?: string[]
|
||||||
algoDID?: string
|
algoDID?: string
|
||||||
|
agreementId?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ComputeOutput {
|
export interface ComputeOutput {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user