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

#include <response.hpp>

Public Member Functions

 BlockForIndexResponse ()=default
 
 ~BlockForIndexResponse ()=default
 
 BlockForIndexResponse (const BlockForIndexResponse &other)=default
 
 BlockForIndexResponse (BlockForIndexResponse &&other) noexcept=default
 
BlockForIndexResponseoperator= (const BlockForIndexResponse &other)=default
 
BlockForIndexResponseoperator= (BlockForIndexResponse &&other) noexcept=default
 

Public Attributes

std::vector< std::optional< block_number_t > > blockNumbers
 

Detailed Description

Definition at line 105 of file response.hpp.

Constructor & Destructor Documentation

◆ BlockForIndexResponse() [1/3]

bb::crypto::merkle_tree::BlockForIndexResponse::BlockForIndexResponse ( )
default

◆ ~BlockForIndexResponse()

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

◆ BlockForIndexResponse() [2/3]

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

◆ BlockForIndexResponse() [3/3]

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

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ blockNumbers

std::vector<std::optional<block_number_t> > bb::crypto::merkle_tree::BlockForIndexResponse::blockNumbers

Definition at line 106 of file response.hpp.


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