Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <world_state.hpp>
Public Member Functions | |
MSGPACK_FIELDS (low_leaf_witness_data, insertion_witness_data) | |
Public Attributes | |
std::vector< crypto::merkle_tree::LeafUpdateWitnessData< LeafValueType > > | low_leaf_witness_data |
std::vector< crypto::merkle_tree::LeafUpdateWitnessData< LeafValueType > > | insertion_witness_data |
Definition at line 44 of file world_state.hpp.
bb::world_state::SequentialInsertionResult< LeafValueType >::MSGPACK_FIELDS | ( | low_leaf_witness_data | , |
insertion_witness_data | |||
) |
std::vector<crypto::merkle_tree::LeafUpdateWitnessData<LeafValueType> > bb::world_state::SequentialInsertionResult< LeafValueType >::insertion_witness_data |
Definition at line 46 of file world_state.hpp.
std::vector<crypto::merkle_tree::LeafUpdateWitnessData<LeafValueType> > bb::world_state::SequentialInsertionResult< LeafValueType >::low_leaf_witness_data |
Definition at line 45 of file world_state.hpp.