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

#include <response.hpp>

Public Member Functions

 UnwindResponse ()=default
 
 ~UnwindResponse ()=default
 
 UnwindResponse (const UnwindResponse &other)=default
 
 UnwindResponse (UnwindResponse &&other) noexcept=default
 
UnwindResponseoperator= (const UnwindResponse &other)=default
 
UnwindResponseoperator= (UnwindResponse &&other) noexcept=default
 

Public Attributes

TreeMeta meta
 
TreeDBStats stats
 

Detailed Description

Definition at line 206 of file response.hpp.

Constructor & Destructor Documentation

◆ UnwindResponse() [1/3]

bb::crypto::merkle_tree::UnwindResponse::UnwindResponse ( )
default

◆ ~UnwindResponse()

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

◆ UnwindResponse() [2/3]

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

◆ UnwindResponse() [3/3]

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

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ meta

TreeMeta bb::crypto::merkle_tree::UnwindResponse::meta

Definition at line 207 of file response.hpp.

◆ stats

TreeDBStats bb::crypto::merkle_tree::UnwindResponse::stats

Definition at line 208 of file response.hpp.


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