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

#include <cdb_commands.hpp>

Public Member Functions

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

Public Attributes

std::optional< avm2::ContractInstanceinstance
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "CdbGetContractInstanceResponse"
 

Detailed Description

Definition at line 32 of file cdb_commands.hpp.

Member Function Documentation

◆ operator==()

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

◆ SERIALIZATION_FIELDS()

bb::cdb::CdbGetContractInstance::Response::SERIALIZATION_FIELDS ( instance  )

Member Data Documentation

◆ instance

std::optional<avm2::ContractInstance> bb::cdb::CdbGetContractInstance::Response::instance

Definition at line 34 of file cdb_commands.hpp.

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::cdb::CdbGetContractInstance::Response::MSGPACK_SCHEMA_NAME[] = "CdbGetContractInstanceResponse"
staticconstexpr

Definition at line 33 of file cdb_commands.hpp.


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