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

#include <avm_io.hpp>

Public Member Functions

bool operator== (const DebugFunctionNameHint &other) const =default
 
 MSGPACK_FIELDS (address, selector, name)
 

Public Attributes

AztecAddress address
 
FunctionSelector selector
 
std::string name
 

Detailed Description

Definition at line 174 of file avm_io.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::avm2::DebugFunctionNameHint::MSGPACK_FIELDS ( address  ,
selector  ,
name   
)

◆ operator==()

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

Member Data Documentation

◆ address

AztecAddress bb::avm2::DebugFunctionNameHint::address

Definition at line 175 of file avm_io.hpp.

◆ name

std::string bb::avm2::DebugFunctionNameHint::name

Definition at line 177 of file avm_io.hpp.

◆ selector

FunctionSelector bb::avm2::DebugFunctionNameHint::selector

Definition at line 176 of file avm_io.hpp.


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