Skip to main content

Interface: IEscrowStatus

Full status of an escrow.

Properties

claimed

claimed: boolean

True if the payment was already withdrawn from the escrow

Defined in

typing/index.ts:82


latestChallengeBy

latestChallengeBy: tEscrowParty

Who sent the latest challenge ('buyer', 'seller', or null when there's been no challenge)

Defined in

typing/index.ts:84


latestSettlementOfferBy

latestSettlementOfferBy: tEscrowParty

Who sent the latest settlement offer ('buyer', 'seller', or null if there's been no offer)

Defined in

typing/index.ts:86


state

state: EscrowStatus

The current state of an escrow (PAID | UNPAID | RELEASED | PERIOD_EXPIRED | REFUNDED | CHALLENGED | SETTLED).

Defined in

typing/index.ts:80