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

#include <aztec_types.hpp>

Public Member Functions

bool operator== (const AvmAccumulatedDataArrayLengths &other) const =default
 
 MSGPACK_CAMEL_CASE_FIELDS (note_hashes, nullifiers, l2_to_l1_msgs, public_data_writes)
 

Public Attributes

uint32_t note_hashes = 0
 
uint32_t nullifiers = 0
 
uint32_t l2_to_l1_msgs = 0
 
uint32_t public_data_writes = 0
 

Detailed Description

Definition at line 375 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_CAMEL_CASE_FIELDS()

bb::avm2::AvmAccumulatedDataArrayLengths::MSGPACK_CAMEL_CASE_FIELDS ( note_hashes  ,
nullifiers  ,
l2_to_l1_msgs  ,
public_data_writes   
)

◆ operator==()

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

Member Data Documentation

◆ l2_to_l1_msgs

uint32_t bb::avm2::AvmAccumulatedDataArrayLengths::l2_to_l1_msgs = 0

Definition at line 378 of file aztec_types.hpp.

◆ note_hashes

uint32_t bb::avm2::AvmAccumulatedDataArrayLengths::note_hashes = 0

Definition at line 376 of file aztec_types.hpp.

◆ nullifiers

uint32_t bb::avm2::AvmAccumulatedDataArrayLengths::nullifiers = 0

Definition at line 377 of file aztec_types.hpp.

◆ public_data_writes

uint32_t bb::avm2::AvmAccumulatedDataArrayLengths::public_data_writes = 0

Definition at line 379 of file aztec_types.hpp.


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