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
Set verbose errors to true or false for the `AleoNetworkClient`. When set to true, if `submitTransaction` fails, the failure responses will report descriptive information as to why the transaction failed.
92
+
93
+
Parameters | Type | Description
94
+
--- | --- | ---
95
+
__verboseErrors__ | `boolean` | *Set verbose error mode to true or false for the AleoNetworkClient.*
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.
1025
1048
1026
1049
Parameters | Type | Description
1027
1050
--- | --- | ---
1028
-
__provingRequest__ | [ProvingRequest](sdk-src_wasm.md) | *The `ProvingRequest` (generated by the ProgramManager) to submit.*
1029
-
__url__ | `string` | *(Optional) The url of the proving service.*
1051
+
__options__ | `DelegatedProvingParams` | *The optional parameters required to submit a proving request.*
1030
1052
__*return*__ | `Promise.<ProvingResponse>` | *The ProvingResponse containing the transaction result and the result of the broadcast if the `broadcast` flag was set to `true`.*
Set verbose errors to true or false for the `AleoNetworkClient`. When set to true, if `submitTransaction` fails, the failure responses will report descriptive information as to why the transaction failed.
1162
+
1163
+
Parameters | Type | Description
1164
+
--- | --- | ---
1165
+
__verboseErrors__ | `boolean` | *Set verbose error mode to true or false for the AleoNetworkClient.*
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.
2075
2120
2076
2121
Parameters | Type | Description
2077
2122
--- | --- | ---
2078
-
__provingRequest__ | [ProvingRequest](sdk-src_wasm.md) | *The `ProvingRequest` (generated by the ProgramManager) to submit.*
2079
-
__url__ | `string` | *(Optional) The url of the proving service.*
2123
+
__options__ | `DelegatedProvingParams` | *The optional parameters required to submit a proving request.*
2080
2124
__*return*__ | `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