You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kleros-sdk/src/utils/getDispute.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import { GetDisputeParameters } from "../types";
9
9
* Retrieves dispute parameters based on the provided dispute ID and subgraph endpoints.
10
10
*
11
11
* @param {GetDisputeParameters} disputeParameters - The parameters required to get the dispute.
12
-
* @param {number} disputeParameters.disputeId - A unique numeric identifier of the dispute in the Kleros Core contract.
12
+
* @param {bigint} disputeParameters.disputeId - A unique numeric identifier of the dispute in the Kleros Core contract.
13
13
* @param {string} disputeParameters.coreSubgraph - Endpoint for the Kleros core subgraph to use.
14
14
* @param {string} disputeParameters.dtrSubgraph - Endpoint for the Kleros dispute template registry subgraph.
15
15
* @param {GetDisputeParametersOptions | undefined} disputeParameters.options - Optional parameters to configure the SDK and provide additional context, if not configured already.
0 commit comments