1-Snarky_backendless.Handle
Representation of an R1CS value and an OCaml value (if running as the prover) together.
val value : ( _, 'value ) t -> 'value As_prover.t
Get the value of a handle as the prover.
val var : ( 'var, _ ) t -> 'var
Get the R1CS representation of a value.