Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <avm_inputs.hpp>
Public Member Functions | |
bool | operator== (const SequentialInsertHint< Leaf > &other) const =default |
MSGPACK_FIELDS (hintKey, treeId, leaf, lowLeavesWitnessData, insertionWitnessData, stateAfter) | |
Definition at line 217 of file avm_inputs.hpp.
bb::avm2::SequentialInsertHint< Leaf >::MSGPACK_FIELDS | ( | hintKey | , |
treeId | , | ||
leaf | , | ||
lowLeavesWitnessData | , | ||
insertionWitnessData | , | ||
stateAfter | |||
) |
|
default |
AppendOnlyTreeSnapshot bb::avm2::SequentialInsertHint< Leaf >::hintKey |
Definition at line 218 of file avm_inputs.hpp.
crypto::merkle_tree::LeafUpdateWitnessData<Leaf> bb::avm2::SequentialInsertHint< Leaf >::insertionWitnessData |
Definition at line 224 of file avm_inputs.hpp.
Leaf bb::avm2::SequentialInsertHint< Leaf >::leaf |
Definition at line 221 of file avm_inputs.hpp.
crypto::merkle_tree::LeafUpdateWitnessData<Leaf> bb::avm2::SequentialInsertHint< Leaf >::lowLeavesWitnessData |
Definition at line 223 of file avm_inputs.hpp.
AppendOnlyTreeSnapshot bb::avm2::SequentialInsertHint< Leaf >::stateAfter |
Definition at line 226 of file avm_inputs.hpp.
world_state::MerkleTreeId bb::avm2::SequentialInsertHint< Leaf >::treeId |
Definition at line 220 of file avm_inputs.hpp.