mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
merge main
This commit is contained in:
commit
a227004d19
@ -54,6 +54,12 @@ export interface MetadataAlgorithm {
|
|||||||
*/
|
*/
|
||||||
consumerParameters?: ConsumerParameter[]
|
consumerParameters?: ConsumerParameter[]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Array of objects describing the consumer parameters
|
||||||
|
* @type {ConsumerParameter[]}
|
||||||
|
*/
|
||||||
|
consumerParameters?: ConsumerParameter[]
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Metadata {
|
export interface Metadata {
|
||||||
|
@ -104,15 +104,15 @@ export interface Service {
|
|||||||
*/
|
*/
|
||||||
compute?: ServiceComputeOptions
|
compute?: ServiceComputeOptions
|
||||||
|
|
||||||
/**
|
|
||||||
* Stores service specific additional information, this is customizable by publisher
|
|
||||||
* @type {any}
|
|
||||||
*/
|
|
||||||
additionalInformation?: any
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Array of objects describing the consumer parameters
|
* Array of objects describing the consumer parameters
|
||||||
* @type {ConsumerParameter[]}
|
* @type {ConsumerParameter[]}
|
||||||
*/
|
*/
|
||||||
consumerParameters?: ConsumerParameter[]
|
consumerParameters?: ConsumerParameter[]
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Stores service specific additional information, this is customizable by publisher
|
||||||
|
* @type {any}
|
||||||
|
*/
|
||||||
|
additionalInformation?: any
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user