Skip to main content

Interface: ICalculateStatusParams

The info needed for calculating the status of an escrow.

Properties

claimed

claimed: boolean

True if the payment was already withdrawn from the escrow

Defined in

typing/index.ts:1319


consensusBuyer

consensusBuyer: number

Buyer's consensus about the escrow

Defined in

typing/index.ts:1304


consensusSeller

consensusSeller: number

Seller's consensus about the escrow

Defined in

typing/index.ts:1307


expires

expires: Date

When does a challenge period end

Defined in

typing/index.ts:1316


latestSettlementOfferAddress

Optional latestSettlementOfferAddress: string

Address of who sent the latest settlement offer.

Defined in

typing/index.ts:1322


seller

seller: string

Whom is the payment for

Defined in

typing/index.ts:1301


splitBuyer

splitBuyer: number

Buyer's share in % (buyer + seller = 100)

Defined in

typing/index.ts:1313


splitSeller

splitSeller: number

Seller's "gross" share (without deducting fees) in %

Defined in

typing/index.ts:1310