Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <aztec_types.hpp>
Public Member Functions | |
bool | operator== (const AvmAccumulatedDataArrayLengths &other) const =default |
MSGPACK_FIELDS (noteHashes, nullifiers, l2ToL1Msgs, publicLogs, publicDataWrites) | |
Public Attributes | |
uint32_t | noteHashes |
uint32_t | nullifiers |
uint32_t | l2ToL1Msgs |
uint32_t | publicLogs |
uint32_t | publicDataWrites |
Definition at line 202 of file aztec_types.hpp.
bb::avm2::AvmAccumulatedDataArrayLengths::MSGPACK_FIELDS | ( | noteHashes | , |
nullifiers | , | ||
l2ToL1Msgs | , | ||
publicLogs | , | ||
publicDataWrites | |||
) |
|
default |
uint32_t bb::avm2::AvmAccumulatedDataArrayLengths::l2ToL1Msgs |
Definition at line 205 of file aztec_types.hpp.
uint32_t bb::avm2::AvmAccumulatedDataArrayLengths::noteHashes |
Definition at line 203 of file aztec_types.hpp.
uint32_t bb::avm2::AvmAccumulatedDataArrayLengths::nullifiers |
Definition at line 204 of file aztec_types.hpp.
uint32_t bb::avm2::AvmAccumulatedDataArrayLengths::publicDataWrites |
Definition at line 207 of file aztec_types.hpp.
uint32_t bb::avm2::AvmAccumulatedDataArrayLengths::publicLogs |
Definition at line 206 of file aztec_types.hpp.