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

#include <wsdb_commands.hpp>

Public Member Functions

 SERIALIZATION_FIELDS (treeId, root, size, depth)
 
bool operator== (const Response &) const =default
 

Public Attributes

MerkleTreeId treeId
 
fr root
 
index_t size
 
uint32_t depth
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "WsdbGetTreeInfoResponse"
 

Detailed Description

Definition at line 40 of file wsdb_commands.hpp.

Member Function Documentation

◆ operator==()

bool bb::wsdb::WsdbGetTreeInfo::Response::operator== ( const Response ) const
default

◆ SERIALIZATION_FIELDS()

bb::wsdb::WsdbGetTreeInfo::Response::SERIALIZATION_FIELDS ( treeId  ,
root  ,
size  ,
depth   
)

Member Data Documentation

◆ depth

uint32_t bb::wsdb::WsdbGetTreeInfo::Response::depth

Definition at line 45 of file wsdb_commands.hpp.

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::wsdb::WsdbGetTreeInfo::Response::MSGPACK_SCHEMA_NAME[] = "WsdbGetTreeInfoResponse"
staticconstexpr

Definition at line 41 of file wsdb_commands.hpp.

◆ root

fr bb::wsdb::WsdbGetTreeInfo::Response::root

Definition at line 43 of file wsdb_commands.hpp.

◆ size

index_t bb::wsdb::WsdbGetTreeInfo::Response::size

Definition at line 44 of file wsdb_commands.hpp.

◆ treeId

MerkleTreeId bb::wsdb::WsdbGetTreeInfo::Response::treeId

Definition at line 42 of file wsdb_commands.hpp.


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