|
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 221 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 222 of file avm_inputs.hpp.
| crypto::merkle_tree::LeafUpdateWitnessData<Leaf> bb::avm2::SequentialInsertHint< Leaf >::insertionWitnessData |
Definition at line 228 of file avm_inputs.hpp.
| Leaf bb::avm2::SequentialInsertHint< Leaf >::leaf |
Definition at line 225 of file avm_inputs.hpp.
| crypto::merkle_tree::LeafUpdateWitnessData<Leaf> bb::avm2::SequentialInsertHint< Leaf >::lowLeavesWitnessData |
Definition at line 227 of file avm_inputs.hpp.
| AppendOnlyTreeSnapshot bb::avm2::SequentialInsertHint< Leaf >::stateAfter |
Definition at line 230 of file avm_inputs.hpp.
| world_state::MerkleTreeId bb::avm2::SequentialInsertHint< Leaf >::treeId |
Definition at line 224 of file avm_inputs.hpp.