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: sdk/src/network-client.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1600,7 +1600,7 @@ class AleoNetworkClient {
1600
1600
* @param {ProvingRequest | string} provingRequest - The `ProvingRequest` (generated by the ProgramManager) to submit.
1601
1601
* @param {string} url - (Optional) The url of the proving service.
1602
1602
* @param {string} apiKey - (Optional) API key for authentication.
1603
-
* @param {string} delegatedProvingJWT - (Optional, deprecated) JWT token for authentication. Use apiKey instead.
1603
+
* @param {string} delegatedProvingJWT - (Optional) JWT token for authentication. This will be deprecated in favor of apiKey in the future.
1604
1604
* @returns {Promise<ProvingResponse>} The ProvingResponse containing the transaction result and the result of the broadcast if the `broadcast` flag was set to `true`.
0 commit comments