Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::AccumulatedData Struct Reference

#include <avm_inputs.hpp>

Public Member Functions

bool operator== (const AccumulatedData &other) const =default
 
 MSGPACK_FIELDS (noteHashes, nullifiers, l2ToL1Messages)
 

Public Attributes

std::vector< FFnoteHashes
 
std::vector< FFnullifiers
 
std::vector< ScopedL2ToL1Messagel2ToL1Messages
 

Detailed Description

Definition at line 290 of file avm_inputs.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::avm2::AccumulatedData::MSGPACK_FIELDS ( noteHashes  ,
nullifiers  ,
l2ToL1Messages   
)

◆ operator==()

bool bb::avm2::AccumulatedData::operator== ( const AccumulatedData other) const
default

Member Data Documentation

◆ l2ToL1Messages

std::vector<ScopedL2ToL1Message> bb::avm2::AccumulatedData::l2ToL1Messages

Definition at line 294 of file avm_inputs.hpp.

◆ noteHashes

std::vector<FF> bb::avm2::AccumulatedData::noteHashes

Definition at line 292 of file avm_inputs.hpp.

◆ nullifiers

std::vector<FF> bb::avm2::AccumulatedData::nullifiers

Definition at line 293 of file avm_inputs.hpp.


The documentation for this struct was generated from the following file: