|
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_CAMEL_CASE_FIELDS (note_hashes, nullifiers, l2_to_l1_msgs) | |
Public Attributes | |
| uint32_t | note_hashes = 0 |
| uint32_t | nullifiers = 0 |
| uint32_t | l2_to_l1_msgs = 0 |
Definition at line 430 of file aztec_types.hpp.
| bb::avm2::PrivateToAvmAccumulatedDataArrayLengths::MSGPACK_CAMEL_CASE_FIELDS | ( | note_hashes | , |
| nullifiers | , | ||
| l2_to_l1_msgs | |||
| ) |
|
default |
| uint32_t bb::avm2::PrivateToAvmAccumulatedDataArrayLengths::l2_to_l1_msgs = 0 |
Definition at line 433 of file aztec_types.hpp.
| uint32_t bb::avm2::PrivateToAvmAccumulatedDataArrayLengths::note_hashes = 0 |
Definition at line 431 of file aztec_types.hpp.
| uint32_t bb::avm2::PrivateToAvmAccumulatedDataArrayLengths::nullifiers = 0 |
Definition at line 432 of file aztec_types.hpp.