|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <mock_execution.hpp>
Public Member Functions | |
| MockExecution () | |
| ~MockExecution () override | |
| MOCK_METHOD (ExecutionResult, execute,(std::unique_ptr< ContextInterface > context),(override)) | |
Public Member Functions inherited from bb::avm2::simulation::ExecutionInterface | |
| virtual | ~ExecutionInterface ()=default |
| virtual ExecutionResult | execute (std::unique_ptr< ContextInterface > context)=0 |
Definition at line 15 of file mock_execution.hpp.
|
default |
|
overridedefault |
| bb::avm2::simulation::MockExecution::MOCK_METHOD | ( | ExecutionResult | , |
| execute | , | ||
| (std::unique_ptr< ContextInterface > context) | , | ||
| (override) | |||
| ) |