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
OfferSpec
Ƭ OfferSpec: Object
Type declaration
| Name | Type |
|---|---|
id | OfferId |
invitationSpec | invitations |
offerArgs? | unknown |
proposal | Proposal |
Defined in
OfferStatus
Ƭ OfferStatus: offers & { error?: string ; numWantsSatisfied?: number ; payouts?: AmountKeywordRecord ; result?: unknown | typeof UNPUBLISHED_RESULT }
Defined in
Variables
UNPUBLISHED_RESULT
• Const UNPUBLISHED_RESULT: "UNPUBLISHED"
Value for "result" field when the result can't be published