|
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_FIELDS (contractAddress, level, message, fields) | |
Public Attributes | |
| AztecAddress | contractAddress |
| std::string | level |
| std::string | message |
| std::vector< FF > | fields |
Definition at line 381 of file aztec_types.hpp.
| bb::avm2::DebugLog::MSGPACK_FIELDS | ( | contractAddress | , |
| level | , | ||
| message | , | ||
| fields | |||
| ) |
|
default |
| AztecAddress bb::avm2::DebugLog::contractAddress |
Definition at line 382 of file aztec_types.hpp.
| std::vector<FF> bb::avm2::DebugLog::fields |
Definition at line 388 of file aztec_types.hpp.
| std::string bb::avm2::DebugLog::level |
Definition at line 386 of file aztec_types.hpp.
| std::string bb::avm2::DebugLog::message |
Definition at line 387 of file aztec_types.hpp.