Interface: ArbitrateParsedPayload
Escrow data returned from the contract after an arbitration is sent
Hierarchy
-
↳
ArbitrateParsedPayload
Properties
amount
• amount: string
Amount in token
Defined in
amountArbitrator
• amountArbitrator: string
Arbitrator's final share in percentage incl. fees
Defined in
amountBuyer
• amountBuyer: string
Buyer's final share in percentage incl. fees
Defined in
amountMarketplace
• amountMarketplace: string
Marketplace's final share in percentage incl. fees
Defined in
amountProtocol
• amountProtocol: string
Protocol's final share in percentage incl. fees
Defined in
amountSeller
• amountSeller: string
Seller's final share in percentage incl. fees
Defined in
blockNumber
• blockNumber: number
Number of the block in which the transaction was minted
Inherited from
GenericParsedTxPayload.blockNumber
Defined in
buyer
• buyer: string
Who sent the payment
Defined in
challengePeriodEnd
• challengePeriodEnd: Date
When does the current challenge period end (seconds in Unix epoch)
Defined in
challengePeriodExtension
• challengePeriodExtension: number
By how much will the challenge period get extended after a challenge (in seconds)
Defined in
challengePeriodStart
• challengePeriodStart: Date
When does the current challenge period start (seconds in Unix epoch)
Defined in
claimed
• claimed: boolean
True if the payment was already withdrawn from the escrow
Defined in
consensusBuyer
• consensusBuyer: number
Buyer's agreement on the arbitrator
Defined in
consensusSeller
• consensusSeller: number
Seller's agreement on the arbitrator
Defined in
escrowId
• escrowId: number
ID of the escrow that the transaction created or acted upon
Inherited from
GenericParsedTxPayload.escrowId
Defined in
marketplace
• marketplace: string
address of a marketplace that has facilitated the payment
Defined in
marketplaceFee
• marketplaceFee: number
Fee for the marketplace (can be 0 even if a marketplace was set but doesn't charge fee)
Defined in
name
• name: string
Name of the event
Inherited from
Defined in
paymentReference
• Optional
paymentReference: string
A text reference that was attached to the payment
Defined in
seller
• seller: string
Whom is the payment for
Defined in
settledAt
• settledAt: Date
Date/time when the arbitration was sent and the payment was settled
Defined in
splitBuyer
• splitBuyer: number
Current buyer's split based on the latest action on the escrow
Defined in
splitMarketplace
• splitMarketplace: number
Marketplace fee (bips)
Defined in
splitProtocol
• splitProtocol: number
Protocol fee (bips)
Defined in
splitSeller
• splitSeller: number
Current seller's split based on the latest action on the escrow
Defined in
tokenAddress
• Optional
tokenAddress: string
Token used in the payment (null for ETH)
Defined in
transactionHash
• transactionHash: string
Transaction hash
Inherited from
GenericParsedTxPayload.transactionHash