Skip to main content

Interface: IReleasedTransactionPayload

Data about a released escrow

Hierarchy

Properties

amount

amount: string

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

Inherited from

ReleaseParsedPayload.amount

Defined in

typing/index.ts:567


amountArbitrator

amountArbitrator: string

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

Inherited from

ReleaseParsedPayload.amountArbitrator

Defined in

typing/index.ts:582


amountBuyer

amountBuyer: string

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

Inherited from

ReleaseParsedPayload.amountBuyer

Defined in

typing/index.ts:570


amountMarketplace

amountMarketplace: string

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

Inherited from

ReleaseParsedPayload.amountMarketplace

Defined in

typing/index.ts:576


amountProtocol

amountProtocol: string

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

Inherited from

ReleaseParsedPayload.amountProtocol

Defined in

typing/index.ts:579


amountSeller

amountSeller: string

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

Inherited from

ReleaseParsedPayload.amountSeller

Defined in

typing/index.ts:573


blockNumber

blockNumber: number

Number of the block in which the transaction was minted

Inherited from

ReleaseParsedPayload.blockNumber

Defined in

typing/index.ts:251


buyer

buyer: string

Escrow buyer (who paid and released the escrow)

Inherited from

ReleaseParsedPayload.buyer

Defined in

typing/index.ts:522


challengePeriodEnd

challengePeriodEnd: Date

When did the last challenge period end

Inherited from

ReleaseParsedPayload.challengePeriodEnd

Defined in

typing/index.ts:534


challengePeriodExtension

challengePeriodExtension: number

What was the challenge period extension

Inherited from

ReleaseParsedPayload.challengePeriodExtension

Defined in

typing/index.ts:528


challengePeriodStart

challengePeriodStart: Date

When did the last challenge period start

Inherited from

ReleaseParsedPayload.challengePeriodStart

Defined in

typing/index.ts:531


claimed

claimed: boolean

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

Inherited from

ReleaseParsedPayload.claimed

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)

Inherited from

ReleaseParsedPayload.consensusBuyer

Defined in

typing/index.ts:549


consensusSeller

consensusSeller: number

Seller's consensus

Inherited from

ReleaseParsedPayload.consensusSeller

Defined in

typing/index.ts:552


currency

currency: string

Payment token address (null for ETH)

Inherited from

ReleaseParsedPayload.currency

Defined in

typing/index.ts:543


escrowId

escrowId: number

ID of the escrow that the transaction created or acted upon

Inherited from

ReleaseParsedPayload.escrowId

Defined in

typing/index.ts:253


marketplace

marketplace: string

Marketplace address

Inherited from

ReleaseParsedPayload.marketplace

Defined in

typing/index.ts:537


marketplaceFee

marketplaceFee: number

Marketplace fee (in %)

Inherited from

ReleaseParsedPayload.marketplaceFee

Defined in

typing/index.ts:540


name

name: string

Name of the event

Inherited from

ReleaseParsedPayload.name

Defined in

typing/index.ts:247


releasedAt

releasedAt: Date

Date/time when the escrow was released

Inherited from

ReleaseParsedPayload.releasedAt

Defined in

typing/index.ts:519


seller

seller: string

Seller (to whom the payment was paid and released)

Inherited from

ReleaseParsedPayload.seller

Defined in

typing/index.ts:525


splitBuyer

splitBuyer: number

Buyer's split (0 in this case)

Inherited from

ReleaseParsedPayload.splitBuyer

Defined in

typing/index.ts:555


splitMarketplace

splitMarketplace: number

Marketplace fee (in %)

Inherited from

ReleaseParsedPayload.splitMarketplace

Defined in

typing/index.ts:561


splitProtocol

splitProtocol: number

Protocol fee (in %)

Inherited from

ReleaseParsedPayload.splitProtocol

Defined in

typing/index.ts:564


splitSeller

splitSeller: number

Seller's split (100 in this case)

Inherited from

ReleaseParsedPayload.splitSeller

Defined in

typing/index.ts:558


transactionHash

transactionHash: string

Transaction hash

Inherited from

ReleaseParsedPayload.transactionHash

Defined in

typing/index.ts:249