Re-exports§
pub use synthesizer_process as process;
pub use synthesizer_program as program;
pub use synthesizer_snark as snark;
pub use vm::*;
Modules§
Macros§
- A helper macro to downcast a
$variable
to&mut $object<$network>
. - A helper macro to downcast a
$variable
to$object<$network>
. - A helper macro to dedup the
Network
trait andAleo
trait and process its given logic. - A helper macro to dedup the
Network
trait andAleo
trait and process its given logic.
Structs§
- A locator for a function argument of the form
{is_input}/{index}
.