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
+37-28Lines changed: 37 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -1599,39 +1599,48 @@ class AleoNetworkClient {
1599
1599
*
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
+
* @param {string} apiKey - (Optional) API key for authentication.
1603
+
* @param {string} delegatedProvingJWT - (Optional, deprecated) JWT token for authentication. Use apiKey instead.
1602
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