|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <simulator.hpp>
Public Member Functions | |
| MSGPACK_CAMEL_CASE_FIELDS (reverted, output, end_tree_snapshots, revert_reason) | |
Public Attributes | |
| bool | reverted |
| std::vector< FF > | output |
| TreeSnapshots | end_tree_snapshots |
| std::string | revert_reason |
Definition at line 31 of file simulator.hpp.
| SimulatorResult::MSGPACK_CAMEL_CASE_FIELDS | ( | reverted | , |
| output | , | ||
| end_tree_snapshots | , | ||
| revert_reason | |||
| ) |
| TreeSnapshots SimulatorResult::end_tree_snapshots |
Definition at line 34 of file simulator.hpp.
| std::vector<FF> SimulatorResult::output |
Definition at line 33 of file simulator.hpp.
| std::string SimulatorResult::revert_reason |
Definition at line 35 of file simulator.hpp.
| bool SimulatorResult::reverted |
Definition at line 32 of file simulator.hpp.