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

#include <wsdb_commands.hpp>

Public Member Functions

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

Public Attributes

std::optional< std::vector< uint8_t > > preimage
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "WsdbGetLeafPreimageResponse"
 

Detailed Description

Definition at line 106 of file wsdb_commands.hpp.

Member Function Documentation

◆ operator==()

bool bb::wsdb::WsdbGetLeafPreimage::Response::operator== ( const Response ) const
default

◆ SERIALIZATION_FIELDS()

bb::wsdb::WsdbGetLeafPreimage::Response::SERIALIZATION_FIELDS ( preimage  )

Member Data Documentation

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::wsdb::WsdbGetLeafPreimage::Response::MSGPACK_SCHEMA_NAME[] = "WsdbGetLeafPreimageResponse"
staticconstexpr

Definition at line 107 of file wsdb_commands.hpp.

◆ preimage

std::optional<std::vector<uint8_t> > bb::wsdb::WsdbGetLeafPreimage::Response::preimage

Definition at line 109 of file wsdb_commands.hpp.


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