|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <avm_io.hpp>
Public Member Functions | |
| bool | operator== (const GetSiblingPathHint &other) const =default |
| MSGPACK_CAMEL_CASE_FIELDS (hint_key, tree_id, index, path) | |
Public Attributes | |
| AppendOnlyTreeSnapshot | hint_key |
| world_state::MerkleTreeId | tree_id |
| uint64_t | index |
| std::vector< FF > | path |
Definition at line 187 of file avm_io.hpp.
|
default |
| AppendOnlyTreeSnapshot bb::avm2::GetSiblingPathHint::hint_key |
Definition at line 188 of file avm_io.hpp.
| uint64_t bb::avm2::GetSiblingPathHint::index |
Definition at line 191 of file avm_io.hpp.
| std::vector<FF> bb::avm2::GetSiblingPathHint::path |
Definition at line 193 of file avm_io.hpp.
| world_state::MerkleTreeId bb::avm2::GetSiblingPathHint::tree_id |
Definition at line 190 of file avm_io.hpp.