|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <cdb_commands.hpp>
Classes | |
| struct | Response |
Public Member Functions | |
| Response | execute (CdbRequest &request) && |
| SERIALIZATION_FIELDS (address, selector, forkId) | |
| bool | operator== (const CdbGetDebugFunctionName &) const =default |
Public Attributes | |
| avm2::AztecAddress | address |
| avm2::FunctionSelector | selector |
| uint64_t | forkId = 0 |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "CdbGetDebugFunctionName" |
Definition at line 75 of file cdb_commands.hpp.
| Response bb::cdb::CdbGetDebugFunctionName::execute | ( | CdbRequest & | request | ) | && |
|
default |
| avm2::AztecAddress bb::cdb::CdbGetDebugFunctionName::address |
Definition at line 83 of file cdb_commands.hpp.
| uint64_t bb::cdb::CdbGetDebugFunctionName::forkId = 0 |
Definition at line 85 of file cdb_commands.hpp.
|
staticconstexpr |
Definition at line 76 of file cdb_commands.hpp.
| avm2::FunctionSelector bb::cdb::CdbGetDebugFunctionName::selector |
Definition at line 84 of file cdb_commands.hpp.