JS API Reference

Module: market/proposal/offer-proposal

Table of contents

Classes

Type Aliases

Type Aliases

OfferProposalFilter

Ƭ OfferProposalFilter: (proposal: OfferProposal) => boolean

Type declaration

▸ (proposal): boolean

Parameters
NameType
proposalOfferProposal
Returns

boolean

Defined in

src/market/proposal/offer-proposal.ts:8


PricingInfo

Ƭ PricingInfo: Object

Type declaration

NameType
cpuSecnumber
envSecnumber
startnumber

Defined in

src/market/proposal/offer-proposal.ts:10


ProposalState

Ƭ ProposalState: "Initial" | "Draft" | "Rejected" | "Accepted" | "Expired"

Defined in

src/market/proposal/offer-proposal.ts:16


ProposalDTO

Ƭ ProposalDTO: Partial<{ transferProtocol: string[] ; cpuBrand: string ; cpuCapabilities: string[] ; cpuCores: number ; cpuThreads: number ; memory: number ; storage: number ; publicNet: boolean ; runtimeCapabilities: string[] ; runtimeName: string ; state: ProposalState }>

Defined in

src/market/proposal/offer-proposal.ts:18

Was this helpful?