|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <aztec_types.hpp>
Public Member Functions | |
| bool | operator== (const AvmAccumulatedData &other) const =default |
| MSGPACK_CAMEL_CASE_FIELDS (note_hashes, nullifiers, l2_to_l1_msgs, public_logs, public_data_writes) | |
Public Attributes | |
| std::array< FF, MAX_NOTE_HASHES_PER_TX > | note_hashes {} |
| std::array< FF, MAX_NULLIFIERS_PER_TX > | nullifiers {} |
| std::array< ScopedL2ToL1Message, MAX_L2_TO_L1_MSGS_PER_TX > | l2_to_l1_msgs {} |
| PublicLogs | public_logs |
| std::array< PublicDataWrite, MAX_TOTAL_PUBLIC_DATA_UPDATE_REQUESTS_PER_TX > | public_data_writes {} |
Definition at line 450 of file aztec_types.hpp.
| bb::avm2::AvmAccumulatedData::MSGPACK_CAMEL_CASE_FIELDS | ( | note_hashes | , |
| nullifiers | , | ||
| l2_to_l1_msgs | , | ||
| public_logs | , | ||
| public_data_writes | |||
| ) |
|
default |
| std::array<ScopedL2ToL1Message, MAX_L2_TO_L1_MSGS_PER_TX> bb::avm2::AvmAccumulatedData::l2_to_l1_msgs {} |
Definition at line 453 of file aztec_types.hpp.
| std::array<FF, MAX_NOTE_HASHES_PER_TX> bb::avm2::AvmAccumulatedData::note_hashes {} |
Definition at line 451 of file aztec_types.hpp.
| std::array<FF, MAX_NULLIFIERS_PER_TX> bb::avm2::AvmAccumulatedData::nullifiers {} |
Definition at line 452 of file aztec_types.hpp.
| std::array<PublicDataWrite, MAX_TOTAL_PUBLIC_DATA_UPDATE_REQUESTS_PER_TX> bb::avm2::AvmAccumulatedData::public_data_writes {} |
Definition at line 455 of file aztec_types.hpp.
| PublicLogs bb::avm2::AvmAccumulatedData::public_logs |
Definition at line 454 of file aztec_types.hpp.