|
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_tx_effect) | |
Public Attributes | |
| bool | reverted |
| std::vector< FF > | output |
| TreeSnapshots | end_tree_snapshots |
| std::string | revert_reason |
| PublicTxEffect | public_tx_effect |
Definition at line 46 of file simulator.hpp.
| SimulatorResult::MSGPACK_CAMEL_CASE_FIELDS | ( | reverted | , |
| output | , | ||
| end_tree_snapshots | , | ||
| revert_reason | , | ||
| public_tx_effect | |||
| ) |
| TreeSnapshots SimulatorResult::end_tree_snapshots |
Definition at line 49 of file simulator.hpp.
| std::vector<FF> SimulatorResult::output |
Definition at line 48 of file simulator.hpp.
| PublicTxEffect SimulatorResult::public_tx_effect |
Definition at line 51 of file simulator.hpp.
| std::string SimulatorResult::revert_reason |
Definition at line 50 of file simulator.hpp.
| bool SimulatorResult::reverted |
Definition at line 47 of file simulator.hpp.