JS API Reference
Module: market/proposal/market-proposal-event
Table of contents
Type Aliases
- OfferProposalReceivedEvent
- OfferCounterProposalRejectedEvent
- OfferPropertyQueryReceivedEvent
- MarketProposalEvent
Type Aliases
OfferProposalReceivedEvent
Ƭ OfferProposalReceivedEvent: Object
Type declaration
Name | Type |
---|---|
type | "ProposalReceived" |
proposal | OfferProposal |
timestamp | Date |
Defined in
src/market/proposal/market-proposal-event.ts:4
OfferCounterProposalRejectedEvent
Ƭ OfferCounterProposalRejectedEvent: Object
Type declaration
Name | Type |
---|---|
type | "ProposalRejected" |
counterProposal | OfferCounterProposal |
reason | string |
timestamp | Date |
Defined in
src/market/proposal/market-proposal-event.ts:10
OfferPropertyQueryReceivedEvent
Ƭ OfferPropertyQueryReceivedEvent: Object
Type declaration
Name | Type |
---|---|
type | "PropertyQueryReceived" |
timestamp | Date |
Defined in
src/market/proposal/market-proposal-event.ts:17
MarketProposalEvent
Ƭ MarketProposalEvent: OfferProposalReceivedEvent
| OfferCounterProposalRejectedEvent
| OfferPropertyQueryReceivedEvent