Skip to main content

Interface: ApproveArbitratorParsedPayload

Escrow data returned after an arbitrator is approved for the escrow

Hierarchy

Properties

arbitrator

arbitrator: string

Address of the arbitrator. null for no arbitrator

Defined in

typing/index.ts:261


arbitratorFee

arbitratorFee: number

Arbitrator's fee (%, can be 0)

Defined in

typing/index.ts:263


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


statusArbitration

statusArbitration: "ArbitratorApproved"

Has the escrow been decided by the arbitrator, false if value === null // TODO: verify if true

Defined in

typing/index.ts:265


transactionHash

transactionHash: string

Transaction hash

Inherited from

GenericParsedTxPayload.transactionHash

Defined in

typing/index.ts:249