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

#include <aztec_types.hpp>

Public Member Functions

bool operator== (const ContractClassLog &other) const =default
 
 MSGPACK_CAMEL_CASE_FIELDS (contract_address, fields, emitted_length)
 

Public Attributes

AztecAddress contract_address = 0
 
ContractClassLogFields fields
 
uint32_t emitted_length = 0
 

Detailed Description

Definition at line 398 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::ContractClassLog::MSGPACK_CAMEL_CASE_FIELDS ( contract_address  ,
fields  ,
emitted_length   
)

◆ operator==()

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

Member Data Documentation

◆ contract_address

AztecAddress bb::avm2::ContractClassLog::contract_address = 0

Definition at line 399 of file aztec_types.hpp.

◆ emitted_length

uint32_t bb::avm2::ContractClassLog::emitted_length = 0

Definition at line 401 of file aztec_types.hpp.

◆ fields

ContractClassLogFields bb::avm2::ContractClassLog::fields

Definition at line 400 of file aztec_types.hpp.


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