|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <aztec_types.hpp>
Public Member Functions | |
| bool | operator== (const PrivateLog &other) const =default |
| MSGPACK_CAMEL_CASE_FIELDS (fields, emitted_length) | |
Public Attributes | |
| std::vector< FF > | fields |
| uint32_t | emitted_length = 0 |
Definition at line 408 of file aztec_types.hpp.
| bb::avm2::PrivateLog::MSGPACK_CAMEL_CASE_FIELDS | ( | fields | , |
| emitted_length | |||
| ) |
|
default |
| uint32_t bb::avm2::PrivateLog::emitted_length = 0 |
Definition at line 410 of file aztec_types.hpp.
| std::vector<FF> bb::avm2::PrivateLog::fields |
Definition at line 409 of file aztec_types.hpp.