|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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 |
Definition at line 174 of file avm_io.hpp.
|
default |
| AztecAddress bb::avm2::DebugFunctionNameHint::address |
Definition at line 175 of file avm_io.hpp.
| std::string bb::avm2::DebugFunctionNameHint::name |
Definition at line 177 of file avm_io.hpp.
| FunctionSelector bb::avm2::DebugFunctionNameHint::selector |
Definition at line 176 of file avm_io.hpp.