|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <avm_io.hpp>
Public Member Functions | |
| bool | operator== (const TxSimulationResult &other) const =default |
| MSGPACK_CAMEL_CASE_FIELDS (gas_used, revert_code, public_tx_effect, call_stack_metadata, logs, public_inputs, hints) | |
Public Attributes | |
| GasUsed | gas_used |
| RevertCode | revert_code |
| PublicTxEffect | public_tx_effect |
| std::vector< CallStackMetadata > | call_stack_metadata |
| std::optional< std::vector< DebugLog > > | logs |
| std::optional< PublicInputs > | public_inputs |
| std::optional< ExecutionHints > | hints |
Definition at line 548 of file avm_io.hpp.
| bb::avm2::TxSimulationResult::MSGPACK_CAMEL_CASE_FIELDS | ( | gas_used | , |
| revert_code | , | ||
| public_tx_effect | , | ||
| call_stack_metadata | , | ||
| logs | , | ||
| public_inputs | , | ||
| hints | |||
| ) |
|
default |
| std::vector<CallStackMetadata> bb::avm2::TxSimulationResult::call_stack_metadata |
Definition at line 554 of file avm_io.hpp.
| GasUsed bb::avm2::TxSimulationResult::gas_used |
Definition at line 550 of file avm_io.hpp.
| std::optional<ExecutionHints> bb::avm2::TxSimulationResult::hints |
Definition at line 558 of file avm_io.hpp.
| std::optional<std::vector<DebugLog> > bb::avm2::TxSimulationResult::logs |
Definition at line 555 of file avm_io.hpp.
| std::optional<PublicInputs> bb::avm2::TxSimulationResult::public_inputs |
Definition at line 557 of file avm_io.hpp.
| PublicTxEffect bb::avm2::TxSimulationResult::public_tx_effect |
Definition at line 552 of file avm_io.hpp.
| RevertCode bb::avm2::TxSimulationResult::revert_code |
Definition at line 551 of file avm_io.hpp.