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_FIELDS (noteHashes, nullifiers, l2ToL1Msgs, publicLogs, publicDataWrites)
 

Public Attributes

uint32_t noteHashes
 
uint32_t nullifiers
 
uint32_t l2ToL1Msgs
 
uint32_t publicLogs
 
uint32_t publicDataWrites
 

Detailed Description

Definition at line 202 of file aztec_types.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

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

◆ operator==()

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

Member Data Documentation

◆ l2ToL1Msgs

uint32_t bb::avm2::AvmAccumulatedDataArrayLengths::l2ToL1Msgs

Definition at line 205 of file aztec_types.hpp.

◆ noteHashes

uint32_t bb::avm2::AvmAccumulatedDataArrayLengths::noteHashes

Definition at line 203 of file aztec_types.hpp.

◆ nullifiers

uint32_t bb::avm2::AvmAccumulatedDataArrayLengths::nullifiers

Definition at line 204 of file aztec_types.hpp.

◆ publicDataWrites

uint32_t bb::avm2::AvmAccumulatedDataArrayLengths::publicDataWrites

Definition at line 207 of file aztec_types.hpp.

◆ publicLogs

uint32_t bb::avm2::AvmAccumulatedDataArrayLengths::publicLogs

Definition at line 206 of file aztec_types.hpp.


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