|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <avm_io.hpp>
Public Member Functions | |
| bool | operator== (const GetLeafValueHint &other) const =default |
| MSGPACK_CAMEL_CASE_FIELDS (hint_key, tree_id, index, value) | |
Public Attributes | |
| AppendOnlyTreeSnapshot | hint_key |
| world_state::MerkleTreeId | tree_id |
| uint64_t | index |
| FF | value |
Definition at line 226 of file avm_io.hpp.
|
default |
| AppendOnlyTreeSnapshot bb::avm2::GetLeafValueHint::hint_key |
Definition at line 227 of file avm_io.hpp.
| uint64_t bb::avm2::GetLeafValueHint::index |
Definition at line 230 of file avm_io.hpp.
| world_state::MerkleTreeId bb::avm2::GetLeafValueHint::tree_id |
Definition at line 229 of file avm_io.hpp.
| FF bb::avm2::GetLeafValueHint::value |
Definition at line 232 of file avm_io.hpp.