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

#include <wsdb_commands.hpp>

Classes

struct  Response
 

Public Member Functions

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

Public Attributes

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

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "WsdbFindLeafIndices"
 

Detailed Description

Definition at line 157 of file wsdb_commands.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 147 of file wsdb_execute.cpp.

◆ operator==()

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

◆ SERIALIZATION_FIELDS()

bb::wsdb::WsdbFindLeafIndices::SERIALIZATION_FIELDS ( treeId  ,
revision  ,
leaves  ,
startIndex   
)

Member Data Documentation

◆ leaves

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

Definition at line 168 of file wsdb_commands.hpp.

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 158 of file wsdb_commands.hpp.

◆ revision

WorldStateRevision bb::wsdb::WsdbFindLeafIndices::revision

Definition at line 166 of file wsdb_commands.hpp.

◆ startIndex

index_t bb::wsdb::WsdbFindLeafIndices::startIndex

Definition at line 169 of file wsdb_commands.hpp.

◆ treeId

MerkleTreeId bb::wsdb::WsdbFindLeafIndices::treeId

Definition at line 165 of file wsdb_commands.hpp.


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