|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <aztec_types.hpp>
Public Member Functions | |
| bool | operator== (const PublicLogs &other) const =default |
| MSGPACK_FIELDS (length, payload) | |
| void | add_log (PublicLog log) |
Public Attributes | |
| uint32_t | length |
| std::array< FF, FLAT_PUBLIC_LOGS_PAYLOAD_LENGTH > | payload |
Definition at line 133 of file aztec_types.hpp.
|
inline |
Definition at line 140 of file aztec_types.hpp.
|
default |
| uint32_t bb::avm2::PublicLogs::length |
Definition at line 134 of file aztec_types.hpp.
| std::array<FF, FLAT_PUBLIC_LOGS_PAYLOAD_LENGTH> bb::avm2::PublicLogs::payload |
Definition at line 135 of file aztec_types.hpp.