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

#include <response.hpp>

Public Member Functions

 CheckpointResponse ()=default
 
 ~CheckpointResponse ()=default
 
 CheckpointResponse (const CheckpointResponse &other)=default
 
 CheckpointResponse (CheckpointResponse &&other) noexcept=default
 
CheckpointResponseoperator= (const CheckpointResponse &other)=default
 
CheckpointResponseoperator= (CheckpointResponse &&other) noexcept=default
 

Public Attributes

uint32_t depth
 

Detailed Description

Definition at line 35 of file response.hpp.

Constructor & Destructor Documentation

◆ CheckpointResponse() [1/3]

bb::crypto::merkle_tree::CheckpointResponse::CheckpointResponse ( )
default

◆ ~CheckpointResponse()

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

◆ CheckpointResponse() [2/3]

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

◆ CheckpointResponse() [3/3]

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

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ depth

uint32_t bb::crypto::merkle_tree::CheckpointResponse::depth

Definition at line 36 of file response.hpp.


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