Skip to content

Commit 04c80db

Browse files
committed
chore(kleros-sdk): update-get-dispute-id-spec
1 parent 0a8422f commit 04c80db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kleros-sdk/src/utils/getDispute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { GetDisputeParameters } from "../types";
99
* Retrieves dispute parameters based on the provided dispute ID and subgraph endpoints.
1010
*
1111
* @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.
1313
* @param {string} disputeParameters.coreSubgraph - Endpoint for the Kleros core subgraph to use.
1414
* @param {string} disputeParameters.dtrSubgraph - Endpoint for the Kleros dispute template registry subgraph.
1515
* @param {GetDisputeParametersOptions | undefined} disputeParameters.options - Optional parameters to configure the SDK and provide additional context, if not configured already.

0 commit comments

Comments
 (0)