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

#include <cdb_commands.hpp>

Classes

struct  Response
 

Public Member Functions

Response execute (CdbRequest &request) &&
 
 SERIALIZATION_FIELDS (classId, forkId)
 
bool operator== (const CdbGetBytecodeCommitment &) const =default
 

Public Attributes

avm2::ContractClassId classId
 
uint64_t forkId = 0
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "CdbGetBytecodeCommitment"
 

Detailed Description

Definition at line 60 of file cdb_commands.hpp.

Member Function Documentation

◆ execute()

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

◆ operator==()

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

◆ SERIALIZATION_FIELDS()

bb::cdb::CdbGetBytecodeCommitment::SERIALIZATION_FIELDS ( classId  ,
forkId   
)

Member Data Documentation

◆ classId

avm2::ContractClassId bb::cdb::CdbGetBytecodeCommitment::classId

Definition at line 68 of file cdb_commands.hpp.

◆ forkId

uint64_t bb::cdb::CdbGetBytecodeCommitment::forkId = 0

Definition at line 69 of file cdb_commands.hpp.

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 61 of file cdb_commands.hpp.


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