Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::DebugLog Struct Reference

#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< FFfields
 

Detailed Description

Definition at line 381 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::avm2::DebugLog::MSGPACK_FIELDS ( contractAddress  ,
level  ,
message  ,
fields   
)

◆ operator==()

bool bb::avm2::DebugLog::operator== ( const DebugLog other) const
default

Member Data Documentation

◆ contractAddress

AztecAddress bb::avm2::DebugLog::contractAddress

Definition at line 382 of file aztec_types.hpp.

◆ fields

std::vector<FF> bb::avm2::DebugLog::fields

Definition at line 388 of file aztec_types.hpp.

◆ level

std::string bb::avm2::DebugLog::level

Definition at line 386 of file aztec_types.hpp.

◆ message

std::string bb::avm2::DebugLog::message

Definition at line 387 of file aztec_types.hpp.


The documentation for this struct was generated from the following file: