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

#include <aztec_types.hpp>

Public Member Functions

bool operator== (const AvmAccumulatedData &other) const =default
 
 MSGPACK_FIELDS (noteHashes, nullifiers, l2ToL1Msgs, publicLogs, publicDataWrites)
 

Public Attributes

std::array< FF, MAX_NOTE_HASHES_PER_TXnoteHashes
 
std::array< FF, MAX_NULLIFIERS_PER_TXnullifiers
 
std::array< ScopedL2ToL1Message, MAX_L2_TO_L1_MSGS_PER_TXl2ToL1Msgs
 
std::array< PublicLog, MAX_PUBLIC_LOGS_PER_TXpublicLogs
 
std::array< PublicDataWrite, MAX_TOTAL_PUBLIC_DATA_UPDATE_REQUESTS_PER_TXpublicDataWrites
 

Detailed Description

Definition at line 238 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::avm2::AvmAccumulatedData::MSGPACK_FIELDS ( noteHashes  ,
nullifiers  ,
l2ToL1Msgs  ,
publicLogs  ,
publicDataWrites   
)

◆ operator==()

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

Member Data Documentation

◆ l2ToL1Msgs

std::array<ScopedL2ToL1Message, MAX_L2_TO_L1_MSGS_PER_TX> bb::avm2::AvmAccumulatedData::l2ToL1Msgs

Definition at line 241 of file aztec_types.hpp.

◆ noteHashes

std::array<FF, MAX_NOTE_HASHES_PER_TX> bb::avm2::AvmAccumulatedData::noteHashes

Definition at line 239 of file aztec_types.hpp.

◆ nullifiers

std::array<FF, MAX_NULLIFIERS_PER_TX> bb::avm2::AvmAccumulatedData::nullifiers

Definition at line 240 of file aztec_types.hpp.

◆ publicDataWrites

std::array<PublicDataWrite, MAX_TOTAL_PUBLIC_DATA_UPDATE_REQUESTS_PER_TX> bb::avm2::AvmAccumulatedData::publicDataWrites

Definition at line 243 of file aztec_types.hpp.

◆ publicLogs

std::array<PublicLog, MAX_PUBLIC_LOGS_PER_TX> bb::avm2::AvmAccumulatedData::publicLogs

Definition at line 242 of file aztec_types.hpp.


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