|
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 238 of file aztec_types.hpp.
| bb::avm2::PrivateToAvmAccumulatedDataArrayLengths::MSGPACK_FIELDS | ( | noteHashes | , |
| nullifiers | , | ||
| l2ToL1Msgs | |||
| ) |
|
default |
| uint32_t bb::avm2::PrivateToAvmAccumulatedDataArrayLengths::l2ToL1Msgs |
Definition at line 241 of file aztec_types.hpp.
| uint32_t bb::avm2::PrivateToAvmAccumulatedDataArrayLengths::noteHashes |
Definition at line 239 of file aztec_types.hpp.
| uint32_t bb::avm2::PrivateToAvmAccumulatedDataArrayLengths::nullifiers |
Definition at line 240 of file aztec_types.hpp.