JS API Reference
Class: DemandSpecification
market/demand/demand.DemandSpecification
Table of contents
Constructors
Properties
Constructors
constructor
• new DemandSpecification(prototype
, paymentPlatform
): DemandSpecification
Parameters
Name | Type | Description |
---|---|---|
prototype | DemandBodyPrototype | Represents the low level demand request body that will be used to subscribe for offers matching our "computational resource needs" |
paymentPlatform | string | - |
Returns
Defined in
src/market/demand/demand.ts:103
Properties
prototype
• Readonly
prototype: DemandBodyPrototype
Represents the low level demand request body that will be used to subscribe for offers matching our "computational resource needs"
Defined in
src/market/demand/demand.ts:105
paymentPlatform
• Readonly
paymentPlatform: string