|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <aztec_types.hpp>
Public Member Functions | |
| bool | operator== (const PublicLog &other) const =default |
| MSGPACK_CAMEL_CASE_FIELDS (fields, contract_address) | |
Public Attributes | |
| std::vector< FF > | fields |
| AztecAddress | contract_address = 0 |
Definition at line 232 of file aztec_types.hpp.
| bb::avm2::PublicLog::MSGPACK_CAMEL_CASE_FIELDS | ( | fields | , |
| contract_address | |||
| ) |
|
default |
| AztecAddress bb::avm2::PublicLog::contract_address = 0 |
Definition at line 234 of file aztec_types.hpp.
| std::vector<FF> bb::avm2::PublicLog::fields |
Definition at line 233 of file aztec_types.hpp.