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_CAMEL_CASE_FIELDS (contract_address, level, message, fields)
 

Public Attributes

AztecAddress contract_address = 0
 
std::string level
 
std::string message
 
std::vector< FFfields
 

Detailed Description

Definition at line 575 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::DebugLog::MSGPACK_CAMEL_CASE_FIELDS ( contract_address  ,
level  ,
message  ,
fields   
)

◆ operator==()

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

Member Data Documentation

◆ contract_address

AztecAddress bb::avm2::DebugLog::contract_address = 0

Definition at line 576 of file aztec_types.hpp.

◆ fields

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

Definition at line 582 of file aztec_types.hpp.

◆ level

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

Definition at line 580 of file aztec_types.hpp.

◆ message

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

Definition at line 581 of file aztec_types.hpp.


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