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


consensusBuyer

consensusBuyer: number

Buyer's consensus about the escrow

Defined in

typing/index.ts:1269


consensusSeller

consensusSeller: number

Seller's consensus about the escrow

Defined in

typing/index.ts:1272


expires

expires: Date

When does a challenge period end

Defined in

typing/index.ts:1281


latestSettlementOfferAddress

Optional latestSettlementOfferAddress: string

Address of who sent the latest settlement offer.

Defined in

typing/index.ts:1287


seller

seller: string

Whom is the payment for

Defined in

typing/index.ts:1266


splitBuyer

splitBuyer: number

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

Defined in

typing/index.ts:1278


splitSeller

splitSeller: number

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

Defined in

typing/index.ts:1275