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

#include <wsdb_commands.hpp>

Classes

struct  Response
 

Public Member Functions

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

Public Attributes

MerkleTreeId treeId
 
WorldStateRevision revision
 
index_t leafIndex
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "WsdbGetSiblingPath"
 

Detailed Description

Definition at line 121 of file wsdb_commands.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 130 of file wsdb_execute.cpp.

◆ operator==()

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

◆ SERIALIZATION_FIELDS()

bb::wsdb::WsdbGetSiblingPath::SERIALIZATION_FIELDS ( treeId  ,
revision  ,
leafIndex   
)

Member Data Documentation

◆ leafIndex

index_t bb::wsdb::WsdbGetSiblingPath::leafIndex

Definition at line 131 of file wsdb_commands.hpp.

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 122 of file wsdb_commands.hpp.

◆ revision

WorldStateRevision bb::wsdb::WsdbGetSiblingPath::revision

Definition at line 130 of file wsdb_commands.hpp.

◆ treeId

MerkleTreeId bb::wsdb::WsdbGetSiblingPath::treeId

Definition at line 129 of file wsdb_commands.hpp.


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