Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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 |
Definition at line 36 of file world_state.hpp.
bb::world_state::BatchInsertionResult< LeafValueType >::MSGPACK_FIELDS | ( | low_leaf_witness_data | , |
sorted_leaves | , | ||
subtree_path | |||
) |
std::vector<crypto::merkle_tree::LeafUpdateWitnessData<LeafValueType> > bb::world_state::BatchInsertionResult< LeafValueType >::low_leaf_witness_data |
Definition at line 37 of file world_state.hpp.
std::vector<std::pair<LeafValueType, size_t> > bb::world_state::BatchInsertionResult< LeafValueType >::sorted_leaves |
Definition at line 38 of file world_state.hpp.
crypto::merkle_tree::fr_sibling_path bb::world_state::BatchInsertionResult< LeafValueType >::subtree_path |
Definition at line 39 of file world_state.hpp.