update changelog, update book
This commit is contained in:
parent
d2a6c47809
commit
e611241ed3
2 changed files with 3 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Add `backend` option in `zokrates-js`, bring back bellman, add a console writer to support printing logs to console
|
||||
Add `backend` option in `zokrates-js`, bring back bellman, add a log writer to support printing logs in js
|
|
@ -128,12 +128,13 @@ const fileSystemResolver = (from, to) => {
|
|||
};
|
||||
```
|
||||
|
||||
##### computeWitness(artifacts, args)
|
||||
##### computeWitness(artifacts, args[, options])
|
||||
Computes a valid assignment of the variables, which include the results of the computation.
|
||||
|
||||
Parameters:
|
||||
* `artifacts` - Compilation artifacts
|
||||
* `args` - Array of arguments (eg. `["1", "2", true]`)
|
||||
* `options` - Computation options
|
||||
|
||||
Returns: `ComputationResult`
|
||||
|
||||
|
|
Loading…
Reference in a new issue