|
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, publicDataWrites) | |
Public Attributes | |
| uint32_t | noteHashes |
| uint32_t | nullifiers |
| uint32_t | l2ToL1Msgs |
| uint32_t | publicDataWrites |
Definition at line 223 of file aztec_types.hpp.
| bb::avm2::AvmAccumulatedDataArrayLengths::MSGPACK_FIELDS | ( | noteHashes | , |
| nullifiers | , | ||
| l2ToL1Msgs | , | ||
| publicDataWrites | |||
| ) |
|
default |
| uint32_t bb::avm2::AvmAccumulatedDataArrayLengths::l2ToL1Msgs |
Definition at line 226 of file aztec_types.hpp.
| uint32_t bb::avm2::AvmAccumulatedDataArrayLengths::noteHashes |
Definition at line 224 of file aztec_types.hpp.
| uint32_t bb::avm2::AvmAccumulatedDataArrayLengths::nullifiers |
Definition at line 225 of file aztec_types.hpp.
| uint32_t bb::avm2::AvmAccumulatedDataArrayLengths::publicDataWrites |
Definition at line 227 of file aztec_types.hpp.