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

#include <types.hpp>

Public Attributes

bool includeUncommitted
 
std::optional< block_number_tblockNumber
 
bb::fr root
 
std::optional< index_tmaxIndex
 

Detailed Description

Definition at line 25 of file types.hpp.

Member Data Documentation

◆ blockNumber

std::optional<block_number_t> bb::crypto::merkle_tree::RequestContext::blockNumber

Definition at line 27 of file types.hpp.

◆ includeUncommitted

bool bb::crypto::merkle_tree::RequestContext::includeUncommitted

Definition at line 26 of file types.hpp.

◆ maxIndex

std::optional<index_t> bb::crypto::merkle_tree::RequestContext::maxIndex

Definition at line 29 of file types.hpp.

◆ root

bb::fr bb::crypto::merkle_tree::RequestContext::root

Definition at line 28 of file types.hpp.


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