|
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_CAMEL_CASE_FIELDS (note_hashes, nullifiers, l2_to_l1_msgs, public_data_writes) | |
Public Attributes | |
| uint32_t | note_hashes = 0 |
| uint32_t | nullifiers = 0 |
| uint32_t | l2_to_l1_msgs = 0 |
| uint32_t | public_data_writes = 0 |
Definition at line 375 of file aztec_types.hpp.
| bb::avm2::AvmAccumulatedDataArrayLengths::MSGPACK_CAMEL_CASE_FIELDS | ( | note_hashes | , |
| nullifiers | , | ||
| l2_to_l1_msgs | , | ||
| public_data_writes | |||
| ) |
|
default |
| uint32_t bb::avm2::AvmAccumulatedDataArrayLengths::l2_to_l1_msgs = 0 |
Definition at line 378 of file aztec_types.hpp.
| uint32_t bb::avm2::AvmAccumulatedDataArrayLengths::note_hashes = 0 |
Definition at line 376 of file aztec_types.hpp.
| uint32_t bb::avm2::AvmAccumulatedDataArrayLengths::nullifiers = 0 |
Definition at line 377 of file aztec_types.hpp.
| uint32_t bb::avm2::AvmAccumulatedDataArrayLengths::public_data_writes = 0 |
Definition at line 379 of file aztec_types.hpp.