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
typing/index.ts:534
amountArbitrator
• amountArbitrator: string
Amount sent to the arbitrator in ETH's or token's WEI
Defined in
typing/index.ts:544
amountBuyer
• amountBuyer: string
Amount that was sent to the buyer (0 in this case)
Defined in
typing/index.ts:536
amountMarketplace
• amountMarketplace: string
Amount sent to the marketplace in ETH's or token's WEI
Defined in
typing/index.ts:540
amountProtocol
• amountProtocol: string
Amount sent to the protocol in ETH's or token's WEI
Defined in
typing/index.ts:542
amountSeller
• amountSeller: string
Amount that was sent to the buyer (total amount - fees in this case)
Defined in
typing/index.ts:538
blockNumber
• blockNumber: number
Number of the block in which the transaction was minted
Inherited from
GenericParsedTxPayload.blockNumber
Defined in
typing/index.ts:224
buyer
• buyer: string
Escrow buyer (who paid and released the escrow)
Defined in
typing/index.ts:502
challengePeriodEnd
• challengePeriodEnd: Date
When did the last challenge period end
Defined in
typing/index.ts:510
challengePeriodExtension
• challengePeriodExtension: number
What was the challenge period extension
Defined in
typing/index.ts:506
challengePeriodStart
• challengePeriodStart: Date
When did the last challenge period start
Defined in
typing/index.ts:508
claimed
• claimed: boolean
If the payment was claimed (always true in this case since release automatically claims)
Defined in
typing/index.ts:520
consensusBuyer
• consensusBuyer: number
Buyer's consensus about the escrow (always positive in this case since the buyer just released)
Defined in
typing/index.ts:522
consensusSeller
• consensusSeller: number
Seller's consensus
Defined in
typing/index.ts:524
escrowId
• escrowId: number
ID of the escrow that the transaction created or acted upon
Inherited from
GenericParsedTxPayload.escrowId
Defined in
typing/index.ts:226
marketplace
• marketplace: string
Marketplace address
Defined in
typing/index.ts:512
marketplaceFee
• marketplaceFee: number
Marketplace fee (in %)
Defined in
typing/index.ts:514
name
• name: string
Name of the event
Inherited from
Defined in
typing/index.ts:220
paymentReference
• Optional
paymentReference: string
A text reference that was attached to the payment
Defined in
typing/index.ts:518
releasedAt
• releasedAt: Date
Date/time when the escrow was released
Defined in
typing/index.ts:500
seller
• seller: string
Seller (to whom the payment was paid and released)
Defined in
typing/index.ts:504
splitBuyer
• splitBuyer: number
Buyer's split (0 in this case)
Defined in
typing/index.ts:526
splitMarketplace
• splitMarketplace: number
Marketplace fee (in %)
Defined in
typing/index.ts:530
splitProtocol
• splitProtocol: number
Protocol fee (in %)
Defined in
typing/index.ts:532
splitSeller
• splitSeller: number
Seller's split (100 in this case)
Defined in
typing/index.ts:528
tokenAddress
• Optional
tokenAddress: string
Token used in the payment (null for ETH)
Defined in
typing/index.ts:516
transactionHash
• transactionHash: string
Transaction hash
Inherited from
GenericParsedTxPayload.transactionHash
Defined in
typing/index.ts:222