Macro snarkvm_circuit::environment::witness_mode
source · macro_rules! witness_mode { ($($circuit:ident),*) => { ... }; }
Expand description
The witness_mode!
macro returns the expected mode given a list of circuits.
macro_rules! witness_mode { ($($circuit:ident),*) => { ... }; }
The witness_mode!
macro returns the expected mode given a list of circuits.