|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <avm_inputs.hpp>
Public Member Functions | |
| bool | operator== (const GetLeafValueHint &other) const =default |
| MSGPACK_FIELDS (hintKey, treeId, index, value) | |
Public Attributes | |
| AppendOnlyTreeSnapshot | hintKey |
| world_state::MerkleTreeId | treeId |
| uint64_t | index |
| FF | value |
Definition at line 208 of file avm_inputs.hpp.
|
default |
| AppendOnlyTreeSnapshot bb::avm2::GetLeafValueHint::hintKey |
Definition at line 209 of file avm_inputs.hpp.
| uint64_t bb::avm2::GetLeafValueHint::index |
Definition at line 212 of file avm_inputs.hpp.
| world_state::MerkleTreeId bb::avm2::GetLeafValueHint::treeId |
Definition at line 211 of file avm_inputs.hpp.
| FF bb::avm2::GetLeafValueHint::value |
Definition at line 214 of file avm_inputs.hpp.