|
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_FIELDS (noteHashes, nullifiers, l2ToL1Msgs, publicLogs, publicDataWrites) | |
Public Attributes | |
| std::array< FF, MAX_NOTE_HASHES_PER_TX > | noteHashes |
| std::array< FF, MAX_NULLIFIERS_PER_TX > | nullifiers |
| std::array< ScopedL2ToL1Message, MAX_L2_TO_L1_MSGS_PER_TX > | l2ToL1Msgs |
| PublicLogs | publicLogs |
| std::array< PublicDataWrite, MAX_TOTAL_PUBLIC_DATA_UPDATE_REQUESTS_PER_TX > | publicDataWrites |
Definition at line 258 of file aztec_types.hpp.
| bb::avm2::AvmAccumulatedData::MSGPACK_FIELDS | ( | noteHashes | , |
| nullifiers | , | ||
| l2ToL1Msgs | , | ||
| publicLogs | , | ||
| publicDataWrites | |||
| ) |
|
default |
| std::array<ScopedL2ToL1Message, MAX_L2_TO_L1_MSGS_PER_TX> bb::avm2::AvmAccumulatedData::l2ToL1Msgs |
Definition at line 261 of file aztec_types.hpp.
| std::array<FF, MAX_NOTE_HASHES_PER_TX> bb::avm2::AvmAccumulatedData::noteHashes |
Definition at line 259 of file aztec_types.hpp.
| std::array<FF, MAX_NULLIFIERS_PER_TX> bb::avm2::AvmAccumulatedData::nullifiers |
Definition at line 260 of file aztec_types.hpp.
| std::array<PublicDataWrite, MAX_TOTAL_PUBLIC_DATA_UPDATE_REQUESTS_PER_TX> bb::avm2::AvmAccumulatedData::publicDataWrites |
Definition at line 263 of file aztec_types.hpp.
| PublicLogs bb::avm2::AvmAccumulatedData::publicLogs |
Definition at line 262 of file aztec_types.hpp.