JS API Reference

Module: market/proposal/market-proposal-event

Table of contents

Type Aliases

Type Aliases

OfferProposalReceivedEvent

Ƭ OfferProposalReceivedEvent: Object

Type declaration

NameType
type"ProposalReceived"
proposalOfferProposal
timestampDate

Defined in

src/market/proposal/market-proposal-event.ts:4


OfferCounterProposalRejectedEvent

Ƭ OfferCounterProposalRejectedEvent: Object

Type declaration

NameType
type"ProposalRejected"
counterProposalOfferCounterProposal
reasonstring
timestampDate

Defined in

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


OfferPropertyQueryReceivedEvent

Ƭ OfferPropertyQueryReceivedEvent: Object

Type declaration

NameType
type"PropertyQueryReceived"
timestampDate

Defined in

src/market/proposal/market-proposal-event.ts:17


MarketProposalEvent

Ƭ MarketProposalEvent: OfferProposalReceivedEvent | OfferCounterProposalRejectedEvent | OfferPropertyQueryReceivedEvent

Defined in

src/market/proposal/market-proposal-event.ts:22

Was this helpful?