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

#include <response.hpp>

Public Member Functions

 RemoveHistoricResponse ()=default
 
 ~RemoveHistoricResponse ()=default
 
 RemoveHistoricResponse (const RemoveHistoricResponse &other)=default
 
 RemoveHistoricResponse (RemoveHistoricResponse &&other) noexcept=default
 
RemoveHistoricResponseoperator= (const RemoveHistoricResponse &other)=default
 
RemoveHistoricResponseoperator= (RemoveHistoricResponse &&other) noexcept=default
 

Public Attributes

TreeMeta meta
 
TreeDBStats stats
 

Detailed Description

Definition at line 218 of file response.hpp.

Constructor & Destructor Documentation

◆ RemoveHistoricResponse() [1/3]

bb::crypto::merkle_tree::RemoveHistoricResponse::RemoveHistoricResponse ( )
default

◆ ~RemoveHistoricResponse()

bb::crypto::merkle_tree::RemoveHistoricResponse::~RemoveHistoricResponse ( )
default

◆ RemoveHistoricResponse() [2/3]

bb::crypto::merkle_tree::RemoveHistoricResponse::RemoveHistoricResponse ( const RemoveHistoricResponse other)
default

◆ RemoveHistoricResponse() [3/3]

bb::crypto::merkle_tree::RemoveHistoricResponse::RemoveHistoricResponse ( RemoveHistoricResponse &&  other)
defaultnoexcept

Member Function Documentation

◆ operator=() [1/2]

RemoveHistoricResponse & bb::crypto::merkle_tree::RemoveHistoricResponse::operator= ( const RemoveHistoricResponse other)
default

◆ operator=() [2/2]

RemoveHistoricResponse & bb::crypto::merkle_tree::RemoveHistoricResponse::operator= ( RemoveHistoricResponse &&  other)
defaultnoexcept

Member Data Documentation

◆ meta

TreeMeta bb::crypto::merkle_tree::RemoveHistoricResponse::meta

Definition at line 219 of file response.hpp.

◆ stats

TreeDBStats bb::crypto::merkle_tree::RemoveHistoricResponse::stats

Definition at line 220 of file response.hpp.


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