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

#include <wsdb_commands.hpp>

Classes

struct  Response
 

Public Member Functions

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

Public Attributes

MerkleTreeId treeId
 
WorldStateRevision revision
 
std::vector< index_tleafIndices
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "WsdbGetBlockNumbersForLeafIndices"
 

Detailed Description

Definition at line 137 of file wsdb_commands.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 136 of file wsdb_execute.cpp.

◆ operator==()

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

◆ SERIALIZATION_FIELDS()

bb::wsdb::WsdbGetBlockNumbersForLeafIndices::SERIALIZATION_FIELDS ( treeId  ,
revision  ,
leafIndices   
)

Member Data Documentation

◆ leafIndices

std::vector<index_t> bb::wsdb::WsdbGetBlockNumbersForLeafIndices::leafIndices

Definition at line 147 of file wsdb_commands.hpp.

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 138 of file wsdb_commands.hpp.

◆ revision

WorldStateRevision bb::wsdb::WsdbGetBlockNumbersForLeafIndices::revision

Definition at line 146 of file wsdb_commands.hpp.

◆ treeId

MerkleTreeId bb::wsdb::WsdbGetBlockNumbersForLeafIndices::treeId

Definition at line 145 of file wsdb_commands.hpp.


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