Skip to content

Commit 3aa109b

Browse files
committed
modifed submitProvingRequest method docstring
1 parent 4ae3d62 commit 3aa109b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

sdk/src/network-client.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,10 +1612,7 @@ class AleoNetworkClient {
16121612
/**
16131613
* Submit a `ProvingRequest` to a remote proving service for delegated proving. If the broadcast flag of the `ProvingRequest` is set to `true` the remote service will attempt to broadcast the result `Transaction` on behalf of the requestor.
16141614
*
1615-
* @param {ProvingRequest | string} provingRequest - The `ProvingRequest` (generated by the ProgramManager) to submit.
1616-
* @param {string} url - (Optional) The url of the proving service.
1617-
* @param {string} apiKey - (Optional) API key for authentication.
1618-
* @param {string} delegatedProvingJWT - (Optional) JWT token for authentication. This will be deprecated in favor of apiKey in the future.
1615+
* @param {DelegatedProvingParams} options - The optional parameters required to submit a proving request.
16191616
* @returns {Promise<ProvingResponse>} The ProvingResponse containing the transaction result and the result of the broadcast if the `broadcast` flag was set to `true`.
16201617
*/
16211618
async submitProvingRequest(options: DelegatedProvingParams): Promise<ProvingResponse> {

0 commit comments

Comments
 (0)