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 (contractAddress, fields, emittedLength) | |
Public Attributes | |
AztecAddress | contractAddress |
std::array< FF, PUBLIC_LOG_SIZE_IN_FIELDS > | fields |
uint32_t | emittedLength |
Definition at line 122 of file aztec_types.hpp.
bb::avm2::PublicLog::MSGPACK_FIELDS | ( | contractAddress | , |
fields | , | ||
emittedLength | |||
) |
|
default |
AztecAddress bb::avm2::PublicLog::contractAddress |
Definition at line 123 of file aztec_types.hpp.
uint32_t bb::avm2::PublicLog::emittedLength |
Definition at line 125 of file aztec_types.hpp.
std::array<FF, PUBLIC_LOG_SIZE_IN_FIELDS> bb::avm2::PublicLog::fields |
Definition at line 124 of file aztec_types.hpp.