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:1285


consensusBuyer

consensusBuyer: number

Buyer's consensus about the escrow

Defined in

typing/index.ts:1270


consensusSeller

consensusSeller: number

Seller's consensus about the escrow

Defined in

typing/index.ts:1273


expires

expires: Date

When does a challenge period end

Defined in

typing/index.ts:1282


latestSettlementOfferAddress

Optional latestSettlementOfferAddress: string

Address of who sent the latest settlement offer.

Defined in

typing/index.ts:1288


seller

seller: string

Whom is the payment for

Defined in

typing/index.ts:1267


splitBuyer

splitBuyer: number

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

Defined in

typing/index.ts:1279


splitSeller

splitSeller: number

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

Defined in

typing/index.ts:1276