|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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 |
Definition at line 398 of file aztec_types.hpp.
| bb::avm2::ContractClassLog::MSGPACK_CAMEL_CASE_FIELDS | ( | contract_address | , |
| fields | , | ||
| emitted_length | |||
| ) |
|
default |
| AztecAddress bb::avm2::ContractClassLog::contract_address = 0 |
Definition at line 399 of file aztec_types.hpp.
| uint32_t bb::avm2::ContractClassLog::emitted_length = 0 |
Definition at line 401 of file aztec_types.hpp.
| ContractClassLogFields bb::avm2::ContractClassLog::fields |
Definition at line 400 of file aztec_types.hpp.