|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <aztec_types.hpp>
Public Member Functions | |
| bool | operator== (const PrivateToAvmAccumulatedData &other) const =default |
| MSGPACK_CAMEL_CASE_FIELDS (note_hashes, nullifiers, l2_to_l1_msgs) | |
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 {} |
Definition at line 440 of file aztec_types.hpp.
| bb::avm2::PrivateToAvmAccumulatedData::MSGPACK_CAMEL_CASE_FIELDS | ( | note_hashes | , |
| nullifiers | , | ||
| l2_to_l1_msgs | |||
| ) |
|
default |
| std::array<ScopedL2ToL1Message, MAX_L2_TO_L1_MSGS_PER_TX> bb::avm2::PrivateToAvmAccumulatedData::l2_to_l1_msgs {} |
Definition at line 443 of file aztec_types.hpp.
| std::array<FF, MAX_NOTE_HASHES_PER_TX> bb::avm2::PrivateToAvmAccumulatedData::note_hashes {} |
Definition at line 441 of file aztec_types.hpp.
| std::array<FF, MAX_NULLIFIERS_PER_TX> bb::avm2::PrivateToAvmAccumulatedData::nullifiers {} |
Definition at line 442 of file aztec_types.hpp.