JS API Reference

Interface: OrderMarketOptions

market/market.module.OrderMarketOptions

Table of contents

Properties

Properties

rentHours

rentHours: number

How long you want to rent the resources in hours

Defined in

src/market/market.module.ts:61


pricing

pricing: PricingOptions

Pricing strategy that will be used to filter the offers from the market

Defined in

src/market/market.module.ts:64


offerProposalFilter

Optional offerProposalFilter: OfferProposalFilter

A user-defined filter function which will determine if the offer proposal is valid for use.

Defined in

src/market/market.module.ts:67


offerProposalSelector

Optional offerProposalSelector: OfferProposalSelector

A user-defined function that will be used to pick the best fitting offer proposal from available ones

Defined in

src/market/market.module.ts:70

Was this helpful?