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

#include <response.hpp>

Public Member Functions

 CommitResponse ()=default
 
 ~CommitResponse ()=default
 
 CommitResponse (const CommitResponse &other)=default
 
 CommitResponse (CommitResponse &&other) noexcept=default
 
CommitResponseoperator= (const CommitResponse &other)=default
 
CommitResponseoperator= (CommitResponse &&other) noexcept=default
 

Public Attributes

TreeMeta meta
 
TreeDBStats stats
 

Detailed Description

Definition at line 194 of file response.hpp.

Constructor & Destructor Documentation

◆ CommitResponse() [1/3]

bb::crypto::merkle_tree::CommitResponse::CommitResponse ( )
default

◆ ~CommitResponse()

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

◆ CommitResponse() [2/3]

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

◆ CommitResponse() [3/3]

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

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ meta

TreeMeta bb::crypto::merkle_tree::CommitResponse::meta

Definition at line 195 of file response.hpp.

◆ stats

TreeDBStats bb::crypto::merkle_tree::CommitResponse::stats

Definition at line 196 of file response.hpp.


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