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:1241
arbitrator
• arbitrator: string
Arbitrator. Null if no arbitrator was set or proposed
Defined in
typing/index.ts:1232
arbitratorFee
• arbitratorFee: number
Arbitrator's fee (%, can be 0)
Defined in
typing/index.ts:1244
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:1238
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:1235