|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <avm_io.hpp>
Public Member Functions | |
| bool | operator== (const AccumulatedData &other) const =default |
| MSGPACK_CAMEL_CASE_FIELDS (note_hashes, nullifiers, l2_to_l1_messages) | |
Public Attributes | |
| std::vector< FF > | note_hashes |
| std::vector< FF > | nullifiers |
| std::vector< ScopedL2ToL1Message > | l2_to_l1_messages |
Definition at line 316 of file avm_io.hpp.
| bb::avm2::AccumulatedData::MSGPACK_CAMEL_CASE_FIELDS | ( | note_hashes | , |
| nullifiers | , | ||
| l2_to_l1_messages | |||
| ) |
|
default |
| std::vector<ScopedL2ToL1Message> bb::avm2::AccumulatedData::l2_to_l1_messages |
Definition at line 320 of file avm_io.hpp.
| std::vector<FF> bb::avm2::AccumulatedData::note_hashes |
Definition at line 318 of file avm_io.hpp.
| std::vector<FF> bb::avm2::AccumulatedData::nullifiers |
Definition at line 319 of file avm_io.hpp.