Skip to main content

Interface: ChallengeParsedPayload

Escrow data returned after a challenge is sent

Hierarchy

Properties

amount

amount: string

Amount in token

Defined in

typing/index.ts:409


blockNumber

blockNumber: number

Number of the block in which the transaction was minted

Inherited from

GenericParsedTxPayload.blockNumber

Defined in

typing/index.ts:251


buyer

buyer: string

Who sent the payment

Defined in

typing/index.ts:379


challengePeriodEnd

challengePeriodEnd: Date

When does the current challenge period end (seconds in Unix epoch)

Defined in

typing/index.ts:387


challengePeriodExtension

challengePeriodExtension: number

By how much will the challenge period get extended after a challenge (in seconds)

Defined in

typing/index.ts:383


challengePeriodStart

challengePeriodStart: Date

When does the current challenge period start (seconds in Unix epoch)

Defined in

typing/index.ts:385


challengedAt

challengedAt: Date

Defined in

typing/index.ts:377


claimed

claimed: boolean

True if the payment was already withdrawn from the escrow

Defined in

typing/index.ts:395


consensusBuyer

consensusBuyer: number

Buyer's agreement on the arbitrator

Defined in

typing/index.ts:397


consensusSeller

consensusSeller: number

Seller's agreement on the arbitrator

Defined in

typing/index.ts:399


currency

currency: string

Token used in the payment (null for ETH)

Defined in

typing/index.ts:393


escrowId

escrowId: number

ID of the escrow that the transaction created or acted upon

Inherited from

GenericParsedTxPayload.escrowId

Defined in

typing/index.ts:253


marketplace

marketplace: string

address of a marketplace that has facilitated the payment

Defined in

typing/index.ts:389


marketplaceFee

marketplaceFee: number

Fee for the marketplace (can be 0 even if a marketplace was set but doesn't charge fee)

Defined in

typing/index.ts:391


name

name: string

Name of the event

Inherited from

GenericParsedTxPayload.name

Defined in

typing/index.ts:247


seller

seller: string

Whom is the payment for

Defined in

typing/index.ts:381


splitBuyer

splitBuyer: number

Buyer's split after the challenge (100 if the buyer challenged, 0 if the seller challenged

Defined in

typing/index.ts:401


splitMarketplace

splitMarketplace: number

Marketplace fee (%)

Defined in

typing/index.ts:405


splitProtocol

splitProtocol: number

Protocol fee (%)

Defined in

typing/index.ts:407


splitSeller

splitSeller: number

Seller's split after the challenge (0 if the buyer challenged, 100 if the seller challenged

Defined in

typing/index.ts:403


transactionHash

transactionHash: string

Transaction hash

Inherited from

GenericParsedTxPayload.transactionHash

Defined in

typing/index.ts:249