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

#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"
 

Detailed Description

Definition at line 75 of file cdb_commands.hpp.

Member Function Documentation

◆ execute()

Response bb::cdb::CdbGetDebugFunctionName::execute ( CdbRequest &  request) &&

◆ operator==()

bool bb::cdb::CdbGetDebugFunctionName::operator== ( const CdbGetDebugFunctionName ) const
default

◆ SERIALIZATION_FIELDS()

bb::cdb::CdbGetDebugFunctionName::SERIALIZATION_FIELDS ( address  ,
selector  ,
forkId   
)

Member Data Documentation

◆ address

avm2::AztecAddress bb::cdb::CdbGetDebugFunctionName::address

Definition at line 83 of file cdb_commands.hpp.

◆ forkId

uint64_t bb::cdb::CdbGetDebugFunctionName::forkId = 0

Definition at line 85 of file cdb_commands.hpp.

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::cdb::CdbGetDebugFunctionName::MSGPACK_SCHEMA_NAME[] = "CdbGetDebugFunctionName"
staticconstexpr

Definition at line 76 of file cdb_commands.hpp.

◆ selector

avm2::FunctionSelector bb::cdb::CdbGetDebugFunctionName::selector

Definition at line 84 of file cdb_commands.hpp.


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