Skip to main content

Interface: ReleaseParsedPayload

Data about a released escrow

Hierarchy

Properties

amount

amount: string

Total escrow amount in ETH's or token's WEI

Defined in

typing/index.ts:567


amountArbitrator

amountArbitrator: string

Amount sent to the arbitrator in ETH's or token's WEI

Defined in

typing/index.ts:582


amountBuyer

amountBuyer: string

Amount that was sent to the buyer (0 in this case)

Defined in

typing/index.ts:570


amountMarketplace

amountMarketplace: string

Amount sent to the marketplace in ETH's or token's WEI

Defined in

typing/index.ts:576


amountProtocol

amountProtocol: string

Amount sent to the protocol in ETH's or token's WEI

Defined in

typing/index.ts:579


amountSeller

amountSeller: string

Amount that was sent to the buyer (total amount - fees in this case)

Defined in

typing/index.ts:573


blockNumber

blockNumber: number

Number of the block in which the transaction was minted

Inherited from

GenericParsedTxPayload.blockNumber

Defined in

typing/index.ts:251


buyer

buyer: string

Escrow buyer (who paid and released the escrow)

Defined in

typing/index.ts:522


challengePeriodEnd

challengePeriodEnd: Date

When did the last challenge period end

Defined in

typing/index.ts:534


challengePeriodExtension

challengePeriodExtension: number

What was the challenge period extension

Defined in

typing/index.ts:528


challengePeriodStart

challengePeriodStart: Date

When did the last challenge period start

Defined in

typing/index.ts:531


claimed

claimed: boolean

If the payment was claimed (always true in this case since release automatically claims)

Defined in

typing/index.ts:546


consensusBuyer

consensusBuyer: number

Buyer's consensus about the escrow (always positive in this case since the buyer just released)

Defined in

typing/index.ts:549


consensusSeller

consensusSeller: number

Seller's consensus

Defined in

typing/index.ts:552


currency

currency: string

Payment token address (null for ETH)

Defined in

typing/index.ts:543


escrowId

escrowId: number

ID of the escrow that the transaction created or acted upon

Inherited from

GenericParsedTxPayload.escrowId

Defined in

typing/index.ts:253


marketplace

marketplace: string

Marketplace address

Defined in

typing/index.ts:537


marketplaceFee

marketplaceFee: number

Marketplace fee (in %)

Defined in

typing/index.ts:540


name

name: string

Name of the event

Inherited from

GenericParsedTxPayload.name

Defined in

typing/index.ts:247


releasedAt

releasedAt: Date

Date/time when the escrow was released

Defined in

typing/index.ts:519


seller

seller: string

Seller (to whom the payment was paid and released)

Defined in

typing/index.ts:525


splitBuyer

splitBuyer: number

Buyer's split (0 in this case)

Defined in

typing/index.ts:555


splitMarketplace

splitMarketplace: number

Marketplace fee (in %)

Defined in

typing/index.ts:561


splitProtocol

splitProtocol: number

Protocol fee (in %)

Defined in

typing/index.ts:564


splitSeller

splitSeller: number

Seller's split (100 in this case)

Defined in

typing/index.ts:558


transactionHash

transactionHash: string

Transaction hash

Inherited from

GenericParsedTxPayload.transactionHash

Defined in

typing/index.ts:249