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 debug mode for the networkClient. When this mode is enabled, if Aleo network nodes report failures after
121
-
* calling the `submitTransaction` method, nodes will report debug information as to why the transaction failed.
120
+
* 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.
122
121
*
123
-
* @param {boolean} debugMode Set debug mode for the networkClient.
122
+
* @param {boolean} verboseErrors Set verbose error mode to true or false for the AleoNetworkClient.
124
123
* @example
125
124
* import { AleoNetworkClient } from "@provablehq/sdk/mainnet.js";
0 commit comments