Interface: MultipleClaimParsedPayload
Amounts (in ETH's or token's WEIs) sent to all the parties after multiple escrows were closed
Hierarchy
-
↳
MultipleClaimParsedPayload
Properties
blockNumber
• blockNumber: number
Number of the block in which the transaction was minted
Inherited from
GenericParsedTxPayload.blockNumber
Defined in
escrowId
• escrowId: number
ID of the escrow that the transaction created or acted upon
Inherited from
GenericParsedTxPayload.escrowId
Defined in
name
• name: string
Name of the event
Inherited from
Defined in
payload
• payload: ClaimParsedPayload
[]
The data for a single claim of an escrow share. (array with amountBuyer, amountSeller, amountMarketplace, amountProtocol, amountArbitrator)
Defined in
transactionHash
• transactionHash: string
Transaction hash
Inherited from
GenericParsedTxPayload.transactionHash