kleros/kleros-v2

View on GitHub
kleros-sdk/config/v2-disputetemplate/escrow/DisputeRequest.ts

Summary

Maintainability
A
0 mins
Test Coverage
type DisputeRequest = {
  arbitrator: string; // klerosCore address
  arbitrableDisputeID: number; // dispute id
  externalDisputeID: number; // Escrow transaction id
  templateId: number; // Escrow configuration
  templateUri: string; // empty
};