Skip to content

API documentation of Agoric SDK / Exports / @agoric/smart-wallet / offers

Module: offers ​

Table of contents ​

Type Aliases ​

Variables ​

Type Aliases ​

OfferId ​

Ƭ OfferId: number | string

Defined in ​

offers.js:2


OfferSpec ​

Ƭ OfferSpec: Object

Type declaration ​

NameType
idOfferId
invitationSpecinvitations
offerArgs?unknown
proposalProposal

Defined in ​

offers.js:11


OfferStatus ​

Ƭ OfferStatus: offers & { error?: string ; numWantsSatisfied?: number ; payouts?: AmountKeywordRecord ; result?: unknown | typeof UNPUBLISHED_RESULT }

Defined in ​

offers.js:23

Variables ​

UNPUBLISHED_RESULT ​

• Const UNPUBLISHED_RESULT: "UNPUBLISHED"

Value for "result" field when the result can't be published

Defined in ​

offers.js:15