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:531


amountArbitrator

amountArbitrator: string

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

Defined in

typing/index.ts:546


amountBuyer

amountBuyer: string

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

Defined in

typing/index.ts:534


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:543


amountSeller

amountSeller: string

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

Defined in

typing/index.ts:537


blockNumber

blockNumber: number

Number of the block in which the transaction was minted

Inherited from

GenericParsedTxPayload.blockNumber

Defined in

typing/index.ts:215


buyer

buyer: string

Escrow buyer (who paid and released the escrow)

Defined in

typing/index.ts:486


challengePeriodEnd

challengePeriodEnd: Date

When did the last challenge period end

Defined in

typing/index.ts:498


challengePeriodExtension

challengePeriodExtension: number

What was the challenge period extension

Defined in

typing/index.ts:492


challengePeriodStart

challengePeriodStart: Date

When did the last challenge period start

Defined in

typing/index.ts:495


claimed

claimed: boolean

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

Defined in

typing/index.ts:510


consensusBuyer

consensusBuyer: number

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

Defined in

typing/index.ts:513


consensusSeller

consensusSeller: number

Seller's consensus

Defined in

typing/index.ts:516


currency

currency: string

Payment token address (null for ETH)

Defined in

typing/index.ts:507


escrowId

escrowId: number

ID of the escrow that the transaction created or acted upon

Inherited from

GenericParsedTxPayload.escrowId

Defined in

typing/index.ts:217


marketplace

marketplace: string

Marketplace address

Defined in

typing/index.ts:501


marketplaceFee

marketplaceFee: number

Marketplace fee (in %)

Defined in

typing/index.ts:504


name

name: string

Name of the event

Inherited from

GenericParsedTxPayload.name

Defined in

typing/index.ts:211


releasedAt

releasedAt: Date

Date/time when the escrow was released

Defined in

typing/index.ts:483


seller

seller: string

Seller (to whom the payment was paid and released)

Defined in

typing/index.ts:489


splitBuyer

splitBuyer: number

Buyer's split (0 in this case)

Defined in

typing/index.ts:519


splitMarketplace

splitMarketplace: number

Marketplace fee (in %)

Defined in

typing/index.ts:525


splitProtocol

splitProtocol: number

Protocol fee (in %)

Defined in

typing/index.ts:528


splitSeller

splitSeller: number

Seller's split (100 in this case)

Defined in

typing/index.ts:522


transactionHash

transactionHash: string

Transaction hash

Inherited from

GenericParsedTxPayload.transactionHash

Defined in

typing/index.ts:213