1
0
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:
Kris Liew 2021-08-19 12:42:23 +08:00 committed by GitHub
parent b58d6e1896
commit c1fd4628e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ export interface ComputeJob {
resultsDid?: DID
inputDID?: string[]
algoDID?: string
agreementId?: string
}
export interface ComputeOutput {