|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <avm_inputs.hpp>
Public Member Functions | |
| bool | operator== (const AccumulatedData &other) const =default |
| MSGPACK_FIELDS (noteHashes, nullifiers, l2ToL1Messages) | |
Public Attributes | |
| std::vector< FF > | noteHashes |
| std::vector< FF > | nullifiers |
| std::vector< ScopedL2ToL1Message > | l2ToL1Messages |
Definition at line 294 of file avm_inputs.hpp.
| bb::avm2::AccumulatedData::MSGPACK_FIELDS | ( | noteHashes | , |
| nullifiers | , | ||
| l2ToL1Messages | |||
| ) |
|
default |
| std::vector<ScopedL2ToL1Message> bb::avm2::AccumulatedData::l2ToL1Messages |
Definition at line 298 of file avm_inputs.hpp.
| std::vector<FF> bb::avm2::AccumulatedData::noteHashes |
Definition at line 296 of file avm_inputs.hpp.
| std::vector<FF> bb::avm2::AccumulatedData::nullifiers |
Definition at line 297 of file avm_inputs.hpp.