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

#include <cdb_commands.hpp>

Public Member Functions

 SERIALIZATION_FIELDS (commitment)
 
bool operator== (const Response &) const =default
 

Public Attributes

std::optional< avm2::FFcommitment
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "CdbGetBytecodeCommitmentResponse"
 

Detailed Description

Definition at line 62 of file cdb_commands.hpp.

Member Function Documentation

◆ operator==()

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

◆ SERIALIZATION_FIELDS()

bb::cdb::CdbGetBytecodeCommitment::Response::SERIALIZATION_FIELDS ( commitment  )

Member Data Documentation

◆ commitment

std::optional<avm2::FF> bb::cdb::CdbGetBytecodeCommitment::Response::commitment

Definition at line 64 of file cdb_commands.hpp.

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 63 of file cdb_commands.hpp.


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