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

#include <wsdb_commands.hpp>

Classes

struct  Response
 

Public Member Functions

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

Public Attributes

MerkleTreeId treeId
 
WorldStateRevision revision
 
index_t leafIndex
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "WsdbGetLeafPreimage"
 

Detailed Description

Definition at line 104 of file wsdb_commands.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 108 of file wsdb_execute.cpp.

◆ operator==()

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

◆ SERIALIZATION_FIELDS()

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

Member Data Documentation

◆ leafIndex

index_t bb::wsdb::WsdbGetLeafPreimage::leafIndex

Definition at line 115 of file wsdb_commands.hpp.

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 105 of file wsdb_commands.hpp.

◆ revision

WorldStateRevision bb::wsdb::WsdbGetLeafPreimage::revision

Definition at line 114 of file wsdb_commands.hpp.

◆ treeId

MerkleTreeId bb::wsdb::WsdbGetLeafPreimage::treeId

Definition at line 113 of file wsdb_commands.hpp.


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