Skip to main content

Interface: IArbitratorInfo

Information about arbitrator or arbitrator proposal

Properties

arbitrated

arbitrated: boolean

Has the escrow been decided by the arbitrator

Defined in

typing/index.ts:1209


arbitrator

arbitrator: string

Arbitrator. Null if no arbitrator was set or proposed

Defined in

typing/index.ts:1200


arbitratorFee

arbitratorFee: number

Arbitrator's fee (%, can be 0)

Defined in

typing/index.ts:1212


consensusBuyer

consensusBuyer: boolean

Buyer's agreement on the arbitrator (false for no arbitrator or if arbitrator was only proposed by the seller)

Defined in

typing/index.ts:1206


consensusSeller

consensusSeller: boolean

Seller's agreement on the arbitrator (false for no arbitrator or if arbitrator was only proposed by the buyer)

Defined in

typing/index.ts:1203