Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <aztec_types.hpp>
Public Member Functions | |
bool | operator== (const PrivateToAvmAccumulatedDataArrayLengths &other) const =default |
MSGPACK_FIELDS (noteHashes, nullifiers, l2ToL1Msgs) | |
Public Attributes | |
uint32_t | noteHashes |
uint32_t | nullifiers |
uint32_t | l2ToL1Msgs |
Definition at line 218 of file aztec_types.hpp.
bb::avm2::PrivateToAvmAccumulatedDataArrayLengths::MSGPACK_FIELDS | ( | noteHashes | , |
nullifiers | , | ||
l2ToL1Msgs | |||
) |
|
default |
uint32_t bb::avm2::PrivateToAvmAccumulatedDataArrayLengths::l2ToL1Msgs |
Definition at line 221 of file aztec_types.hpp.
uint32_t bb::avm2::PrivateToAvmAccumulatedDataArrayLengths::noteHashes |
Definition at line 219 of file aztec_types.hpp.
uint32_t bb::avm2::PrivateToAvmAccumulatedDataArrayLengths::nullifiers |
Definition at line 220 of file aztec_types.hpp.