Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::world_state::BatchInsertionResult< LeafValueType > Struct Template Reference

#include <world_state.hpp>

Public Member Functions

 MSGPACK_FIELDS (low_leaf_witness_data, sorted_leaves, subtree_path)
 

Public Attributes

std::vector< crypto::merkle_tree::LeafUpdateWitnessData< LeafValueType > > low_leaf_witness_data
 
std::vector< std::pair< LeafValueType, size_t > > sorted_leaves
 
crypto::merkle_tree::fr_sibling_path subtree_path
 

Detailed Description

template<typename LeafValueType>
struct bb::world_state::BatchInsertionResult< LeafValueType >

Definition at line 36 of file world_state.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

Member Data Documentation

◆ low_leaf_witness_data

Definition at line 37 of file world_state.hpp.

◆ sorted_leaves

template<typename LeafValueType >
std::vector<std::pair<LeafValueType, size_t> > bb::world_state::BatchInsertionResult< LeafValueType >::sorted_leaves

Definition at line 38 of file world_state.hpp.

◆ subtree_path


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