JS API Reference

Class: DemandSpecification

market/demand/demand.DemandSpecification

Table of contents

Constructors

Properties

Constructors

constructor

new DemandSpecification(prototype, paymentPlatform): DemandSpecification

Parameters

NameTypeDescription
prototypeDemandBodyPrototypeRepresents the low level demand request body that will be used to subscribe for offers matching our "computational resource needs"
paymentPlatformstring-

Returns

DemandSpecification

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

Defined in

src/market/demand/demand.ts:106

Was this helpful?