|
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_FIELDS (fields, contractAddress) | |
Public Attributes | |
| std::vector< FF > | fields |
| AztecAddress | contractAddress |
Definition at line 124 of file aztec_types.hpp.
| bb::avm2::PublicLog::MSGPACK_FIELDS | ( | fields | , |
| contractAddress | |||
| ) |
|
default |
| AztecAddress bb::avm2::PublicLog::contractAddress |
Definition at line 126 of file aztec_types.hpp.
| std::vector<FF> bb::avm2::PublicLog::fields |
Definition at line 125 of file aztec_types.hpp.