Skip to main content

Interface: ClaimParsedPayload

Amounts (in ETH's or token's WEIs) sent to all the parties after the escrow was closed

Hierarchy

Properties

amountArbitrator

amountArbitrator: string

Defined in

typing/index.ts:418


amountBuyer

amountBuyer: string

Defined in

typing/index.ts:414


amountMarketplace

amountMarketplace: string

Defined in

typing/index.ts:416


amountProtocol

amountProtocol: string

Defined in

typing/index.ts:417


amountSeller

amountSeller: string

Defined in

typing/index.ts:415


blockNumber

blockNumber: number

Number of the block in which the transaction was minted

Inherited from

GenericParsedTxPayload.blockNumber

Defined in

typing/index.ts:251


escrowId

escrowId: number

ID of the escrow that the transaction created or acted upon

Inherited from

GenericParsedTxPayload.escrowId

Defined in

typing/index.ts:253


name

name: string

Name of the event

Inherited from

GenericParsedTxPayload.name

Defined in

typing/index.ts:247


transactionHash

transactionHash: string

Transaction hash

Inherited from

GenericParsedTxPayload.transactionHash

Defined in

typing/index.ts:249