|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <avm_inputs.hpp>
Public Member Functions | |
| bool | operator== (const GetSiblingPathHint &other) const =default |
| MSGPACK_FIELDS (hintKey, treeId, index, path) | |
Public Attributes | |
| AppendOnlyTreeSnapshot | hintKey |
| world_state::MerkleTreeId | treeId |
| uint64_t | index |
| std::vector< FF > | path |
Definition at line 169 of file avm_inputs.hpp.
|
default |
| AppendOnlyTreeSnapshot bb::avm2::GetSiblingPathHint::hintKey |
Definition at line 170 of file avm_inputs.hpp.
| uint64_t bb::avm2::GetSiblingPathHint::index |
Definition at line 173 of file avm_inputs.hpp.
| std::vector<FF> bb::avm2::GetSiblingPathHint::path |
Definition at line 175 of file avm_inputs.hpp.
| world_state::MerkleTreeId bb::avm2::GetSiblingPathHint::treeId |
Definition at line 172 of file avm_inputs.hpp.