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

#include <wsdb_commands.hpp>

Classes

struct  Response
 

Public Member Functions

Response execute (WsdbRequest &request) &&
 
 SERIALIZATION_FIELDS (treeId, revision, leaves)
 
bool operator== (const WsdbFindSiblingPaths &) const =default
 

Public Attributes

MerkleTreeId treeId
 
WorldStateRevision revision
 
std::vector< std::vector< uint8_t > > leaves
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "WsdbFindSiblingPaths"
 

Detailed Description

Definition at line 192 of file wsdb_commands.hpp.

Member Function Documentation

◆ execute()

WsdbFindSiblingPaths::Response bb::wsdb::WsdbFindSiblingPaths::execute ( WsdbRequest request) &&

Definition at line 182 of file wsdb_execute.cpp.

◆ operator==()

bool bb::wsdb::WsdbFindSiblingPaths::operator== ( const WsdbFindSiblingPaths ) const
default

◆ SERIALIZATION_FIELDS()

bb::wsdb::WsdbFindSiblingPaths::SERIALIZATION_FIELDS ( treeId  ,
revision  ,
leaves   
)

Member Data Documentation

◆ leaves

std::vector<std::vector<uint8_t> > bb::wsdb::WsdbFindSiblingPaths::leaves

Definition at line 203 of file wsdb_commands.hpp.

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::wsdb::WsdbFindSiblingPaths::MSGPACK_SCHEMA_NAME[] = "WsdbFindSiblingPaths"
staticconstexpr

Definition at line 193 of file wsdb_commands.hpp.

◆ revision

WorldStateRevision bb::wsdb::WsdbFindSiblingPaths::revision

Definition at line 201 of file wsdb_commands.hpp.

◆ treeId

MerkleTreeId bb::wsdb::WsdbFindSiblingPaths::treeId

Definition at line 200 of file wsdb_commands.hpp.


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