Skip to content

Commit 48a1aa1

Browse files
committed
updated doc string
1 parent d48bc56 commit 48a1aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/network-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1600,7 +1600,7 @@ class AleoNetworkClient {
16001600
* @param {ProvingRequest | string} provingRequest - The `ProvingRequest` (generated by the ProgramManager) to submit.
16011601
* @param {string} url - (Optional) The url of the proving service.
16021602
* @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.
16041604
* @returns {Promise<ProvingResponse>} The ProvingResponse containing the transaction result and the result of the broadcast if the `broadcast` flag was set to `true`.
16051605
*/
16061606
async submitProvingRequest(

0 commit comments

Comments
 (0)