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

#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< FFnote_hashes
 
std::vector< FFnullifiers
 
std::vector< ScopedL2ToL1Messagel2_to_l1_messages
 

Detailed Description

Definition at line 316 of file avm_io.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::AccumulatedData::MSGPACK_CAMEL_CASE_FIELDS ( note_hashes  ,
nullifiers  ,
l2_to_l1_messages   
)

◆ operator==()

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

Member Data Documentation

◆ l2_to_l1_messages

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

Definition at line 320 of file avm_io.hpp.

◆ note_hashes

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

Definition at line 318 of file avm_io.hpp.

◆ nullifiers

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

Definition at line 319 of file avm_io.hpp.


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