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_CAMEL_CASE_FIELDS (note_hashes, nullifiers, l2_to_l1_msgs, public_logs, public_data_writes)
 

Public Attributes

std::array< FF, MAX_NOTE_HASHES_PER_TXnote_hashes {}
 
std::array< FF, MAX_NULLIFIERS_PER_TXnullifiers {}
 
std::array< ScopedL2ToL1Message, MAX_L2_TO_L1_MSGS_PER_TXl2_to_l1_msgs {}
 
PublicLogs public_logs
 
std::array< PublicDataWrite, MAX_TOTAL_PUBLIC_DATA_UPDATE_REQUESTS_PER_TXpublic_data_writes {}
 

Detailed Description

Definition at line 450 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::AvmAccumulatedData::MSGPACK_CAMEL_CASE_FIELDS ( note_hashes  ,
nullifiers  ,
l2_to_l1_msgs  ,
public_logs  ,
public_data_writes   
)

◆ operator==()

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

Member Data Documentation

◆ l2_to_l1_msgs

std::array<ScopedL2ToL1Message, MAX_L2_TO_L1_MSGS_PER_TX> bb::avm2::AvmAccumulatedData::l2_to_l1_msgs {}

Definition at line 453 of file aztec_types.hpp.

◆ note_hashes

std::array<FF, MAX_NOTE_HASHES_PER_TX> bb::avm2::AvmAccumulatedData::note_hashes {}

Definition at line 451 of file aztec_types.hpp.

◆ nullifiers

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

Definition at line 452 of file aztec_types.hpp.

◆ public_data_writes

std::array<PublicDataWrite, MAX_TOTAL_PUBLIC_DATA_UPDATE_REQUESTS_PER_TX> bb::avm2::AvmAccumulatedData::public_data_writes {}

Definition at line 455 of file aztec_types.hpp.

◆ public_logs

PublicLogs bb::avm2::AvmAccumulatedData::public_logs

Definition at line 454 of file aztec_types.hpp.


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