Interface: ReleaseParsedPayload
Data about a released escrow
Hierarchy
-
↳
ReleaseParsedPayload
Properties
amount
• amount: string
Total escrow amount in ETH's or token's WEI
Defined in
amountArbitrator
• amountArbitrator: string
Amount sent to the arbitrator in ETH's or token's WEI
Defined in
amountBuyer
• amountBuyer: string
Amount that was sent to the buyer (0 in this case)
Defined in
amountMarketplace
• amountMarketplace: string
Amount sent to the marketplace in ETH's or token's WEI
Defined in
amountProtocol
• amountProtocol: string
Amount sent to the protocol in ETH's or token's WEI
Defined in
amountSeller
• amountSeller: string
Amount that was sent to the buyer (total amount - fees in this case)
Defined in
blockNumber
• blockNumber: number
Number of the block in which the transaction was minted
Inherited from
GenericParsedTxPayload.blockNumber
Defined in
buyer
• buyer: string
Escrow buyer (who paid and released the escrow)
Defined in
challengePeriodEnd
• challengePeriodEnd: Date
When did the last challenge period end
Defined in
challengePeriodExtension
• challengePeriodExtension: number
What was the challenge period extension
Defined in
challengePeriodStart
• challengePeriodStart: Date
When did the last challenge period start
Defined in
claimed
• claimed: boolean
If the payment was claimed (always true in this case since release automatically claims)
Defined in
consensusBuyer
• consensusBuyer: number
Buyer's consensus about the escrow (always positive in this case since the buyer just released)
Defined in
consensusSeller
• consensusSeller: number
Seller's consensus
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
Marketplace address
Defined in
marketplaceFee
• marketplaceFee: number
Marketplace fee (in %)
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
releasedAt
• releasedAt: Date
Date/time when the escrow was released
Defined in
seller
• seller: string
Seller (to whom the payment was paid and released)
Defined in
splitBuyer
• splitBuyer: number
Buyer's split (0 in this case)
Defined in
splitMarketplace
• splitMarketplace: number
Marketplace fee (in %)
Defined in
splitProtocol
• splitProtocol: number
Protocol fee (in %)
Defined in
splitSeller
• splitSeller: number
Seller's split (100 in this case)
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