|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <aztec_types.hpp>
Public Member Functions | |
| bool | operator== (const DebugLog &other) const =default |
| MSGPACK_CAMEL_CASE_FIELDS (contract_address, level, message, fields) | |
Public Attributes | |
| AztecAddress | contract_address = 0 |
| std::string | level |
| std::string | message |
| std::vector< FF > | fields |
Definition at line 575 of file aztec_types.hpp.
| bb::avm2::DebugLog::MSGPACK_CAMEL_CASE_FIELDS | ( | contract_address | , |
| level | , | ||
| message | , | ||
| fields | |||
| ) |
|
default |
| AztecAddress bb::avm2::DebugLog::contract_address = 0 |
Definition at line 576 of file aztec_types.hpp.
| std::vector<FF> bb::avm2::DebugLog::fields |
Definition at line 582 of file aztec_types.hpp.
| std::string bb::avm2::DebugLog::level |
Definition at line 580 of file aztec_types.hpp.
| std::string bb::avm2::DebugLog::message |
Definition at line 581 of file aztec_types.hpp.