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

#include <response.hpp>

Public Member Functions

 AddDataResponse ()=default
 
 ~AddDataResponse ()=default
 
 AddDataResponse (const AddDataResponse &other)=default
 
 AddDataResponse (AddDataResponse &&other) noexcept=default
 
AddDataResponseoperator= (const AddDataResponse &other)=default
 
AddDataResponseoperator= (AddDataResponse &&other) noexcept=default
 

Public Attributes

index_t size
 
fr root
 

Detailed Description

Definition at line 35 of file response.hpp.

Constructor & Destructor Documentation

◆ AddDataResponse() [1/3]

bb::crypto::merkle_tree::AddDataResponse::AddDataResponse ( )
default

◆ ~AddDataResponse()

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

◆ AddDataResponse() [2/3]

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

◆ AddDataResponse() [3/3]

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

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ root

fr bb::crypto::merkle_tree::AddDataResponse::root

Definition at line 37 of file response.hpp.

◆ size

index_t bb::crypto::merkle_tree::AddDataResponse::size

Definition at line 36 of file response.hpp.


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